@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiClusterRef extends Object
Constructor and Description |
---|
ApiClusterRef() |
Modifier and Type | Method and Description |
---|---|
ApiClusterRef |
clusterName(String clusterName) |
ApiClusterRef |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getClusterName()
The name of the cluster, which uniquely identifies it in a CM installation.
|
String |
getDisplayName()
The display name of the cluster.
|
int |
hashCode() |
void |
setClusterName(String clusterName) |
void |
setDisplayName(String displayName) |
String |
toString() |
public ApiClusterRef clusterName(String clusterName)
public String getClusterName()
public void setClusterName(String clusterName)
public ApiClusterRef displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
Copyright © 2019. All rights reserved.