Class ReportBatchCallbackStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.ReportBatchCallbackStatusRequest
-
public class ReportBatchCallbackStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ReportBatchCallbackStatusRequest()ReportBatchCallbackStatusRequest(ReportBatchCallbackStatusRequest 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 InputEncryptDatagetBusinessSecurityData()Get 业务加密入参。voidsetBusinessSecurityData(InputEncryptData BusinessSecurityData)Set 业务加密入参。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
-
ReportBatchCallbackStatusRequest
public ReportBatchCallbackStatusRequest()
-
ReportBatchCallbackStatusRequest
public ReportBatchCallbackStatusRequest(ReportBatchCallbackStatusRequest 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
-
getBusinessSecurityData
public InputEncryptData getBusinessSecurityData()
Get 业务加密入参。- Returns:
- BusinessSecurityData 业务加密入参。
-
setBusinessSecurityData
public void setBusinessSecurityData(InputEncryptData BusinessSecurityData)
Set 业务加密入参。- Parameters:
BusinessSecurityData- 业务加密入参。
-
-