Class TenantKeyValue
- java.lang.Object
-
- org.killbill.billing.client.model.KillBillObject
-
- org.killbill.billing.client.model.gen.TenantKeyValue
-
public class TenantKeyValue extends KillBillObject
-
-
Field Summary
-
Fields inherited from class org.killbill.billing.client.model.KillBillObject
auditLogs
-
-
Constructor Summary
Constructors Constructor Description TenantKeyValue()TenantKeyValue(String key, List<String> values, List<AuditLog> auditLogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TenantKeyValueaddValuesItem(String valuesItem)booleanequals(Object o)StringgetKey()List<String>getValues()inthashCode()TenantKeyValuesetKey(String key)TenantKeyValuesetValues(List<String> values)StringtoString()-
Methods inherited from class org.killbill.billing.client.model.KillBillObject
getAuditLogs, setAuditLogs
-
-
-
-
Method Detail
-
setKey
public TenantKeyValue setKey(String key)
-
getKey
public String getKey()
-
setValues
public TenantKeyValue setValues(List<String> values)
-
addValuesItem
public TenantKeyValue addValuesItem(String valuesItem)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classKillBillObject
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKillBillObject
-
-