Class NamespaceIsExistsResp
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.NamespaceIsExistsResp
-
public class NamespaceIsExistsResp extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NamespaceIsExistsResp()NamespaceIsExistsResp(NamespaceIsExistsResp 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 BooleangetIsExist()Get 命名空间是否存在BooleangetIsPreserved()Get 是否为保留命名空间voidsetIsExist(Boolean IsExist)Set 命名空间是否存在voidsetIsPreserved(Boolean IsPreserved)Set 是否为保留命名空间voidtoMap(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
-
NamespaceIsExistsResp
public NamespaceIsExistsResp()
-
NamespaceIsExistsResp
public NamespaceIsExistsResp(NamespaceIsExistsResp 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
-
getIsExist
public Boolean getIsExist()
Get 命名空间是否存在- Returns:
- IsExist 命名空间是否存在
-
setIsExist
public void setIsExist(Boolean IsExist)
Set 命名空间是否存在- Parameters:
IsExist- 命名空间是否存在
-
getIsPreserved
public Boolean getIsPreserved()
Get 是否为保留命名空间- Returns:
- IsPreserved 是否为保留命名空间
-
setIsPreserved
public void setIsPreserved(Boolean IsPreserved)
Set 是否为保留命名空间- Parameters:
IsPreserved- 是否为保留命名空间
-
-