public class RegistryCondition extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RegistryCondition() | 
| RegistryCondition(RegistryCondition 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 | 
|---|---|
| String | getReason()Get 转换到该过程的简明原因 | 
| String | getStatus()Get 实例创建过程状态 | 
| String | getType()Get 实例创建过程类型 | 
| void | setReason(String Reason)Set 转换到该过程的简明原因 | 
| void | setStatus(String Status)Set 实例创建过程状态 | 
| void | setType(String Type)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, toJsonStringpublic RegistryCondition()
public RegistryCondition(RegistryCondition source)
public String getType()
public void setType(String Type)
Type - 实例创建过程类型public String getStatus()
public void setStatus(String Status)
Status - 实例创建过程状态public String getReason()
public void setReason(String Reason)
Reason - 转换到该过程的简明原因Copyright © 2025. All rights reserved.