Package org.killbill.billing.jaxrs.json
Class TenantJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.JsonBase
-
- org.killbill.billing.jaxrs.json.TenantJson
-
public class TenantJson extends JsonBase
-
-
Constructor Summary
Constructors Constructor Description TenantJson(UUID tenantId, String externalKey, String apiKey, String apiSecret)TenantJson(Tenant tenant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetApiKey()StringgetApiSecret()StringgetExternalKey()UUIDgetTenantId()inthashCode()StringtoString()TenantDatatoTenantData()-
Methods inherited from class org.killbill.billing.jaxrs.json.JsonBase
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toString
-
-
-
-
Method Detail
-
toTenantData
public TenantData toTenantData()
-
getTenantId
public UUID getTenantId()
-
getExternalKey
public String getExternalKey()
-
getApiKey
public String getApiKey()
-
getApiSecret
public String getApiSecret()
-
-