Class CreateTenantResponse

java.lang.Object
com.dtsx.astra.sdk.streaming.domain.Tenant
com.dtsx.astra.sdk.streaming.domain.CreateTenantResponse

public class CreateTenantResponse extends Tenant
Author:
Cedrick LUNVEN (@clunven)
  • Constructor Details

    • CreateTenantResponse

      public CreateTenantResponse()
  • Method Details

    • getNamespace

      public String getNamespace()
      Getter accessor for attribute 'namespace'.
      Returns:
      current value of 'namespace'
    • setNamespace

      public void setNamespace(String namespace)
      Setter accessor for attribute 'namespace'.
      Parameters:
      namespace - new value for 'namespace '
    • getTopic

      public String getTopic()
      Getter accessor for attribute 'topic'.
      Returns:
      current value of 'topic'
    • setTopic

      public void setTopic(String topic)
      Setter accessor for attribute 'topic'.
      Parameters:
      topic - new value for 'topic '