Class CreateInstancePostResp
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.CreateInstancePostResp
-
public class CreateInstancePostResp extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateInstancePostResp()
CreateInstancePostResp(CreateInstancePostResp 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateInstancePostData
getData()
Get 返回的Data数据 注意:此字段可能返回 null,表示取不到有效值。String
getReturnCode()
Get 返回的code,0为正常,非0为错误String
getReturnMessage()
Get 接口返回消息,当接口报错时提示错误信息void
setData(CreateInstancePostData Data)
Set 返回的Data数据 注意:此字段可能返回 null,表示取不到有效值。void
setReturnCode(String ReturnCode)
Set 返回的code,0为正常,非0为错误void
setReturnMessage(String ReturnMessage)
Set 接口返回消息,当接口报错时提示错误信息void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateInstancePostResp
public CreateInstancePostResp()
-
CreateInstancePostResp
public CreateInstancePostResp(CreateInstancePostResp 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.
-
-
Method Detail
-
getReturnCode
public String getReturnCode()
Get 返回的code,0为正常,非0为错误- Returns:
- ReturnCode 返回的code,0为正常,非0为错误
-
setReturnCode
public void setReturnCode(String ReturnCode)
Set 返回的code,0为正常,非0为错误- Parameters:
ReturnCode
- 返回的code,0为正常,非0为错误
-
getReturnMessage
public String getReturnMessage()
Get 接口返回消息,当接口报错时提示错误信息- Returns:
- ReturnMessage 接口返回消息,当接口报错时提示错误信息
-
setReturnMessage
public void setReturnMessage(String ReturnMessage)
Set 接口返回消息,当接口报错时提示错误信息- Parameters:
ReturnMessage
- 接口返回消息,当接口报错时提示错误信息
-
getData
public CreateInstancePostData getData()
Get 返回的Data数据 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Data 返回的Data数据 注意:此字段可能返回 null,表示取不到有效值。
-
setData
public void setData(CreateInstancePostData Data)
Set 返回的Data数据 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Data
- 返回的Data数据 注意:此字段可能返回 null,表示取不到有效值。
-
-