Package org.killbill.billing.jaxrs.json
Class TenantKeyValueJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.JsonBase
-
- org.killbill.billing.jaxrs.json.TenantKeyValueJson
-
public class TenantKeyValueJson extends JsonBase
-
-
Constructor Summary
Constructors Constructor Description TenantKeyValueJson(String key, List<String> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()List<String>getValues()-
Methods inherited from class org.killbill.billing.jaxrs.json.JsonBase
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toString
-
-