Class CallBackInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.CallBackInfo
-
public class CallBackInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CallBackInfo()CallBackInfo(CallBackInfo 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 StringgetBody()Get 回调时的BodyString[]getHeaders()Get 回调时的Headers 注意:此字段可能返回 null,表示取不到有效值。voidsetBody(String Body)Set 回调时的BodyvoidsetHeaders(String[] Headers)Set 回调时的Headers 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
CallBackInfo
public CallBackInfo()
-
CallBackInfo
public CallBackInfo(CallBackInfo 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
-
getBody
public String getBody()
Get 回调时的Body- Returns:
- Body 回调时的Body
-
setBody
public void setBody(String Body)
Set 回调时的Body- Parameters:
Body- 回调时的Body
-
getHeaders
public String[] getHeaders()
Get 回调时的Headers 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Headers 回调时的Headers 注意:此字段可能返回 null,表示取不到有效值。
-
setHeaders
public void setHeaders(String[] Headers)
Set 回调时的Headers 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Headers- 回调时的Headers 注意:此字段可能返回 null,表示取不到有效值。
-
-