Uses of Class
com.tencentcloudapi.trp.v20210515.models.InputEncryptData
-
Packages that use InputEncryptData Package Description com.tencentcloudapi.trp.v20210515.models -
-
Uses of InputEncryptData in com.tencentcloudapi.trp.v20210515.models
Methods in com.tencentcloudapi.trp.v20210515.models that return InputEncryptData Modifier and Type Method Description InputEncryptDataAuthorizedTransferRequest. getBusinessSecurityData()Get 业务加密入参。InputEncryptDataEffectFeedbackRequest. getBusinessSecurityData()Get 业务加密入参。InputEncryptDataReportBatchCallbackStatusRequest. getBusinessSecurityData()Get 业务加密入参。Methods in com.tencentcloudapi.trp.v20210515.models with parameters of type InputEncryptData Modifier and Type Method Description voidAuthorizedTransferRequest. setBusinessSecurityData(InputEncryptData BusinessSecurityData)Set 业务加密入参。voidEffectFeedbackRequest. setBusinessSecurityData(InputEncryptData BusinessSecurityData)Set 业务加密入参。voidReportBatchCallbackStatusRequest. setBusinessSecurityData(InputEncryptData BusinessSecurityData)Set 业务加密入参。Constructors in com.tencentcloudapi.trp.v20210515.models with parameters of type InputEncryptData Constructor Description InputEncryptData(InputEncryptData 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.
-