public class NamespaceIsExistsResp extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsExist()
Get 命名空间是否存在
|
Boolean |
getIsPreserved()
Get 是否为保留命名空间
|
void |
setIsExist(Boolean IsExist)
Set 命名空间是否存在
|
void |
setIsPreserved(Boolean IsPreserved)
Set 是否为保留命名空间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public NamespaceIsExistsResp()
public NamespaceIsExistsResp(NamespaceIsExistsResp source)
public Boolean getIsExist()
public void setIsExist(Boolean IsExist)
IsExist
- 命名空间是否存在public Boolean getIsPreserved()
public void setIsPreserved(Boolean IsPreserved)
IsPreserved
- 是否为保留命名空间Copyright © 2024. All rights reserved.