Class ModifyNamespaceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20201221.models.ModifyNamespaceRequest
-
public class ModifyNamespaceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyNamespaceRequest()
ModifyNamespaceRequest(ModifyNamespaceRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Get 命名空间描述String
getNamespaceId()
Get 环境idString
getNamespaceName()
Get 命名空间名称Long
getSourceChannel()
Get 来源渠道String[]
getSubnetIds()
Get 子网网络String
getVpc()
Get 私有网络名称void
setDescription(String Description)
Set 命名空间描述void
setNamespaceId(String NamespaceId)
Set 环境idvoid
setNamespaceName(String NamespaceName)
Set 命名空间名称void
setSourceChannel(Long SourceChannel)
Set 来源渠道void
setSubnetIds(String[] SubnetIds)
Set 子网网络void
setVpc(String Vpc)
Set 私有网络名称void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyNamespaceRequest
public ModifyNamespaceRequest()
-
ModifyNamespaceRequest
public ModifyNamespaceRequest(ModifyNamespaceRequest 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.
-
-
Method Detail
-
getNamespaceId
public String getNamespaceId()
Get 环境id- Returns:
- NamespaceId 环境id
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set 环境id- Parameters:
NamespaceId
- 环境id
-
getNamespaceName
public String getNamespaceName()
Get 命名空间名称- Returns:
- NamespaceName 命名空间名称
-
setNamespaceName
public void setNamespaceName(String NamespaceName)
Set 命名空间名称- Parameters:
NamespaceName
- 命名空间名称
-
getDescription
public String getDescription()
Get 命名空间描述- Returns:
- Description 命名空间描述
-
setDescription
public void setDescription(String Description)
Set 命名空间描述- Parameters:
Description
- 命名空间描述
-
getVpc
public String getVpc()
Get 私有网络名称- Returns:
- Vpc 私有网络名称
-
setVpc
public void setVpc(String Vpc)
Set 私有网络名称- Parameters:
Vpc
- 私有网络名称
-
getSubnetIds
public String[] getSubnetIds()
Get 子网网络- Returns:
- SubnetIds 子网网络
-
setSubnetIds
public void setSubnetIds(String[] SubnetIds)
Set 子网网络- Parameters:
SubnetIds
- 子网网络
-
getSourceChannel
public Long getSourceChannel()
Get 来源渠道- Returns:
- SourceChannel 来源渠道
-
setSourceChannel
public void setSourceChannel(Long SourceChannel)
Set 来源渠道- Parameters:
SourceChannel
- 来源渠道
-
-