DescribeScdnDomainTrafficDataRequest.h 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. /*
  2. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. #ifndef ALIBABACLOUD_SCDN_MODEL_DESCRIBESCDNDOMAINTRAFFICDATAREQUEST_H_
  17. #define ALIBABACLOUD_SCDN_MODEL_DESCRIBESCDNDOMAINTRAFFICDATAREQUEST_H_
  18. #include <string>
  19. #include <vector>
  20. #include <alibabacloud/core/RpcServiceRequest.h>
  21. #include <alibabacloud/scdn/ScdnExport.h>
  22. namespace AlibabaCloud
  23. {
  24. namespace Scdn
  25. {
  26. namespace Model
  27. {
  28. class ALIBABACLOUD_SCDN_EXPORT DescribeScdnDomainTrafficDataRequest : public RpcServiceRequest
  29. {
  30. public:
  31. DescribeScdnDomainTrafficDataRequest();
  32. ~DescribeScdnDomainTrafficDataRequest();
  33. long getCallerParentId()const;
  34. void setCallerParentId(long callerParentId);
  35. bool getProxy_original_security_transport()const;
  36. void setProxy_original_security_transport(bool proxy_original_security_transport);
  37. std::string getLocationNameEn()const;
  38. void setLocationNameEn(const std::string& locationNameEn);
  39. std::string getStartTime()const;
  40. void setStartTime(const std::string& startTime);
  41. std::string getIspNameEn()const;
  42. void setIspNameEn(const std::string& ispNameEn);
  43. std::string getProxy_original_source_ip()const;
  44. void setProxy_original_source_ip(const std::string& proxy_original_source_ip);
  45. std::string getOwnerIdLoginEmail()const;
  46. void setOwnerIdLoginEmail(const std::string& ownerIdLoginEmail);
  47. std::string getCallerType()const;
  48. void setCallerType(const std::string& callerType);
  49. std::string getAccessKeyId()const;
  50. void setAccessKeyId(const std::string& accessKeyId);
  51. std::string getSecurityToken()const;
  52. void setSecurityToken(const std::string& securityToken);
  53. std::string getRequestContent()const;
  54. void setRequestContent(const std::string& requestContent);
  55. std::string getCallerBidEmail()const;
  56. void setCallerBidEmail(const std::string& callerBidEmail);
  57. std::string getCallerUidEmail()const;
  58. void setCallerUidEmail(const std::string& callerUidEmail);
  59. long getCallerUid()const;
  60. void setCallerUid(long callerUid);
  61. std::string getApp_ip()const;
  62. void setApp_ip(const std::string& app_ip);
  63. std::string getPopProduct()const;
  64. void setPopProduct(const std::string& popProduct);
  65. std::string getProduct()const;
  66. void setProduct(const std::string& product);
  67. std::string getDomainName()const;
  68. void setDomainName(const std::string& domainName);
  69. std::string getEndTime()const;
  70. void setEndTime(const std::string& endTime);
  71. std::string getCallerBid()const;
  72. void setCallerBid(const std::string& callerBid);
  73. long getOwnerId()const;
  74. void setOwnerId(long ownerId);
  75. std::string getVersion()const;
  76. void setVersion(const std::string& version);
  77. bool getProxy_trust_transport_info()const;
  78. void setProxy_trust_transport_info(bool proxy_trust_transport_info);
  79. bool getAk_mfa_present()const;
  80. void setAk_mfa_present(bool ak_mfa_present);
  81. bool getSecurity_transport()const;
  82. void setSecurity_transport(bool security_transport);
  83. std::string getRequestId()const;
  84. void setRequestId(const std::string& requestId);
  85. std::string getInterval()const;
  86. void setInterval(const std::string& interval);
  87. private:
  88. long callerParentId_;
  89. bool proxy_original_security_transport_;
  90. std::string locationNameEn_;
  91. std::string startTime_;
  92. std::string ispNameEn_;
  93. std::string proxy_original_source_ip_;
  94. std::string ownerIdLoginEmail_;
  95. std::string callerType_;
  96. std::string accessKeyId_;
  97. std::string securityToken_;
  98. std::string requestContent_;
  99. std::string callerBidEmail_;
  100. std::string callerUidEmail_;
  101. long callerUid_;
  102. std::string app_ip_;
  103. std::string popProduct_;
  104. std::string product_;
  105. std::string domainName_;
  106. std::string endTime_;
  107. std::string callerBid_;
  108. long ownerId_;
  109. std::string version_;
  110. bool proxy_trust_transport_info_;
  111. bool ak_mfa_present_;
  112. bool security_transport_;
  113. std::string requestId_;
  114. std::string interval_;
  115. };
  116. }
  117. }
  118. }
  119. #endif // !ALIBABACLOUD_SCDN_MODEL_DESCRIBESCDNDOMAINTRAFFICDATAREQUEST_H_