Class Cluster
java.lang.Object
com.dtsx.astra.sdk.streaming.domain.Cluster
- All Implemented Interfaces:
Serializable
Represent a cluster when you list them.
- Author:
- Cedrick LUNVEN (@clunven)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter accessor for attribute 'brokerServiceUrl'.Getter accessor for attribute 'cloudProvider'.Getter accessor for attribute 'cloudRegion'.Getter accessor for attribute 'clusterName'.Getter accessor for attribute 'clusterType'.Getter accessor for attribute 'webServiceUrl'.Getter accessor for attribute 'websocketUrl'.voidsetBrokerServiceUrl(String brokerServiceUrl) Setter accessor for attribute 'brokerServiceUrl'.voidsetCloudProvider(String cloudProvider) Setter accessor for attribute 'cloudProvider'.voidsetCloudRegion(String cloudRegion) Setter accessor for attribute 'cloudRegion'.voidsetClusterName(String clusterName) Setter accessor for attribute 'clusterName'.voidsetClusterType(String clusterType) Setter accessor for attribute 'clusterType'.voidsetWebServiceUrl(String webServiceUrl) Setter accessor for attribute 'webServiceUrl'.voidsetWebsocketUrl(String websocketUrl) Setter accessor for attribute 'websocketUrl'.
-
Constructor Details
-
Cluster
public Cluster()Default constructor.
-
-
Method Details
-
getClusterName
Getter accessor for attribute 'clusterName'.- Returns:
- current value of 'clusterName'
-
setClusterName
Setter accessor for attribute 'clusterName'.- Parameters:
clusterName- new value for 'clusterName '
-
getCloudProvider
Getter accessor for attribute 'cloudProvider'.- Returns:
- current value of 'cloudProvider'
-
setCloudProvider
Setter accessor for attribute 'cloudProvider'.- Parameters:
cloudProvider- new value for 'cloudProvider '
-
getCloudRegion
Getter accessor for attribute 'cloudRegion'.- Returns:
- current value of 'cloudRegion'
-
setCloudRegion
Setter accessor for attribute 'cloudRegion'.- Parameters:
cloudRegion- new value for 'cloudRegion '
-
getClusterType
Getter accessor for attribute 'clusterType'.- Returns:
- current value of 'clusterType'
-
setClusterType
Setter accessor for attribute 'clusterType'.- Parameters:
clusterType- new value for 'clusterType '
-
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 '
-