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 Reasons for transiting to the process
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getStatus()Get Instance creation process status | 
| String | getType()Get Instance creation process type | 
| void | setReason(String Reason)Set Reasons for transiting to the process
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStatus(String Status)Set Instance creation process status | 
| void | setType(String Type)Set Instance creation process type | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RegistryCondition()
public RegistryCondition(RegistryCondition source)
public String getType()
public void setType(String Type)
Type - Instance creation process typepublic String getStatus()
public void setStatus(String Status)
Status - Instance creation process statuspublic String getReason()
public void setReason(String Reason)
Reason - Reasons for transiting to the process
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.