public class CreateInstancePreResp extends AbstractModel
Constructor and Description |
---|
CreateInstancePreResp() |
CreateInstancePreResp(CreateInstancePreResp 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 |
---|---|
CreateInstancePreData |
getData()
Get Data returned by the operation.
|
String |
getDeleteRouteTimestamp()
Get Deletion time.
|
String |
getReturnCode()
Get Returned code.
|
String |
getReturnMessage()
Get The message indicating whether the operation is successful.
|
void |
setData(CreateInstancePreData Data)
Set Data returned by the operation.
|
void |
setDeleteRouteTimestamp(String DeleteRouteTimestamp)
Set Deletion time.
|
void |
setReturnCode(String ReturnCode)
Set Returned code.
|
void |
setReturnMessage(String ReturnMessage)
Set The message indicating whether the operation is successful.
|
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, toJsonString
public CreateInstancePreResp()
public CreateInstancePreResp(CreateInstancePreResp source)
public String getReturnCode()
public void setReturnCode(String ReturnCode)
ReturnCode
- Returned code. 0: Normal; other values: Error.public String getReturnMessage()
public void setReturnMessage(String ReturnMessage)
ReturnMessage
- The message indicating whether the operation is successful.public CreateInstancePreData getData()
public void setData(CreateInstancePreData Data)
Data
- Data returned by the operation.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getDeleteRouteTimestamp()
public void setDeleteRouteTimestamp(String DeleteRouteTimestamp)
DeleteRouteTimestamp
- Deletion time.
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.