Class Tenant

java.lang.Object
com.dtsx.astra.sdk.streaming.domain.Tenant
Direct Known Subclasses:
CreateTenantResponse

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

    • Tenant

      public Tenant()
  • Method Details

    • getTenantName

      public String getTenantName()
      Getter accessor for attribute 'tenantName'.
      Returns:
      current value of 'tenantName'
    • setTenantName

      public void setTenantName(String tenantName)
      Setter accessor for attribute 'tenantName'.
      Parameters:
      tenantName - new value for 'tenantName '
    • getClusterName

      public String getClusterName()
      Getter accessor for attribute 'clusterName'.
      Returns:
      current value of 'clusterName'
    • setClusterName

      public void setClusterName(String clusterName)
      Setter accessor for attribute 'clusterName'.
      Parameters:
      clusterName - new value for 'clusterName '
    • getWebServiceUrl

      public String getWebServiceUrl()
      Getter accessor for attribute 'webServiceUrl'.
      Returns:
      current value of 'webServiceUrl'
    • setWebServiceUrl

      public void setWebServiceUrl(String webServiceUrl)
      Setter accessor for attribute 'webServiceUrl'.
      Parameters:
      webServiceUrl - new value for 'webServiceUrl '
    • getBrokerServiceUrl

      public String getBrokerServiceUrl()
      Getter accessor for attribute 'brokerServiceUrl'.
      Returns:
      current value of 'brokerServiceUrl'
    • setBrokerServiceUrl

      public void setBrokerServiceUrl(String brokerServiceUrl)
      Setter accessor for attribute 'brokerServiceUrl'.
      Parameters:
      brokerServiceUrl - new value for 'brokerServiceUrl '
    • getWebsocketUrl

      public String getWebsocketUrl()
      Getter accessor for attribute 'websocketUrl'.
      Returns:
      current value of 'websocketUrl'
    • setWebsocketUrl

      public void setWebsocketUrl(String websocketUrl)
      Setter accessor for attribute 'websocketUrl'.
      Parameters:
      websocketUrl - new value for 'websocketUrl '
    • getWebsocketQueryParamUrl

      public String getWebsocketQueryParamUrl()
      Getter accessor for attribute 'websocketQueryParamUrl'.
      Returns:
      current value of 'websocketQueryParamUrl'
    • setWebsocketQueryParamUrl

      public void setWebsocketQueryParamUrl(String websocketQueryParamUrl)
      Setter accessor for attribute 'websocketQueryParamUrl'.
      Parameters:
      websocketQueryParamUrl - new value for 'websocketQueryParamUrl '
    • getPulsarToken

      public String getPulsarToken()
      Getter accessor for attribute 'pulsarToken'.
      Returns:
      current value of 'pulsarToken'
    • setPulsarToken

      public void setPulsarToken(String pulsarToken)
      Setter accessor for attribute 'pulsarToken'.
      Parameters:
      pulsarToken - new value for 'pulsarToken '
    • getPlan

      public String getPlan()
      Getter accessor for attribute 'plan'.
      Returns:
      current value of 'plan'
    • setPlan

      public void setPlan(String plan)
      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

      public UUID getOrganizationId()
      Getter accessor for attribute 'organizationId'.
      Returns:
      current value of 'organizationId'
    • setOrganizationId

      public void setOrganizationId(UUID organizationId)
      Setter accessor for attribute 'organizationId'.
      Parameters:
      organizationId - new value for 'organizationId '
    • getCloudRegion

      public String getCloudRegion()
      Getter accessor for attribute 'cloudRegion'.
      Returns:
      current value of 'cloudRegion'
    • setCloudRegion

      public void setCloudRegion(String cloudRegion)
      Setter accessor for attribute 'cloudRegion'.
      Parameters:
      cloudRegion - new value for 'cloudRegion '
    • getCloudProvider

      public String getCloudProvider()
      Getter accessor for attribute 'cloudProvider'.
      Returns:
      current value of 'cloudProvider'
    • setCloudProvider

      public void setCloudProvider(String cloudProvider)
      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

      public String getStatus()
      Getter accessor for attribute 'status'.
      Returns:
      current value of 'status'
    • setStatus

      public void setStatus(String status)
      Setter accessor for attribute 'status'.
      Parameters:
      status - new value for 'status '
    • getJvmVersion

      public String getJvmVersion()
      Getter accessor for attribute 'jvmVersion'.
      Returns:
      current value of 'jvmVersion'
    • setJvmVersion

      public void setJvmVersion(String jvmVersion)
      Setter accessor for attribute 'jvmVersion'.
      Parameters:
      jvmVersion - new value for 'jvmVersion '
    • getPulsarVersion

      public String getPulsarVersion()
      Getter accessor for attribute 'pulsarVersion'.
      Returns:
      current value of 'pulsarVersion'
    • setPulsarVersion

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