public class ModifyMeshRequest extends AbstractModel
Constructor and Description |
---|
ModifyMeshRequest() |
ModifyMeshRequest(ModifyMeshRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Cluster[] |
getClusterList()
Get 修改的集群配置
|
MeshConfig |
getConfig()
Get 修改的网格配置
|
String |
getDisplayName()
Get 修改的网格名称
|
String |
getMeshId()
Get 需要修改的网格Id
|
void |
setClusterList(Cluster[] ClusterList)
Set 修改的集群配置
|
void |
setConfig(MeshConfig Config)
Set 修改的网格配置
|
void |
setDisplayName(String DisplayName)
Set 修改的网格名称
|
void |
setMeshId(String MeshId)
Set 需要修改的网格Id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyMeshRequest()
public ModifyMeshRequest(ModifyMeshRequest source)
public String getMeshId()
public void setMeshId(String MeshId)
MeshId
- 需要修改的网格Idpublic String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName
- 修改的网格名称public MeshConfig getConfig()
public void setConfig(MeshConfig Config)
Config
- 修改的网格配置public Cluster[] getClusterList()
public void setClusterList(Cluster[] ClusterList)
ClusterList
- 修改的集群配置Copyright © 2022. All rights reserved.