public class NewClusterModel extends Object
| Constructor and Description |
|---|
NewClusterModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getRegion() |
String |
getType() |
String |
getUnderlayClusterID() |
void |
setDescription(String description) |
void |
setRegion(String region) |
void |
setType(String type) |
void |
setUnderlayClusterID(String underlayClusterID) |
NewClusterModel |
withDescription(String description) |
NewClusterModel |
withRegion(String region) |
NewClusterModel |
withType(String type) |
NewClusterModel |
withUnderlayClusterID(String underlayClusterID) |
public String getRegion()
public void setRegion(String region)
public String getUnderlayClusterID()
public void setUnderlayClusterID(String underlayClusterID)
public String getType()
public void setType(String type)
public String getDescription()
public void setDescription(String description)
public NewClusterModel withRegion(String region)
public NewClusterModel withUnderlayClusterID(String underlayClusterID)
public NewClusterModel withType(String type)
public NewClusterModel withDescription(String description)
Copyright © 2021. All rights reserved.