Class UpdateNamespaceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.UpdateNamespaceRequest
-
public class UpdateNamespaceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateNamespaceRequest()
UpdateNamespaceRequest(UpdateNamespaceRequest 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
getNamespace()
Get 命名空间名称void
setDescription(String Description)
Set 命名空间描述void
setNamespace(String Namespace)
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
-
UpdateNamespaceRequest
public UpdateNamespaceRequest()
-
UpdateNamespaceRequest
public UpdateNamespaceRequest(UpdateNamespaceRequest 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
-
getNamespace
public String getNamespace()
Get 命名空间名称- Returns:
- Namespace 命名空间名称
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间名称- Parameters:
Namespace
- 命名空间名称
-
getDescription
public String getDescription()
Get 命名空间描述- Returns:
- Description 命名空间描述
-
setDescription
public void setDescription(String Description)
Set 命名空间描述- Parameters:
Description
- 命名空间描述
-
-