Class Cluster

java.lang.Object
com.dtsx.astra.sdk.streaming.domain.Cluster
All Implemented Interfaces:
Serializable

public class Cluster extends Object implements Serializable
Represent a cluster when you list them.
Author:
Cedrick LUNVEN (@clunven)
See Also:
  • Constructor Details

    • Cluster

      public Cluster()
      Default constructor.
  • Method Details

    • 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 '
    • 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 '
    • 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 '
    • getClusterType

      public String getClusterType()
      Getter accessor for attribute 'clusterType'.
      Returns:
      current value of 'clusterType'
    • setClusterType

      public void setClusterType(String clusterType)
      Setter accessor for attribute 'clusterType'.
      Parameters:
      clusterType - new value for 'clusterType '
    • 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 '