类 NewClusterModel
- java.lang.Object
-
- com.baidubce.services.cnap.model.cluster.NewClusterModel
-
public class NewClusterModel extends Object
The model of cluster.
-
-
构造器概要
构造器 构造器 说明 NewClusterModel()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetDescription()StringgetRegion()StringgetType()StringgetUnderlayClusterID()voidsetDescription(String description)voidsetRegion(String region)voidsetType(String type)voidsetUnderlayClusterID(String underlayClusterID)NewClusterModelwithDescription(String description)NewClusterModelwithRegion(String region)NewClusterModelwithType(String type)NewClusterModelwithUnderlayClusterID(String underlayClusterID)
-
-
-
方法详细资料
-
getRegion
public String getRegion()
-
setRegion
public void setRegion(String region)
-
getUnderlayClusterID
public String getUnderlayClusterID()
-
setUnderlayClusterID
public void setUnderlayClusterID(String underlayClusterID)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
withRegion
public NewClusterModel withRegion(String region)
-
withUnderlayClusterID
public NewClusterModel withUnderlayClusterID(String underlayClusterID)
-
withType
public NewClusterModel withType(String type)
-
withDescription
public NewClusterModel withDescription(String description)
-
-