Class CreateTenantResponse
java.lang.Object
com.dtsx.astra.sdk.streaming.domain.Tenant
com.dtsx.astra.sdk.streaming.domain.CreateTenantResponse
- Author:
- Cedrick LUNVEN (@clunven)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter accessor for attribute 'namespace'.getTopic()
Getter accessor for attribute 'topic'.void
setNamespace
(String namespace) Setter accessor for attribute 'namespace'.void
Setter accessor for attribute 'topic'.Methods inherited from class com.dtsx.astra.sdk.streaming.domain.Tenant
getBrokerServiceUrl, getCloudProvider, getCloudProviderCode, getCloudRegion, getClusterName, getJvmVersion, getOrganizationId, getPlan, getPlanCode, getPulsarToken, getPulsarVersion, getStatus, getTenantName, getWebServiceUrl, getWebsocketQueryParamUrl, getWebsocketUrl, setBrokerServiceUrl, setCloudProvider, setCloudProviderCode, setCloudRegion, setClusterName, setJvmVersion, setOrganizationId, setPlan, setPlanCode, setPulsarToken, setPulsarVersion, setStatus, setTenantName, setWebServiceUrl, setWebsocketQueryParamUrl, setWebsocketUrl
-
Constructor Details
-
CreateTenantResponse
public CreateTenantResponse()
-
-
Method Details
-
getNamespace
Getter accessor for attribute 'namespace'.- Returns:
- current value of 'namespace'
-
setNamespace
Setter accessor for attribute 'namespace'.- Parameters:
namespace
- new value for 'namespace '
-
getTopic
Getter accessor for attribute 'topic'.- Returns:
- current value of 'topic'
-
setTopic
Setter accessor for attribute 'topic'.- Parameters:
topic
- new value for 'topic '
-