Class Tenant
java.lang.Object
com.dtsx.astra.sdk.streaming.domain.Tenant
- Direct Known Subclasses:
CreateTenantResponse
- Author:
- Cedrick LUNVEN (@clunven)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter accessor for attribute 'brokerServiceUrl'.Getter accessor for attribute 'cloudProvider'.int
Getter accessor for attribute 'cloudProviderCode'.Getter accessor for attribute 'cloudRegion'.Getter accessor for attribute 'clusterName'.Getter accessor for attribute 'jvmVersion'.Getter accessor for attribute 'organizationId'.getPlan()
Getter accessor for attribute 'plan'.int
Getter accessor for attribute 'planCode'.Getter accessor for attribute 'pulsarToken'.Getter accessor for attribute 'pulsarVersion'.Getter accessor for attribute 'status'.Getter accessor for attribute 'tenantName'.Getter accessor for attribute 'webServiceUrl'.Getter accessor for attribute 'websocketQueryParamUrl'.Getter accessor for attribute 'websocketUrl'.void
setBrokerServiceUrl
(String brokerServiceUrl) Setter accessor for attribute 'brokerServiceUrl'.void
setCloudProvider
(String cloudProvider) Setter accessor for attribute 'cloudProvider'.void
setCloudProviderCode
(int cloudProviderCode) Setter accessor for attribute 'cloudProviderCode'.void
setCloudRegion
(String cloudRegion) Setter accessor for attribute 'cloudRegion'.void
setClusterName
(String clusterName) Setter accessor for attribute 'clusterName'.void
setJvmVersion
(String jvmVersion) Setter accessor for attribute 'jvmVersion'.void
setOrganizationId
(UUID organizationId) Setter accessor for attribute 'organizationId'.void
Setter accessor for attribute 'plan'.void
setPlanCode
(int planCode) Setter accessor for attribute 'planCode'.void
setPulsarToken
(String pulsarToken) Setter accessor for attribute 'pulsarToken'.void
setPulsarVersion
(String pulsarVersion) Setter accessor for attribute 'pulsarVersion'.void
Setter accessor for attribute 'status'.void
setTenantName
(String tenantName) Setter accessor for attribute 'tenantName'.void
setWebServiceUrl
(String webServiceUrl) Setter accessor for attribute 'webServiceUrl'.void
setWebsocketQueryParamUrl
(String websocketQueryParamUrl) Setter accessor for attribute 'websocketQueryParamUrl'.void
setWebsocketUrl
(String websocketUrl) Setter accessor for attribute 'websocketUrl'.
-
Constructor Details
-
Tenant
public Tenant()
-
-
Method Details
-
getTenantName
Getter accessor for attribute 'tenantName'.- Returns:
- current value of 'tenantName'
-
setTenantName
Setter accessor for attribute 'tenantName'.- Parameters:
tenantName
- new value for 'tenantName '
-
getClusterName
Getter accessor for attribute 'clusterName'.- Returns:
- current value of 'clusterName'
-
setClusterName
Setter accessor for attribute 'clusterName'.- Parameters:
clusterName
- new value for 'clusterName '
-
getWebServiceUrl
Getter accessor for attribute 'webServiceUrl'.- Returns:
- current value of 'webServiceUrl'
-
setWebServiceUrl
Setter accessor for attribute 'webServiceUrl'.- Parameters:
webServiceUrl
- new value for 'webServiceUrl '
-
getBrokerServiceUrl
Getter accessor for attribute 'brokerServiceUrl'.- Returns:
- current value of 'brokerServiceUrl'
-
setBrokerServiceUrl
Setter accessor for attribute 'brokerServiceUrl'.- Parameters:
brokerServiceUrl
- new value for 'brokerServiceUrl '
-
getWebsocketUrl
Getter accessor for attribute 'websocketUrl'.- Returns:
- current value of 'websocketUrl'
-
setWebsocketUrl
Setter accessor for attribute 'websocketUrl'.- Parameters:
websocketUrl
- new value for 'websocketUrl '
-
getWebsocketQueryParamUrl
Getter accessor for attribute 'websocketQueryParamUrl'.- Returns:
- current value of 'websocketQueryParamUrl'
-
setWebsocketQueryParamUrl
Setter accessor for attribute 'websocketQueryParamUrl'.- Parameters:
websocketQueryParamUrl
- new value for 'websocketQueryParamUrl '
-
getPulsarToken
Getter accessor for attribute 'pulsarToken'.- Returns:
- current value of 'pulsarToken'
-
setPulsarToken
Setter accessor for attribute 'pulsarToken'.- Parameters:
pulsarToken
- new value for 'pulsarToken '
-
getPlan
Getter accessor for attribute 'plan'.- Returns:
- current value of 'plan'
-
setPlan
Setter accessor for attribute 'plan'.- Parameters:
plan
- new value for 'plan '
-
getPlanCode
public int getPlanCode()Getter accessor for attribute 'planCode'.- Returns:
- current value of 'planCode'
-
setPlanCode
public void setPlanCode(int planCode) Setter accessor for attribute 'planCode'.- Parameters:
planCode
- new value for 'planCode '
-
getOrganizationId
Getter accessor for attribute 'organizationId'.- Returns:
- current value of 'organizationId'
-
setOrganizationId
Setter accessor for attribute 'organizationId'.- Parameters:
organizationId
- new value for 'organizationId '
-
getCloudRegion
Getter accessor for attribute 'cloudRegion'.- Returns:
- current value of 'cloudRegion'
-
setCloudRegion
Setter accessor for attribute 'cloudRegion'.- Parameters:
cloudRegion
- new value for 'cloudRegion '
-
getCloudProvider
Getter accessor for attribute 'cloudProvider'.- Returns:
- current value of 'cloudProvider'
-
setCloudProvider
Setter accessor for attribute 'cloudProvider'.- Parameters:
cloudProvider
- new value for 'cloudProvider '
-
getCloudProviderCode
public int getCloudProviderCode()Getter accessor for attribute 'cloudProviderCode'.- Returns:
- current value of 'cloudProviderCode'
-
setCloudProviderCode
public void setCloudProviderCode(int cloudProviderCode) Setter accessor for attribute 'cloudProviderCode'.- Parameters:
cloudProviderCode
- new value for 'cloudProviderCode '
-
getStatus
Getter accessor for attribute 'status'.- Returns:
- current value of 'status'
-
setStatus
Setter accessor for attribute 'status'.- Parameters:
status
- new value for 'status '
-
getJvmVersion
Getter accessor for attribute 'jvmVersion'.- Returns:
- current value of 'jvmVersion'
-
setJvmVersion
Setter accessor for attribute 'jvmVersion'.- Parameters:
jvmVersion
- new value for 'jvmVersion '
-
getPulsarVersion
Getter accessor for attribute 'pulsarVersion'.- Returns:
- current value of 'pulsarVersion'
-
setPulsarVersion
Setter accessor for attribute 'pulsarVersion'.- Parameters:
pulsarVersion
- new value for 'pulsarVersion '
-