Class ReportBatchCallbackStatusRequest


  • public class ReportBatchCallbackStatusRequest
    extends AbstractModel
    • 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 - 业务加密入参。