@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-12-13T13:57:16.085Z") public class ApiClusterSupportToken extends Object
Constructor and Description |
---|
ApiClusterSupportToken() |
Modifier and Type | Method and Description |
---|---|
ApiClusterSupportToken |
clusterName(String clusterName) |
ApiClusterSupportToken |
clusterSupportToken(String clusterSupportToken) |
ApiClusterSupportToken |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getClusterName()
The name of the cluster.
|
String |
getClusterSupportToken()
The unique support token for a cluster.
|
String |
getDisplayName()
The display name of the cluster that is shown in the UI.
|
int |
hashCode() |
void |
setClusterName(String clusterName) |
void |
setClusterSupportToken(String clusterSupportToken) |
void |
setDisplayName(String displayName) |
String |
toString() |
public ApiClusterSupportToken clusterName(String clusterName)
public String getClusterName()
public void setClusterName(String clusterName)
public ApiClusterSupportToken displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public ApiClusterSupportToken clusterSupportToken(String clusterSupportToken)
public String getClusterSupportToken()
public void setClusterSupportToken(String clusterSupportToken)
Copyright © 2022. All rights reserved.