public class NamespaceIsExistsResp extends AbstractModel
| Constructor and Description |
|---|
NamespaceIsExistsResp() |
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Boolean getIsExist()
public void setIsExist(Boolean IsExist)
IsExist - 命名空间是否存在public Boolean getIsPreserved()
public void setIsPreserved(Boolean IsPreserved)
IsPreserved - 是否为保留命名空间Copyright © 2020. All rights reserved.