Searched refs:botoKey (Results 1 – 1 of 1) sorted by relevance
20 private String botoKey; field in CloudStorageInfo40 return botoKey; in getBotoKey()55 public void setBotoKey(String botoKey) { in setBotoKey() argument56 this.botoKey = botoKey.trim(); in setBotoKey()80 botoKey = null; in reset()89 botoKey = getStringFieldOrDefault(object, JSON_FIELD_BOTO_KEY_ID, null); in fromJson()101 if (botoKey != null) { in toJson()102 object.put(JSON_FIELD_BOTO_KEY_ID, new JSONString(botoKey)); in toJson()