BatchUploadMPCoSPhaseTextInfoByDeviceRequest.cc 4.5 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. #include <alibabacloud/ltl/model/BatchUploadMPCoSPhaseTextInfoByDeviceRequest.h>
  17. using AlibabaCloud::Ltl::Model::BatchUploadMPCoSPhaseTextInfoByDeviceRequest;
  18. BatchUploadMPCoSPhaseTextInfoByDeviceRequest::BatchUploadMPCoSPhaseTextInfoByDeviceRequest()
  19. : RpcServiceRequest("ltl", "2019-05-10", "BatchUploadMPCoSPhaseTextInfoByDevice") {
  20. setMethod(HttpRequest::Method::Post);
  21. }
  22. BatchUploadMPCoSPhaseTextInfoByDeviceRequest::~BatchUploadMPCoSPhaseTextInfoByDeviceRequest() {}
  23. std::string BatchUploadMPCoSPhaseTextInfoByDeviceRequest::getIotSignature() const {
  24. return iotSignature_;
  25. }
  26. void BatchUploadMPCoSPhaseTextInfoByDeviceRequest::setIotSignature(const std::string &iotSignature) {
  27. iotSignature_ = iotSignature;
  28. setParameter(std::string("IotSignature"), iotSignature);
  29. }
  30. std::string BatchUploadMPCoSPhaseTextInfoByDeviceRequest::getIotAuthType() const {
  31. return iotAuthType_;
  32. }
  33. void BatchUploadMPCoSPhaseTextInfoByDeviceRequest::setIotAuthType(const std::string &iotAuthType) {
  34. iotAuthType_ = iotAuthType;
  35. setParameter(std::string("IotAuthType"), iotAuthType);
  36. }
  37. std::string BatchUploadMPCoSPhaseTextInfoByDeviceRequest::getIotIdSource() const {
  38. return iotIdSource_;
  39. }
  40. void BatchUploadMPCoSPhaseTextInfoByDeviceRequest::setIotIdSource(const std::string &iotIdSource) {
  41. iotIdSource_ = iotIdSource;
  42. setParameter(std::string("IotIdSource"), iotIdSource);
  43. }
  44. std::string BatchUploadMPCoSPhaseTextInfoByDeviceRequest::getPhaseId() const {
  45. return phaseId_;
  46. }
  47. void BatchUploadMPCoSPhaseTextInfoByDeviceRequest::setPhaseId(const std::string &phaseId) {
  48. phaseId_ = phaseId;
  49. setParameter(std::string("PhaseId"), phaseId);
  50. }
  51. std::string BatchUploadMPCoSPhaseTextInfoByDeviceRequest::getApiVersion() const {
  52. return apiVersion_;
  53. }
  54. void BatchUploadMPCoSPhaseTextInfoByDeviceRequest::setApiVersion(const std::string &apiVersion) {
  55. apiVersion_ = apiVersion;
  56. setParameter(std::string("ApiVersion"), apiVersion);
  57. }
  58. std::string BatchUploadMPCoSPhaseTextInfoByDeviceRequest::getBizChainId() const {
  59. return bizChainId_;
  60. }
  61. void BatchUploadMPCoSPhaseTextInfoByDeviceRequest::setBizChainId(const std::string &bizChainId) {
  62. bizChainId_ = bizChainId;
  63. setParameter(std::string("BizChainId"), bizChainId);
  64. }
  65. std::map<std::string, std::string> BatchUploadMPCoSPhaseTextInfoByDeviceRequest::getPhaseDataList() const {
  66. return phaseDataList_;
  67. }
  68. void BatchUploadMPCoSPhaseTextInfoByDeviceRequest::setPhaseDataList(std::map<std::string, std::string> phaseDataList) {
  69. phaseDataList_ = phaseDataList;
  70. setParameter(std::string("PhaseDataList"), phaseDataList);
  71. }
  72. std::string BatchUploadMPCoSPhaseTextInfoByDeviceRequest::getIotId() const {
  73. return iotId_;
  74. }
  75. void BatchUploadMPCoSPhaseTextInfoByDeviceRequest::setIotId(const std::string &iotId) {
  76. iotId_ = iotId;
  77. setParameter(std::string("IotId"), iotId);
  78. }
  79. std::string BatchUploadMPCoSPhaseTextInfoByDeviceRequest::getPhaseGroupId() const {
  80. return phaseGroupId_;
  81. }
  82. void BatchUploadMPCoSPhaseTextInfoByDeviceRequest::setPhaseGroupId(const std::string &phaseGroupId) {
  83. phaseGroupId_ = phaseGroupId;
  84. setParameter(std::string("PhaseGroupId"), phaseGroupId);
  85. }
  86. std::string BatchUploadMPCoSPhaseTextInfoByDeviceRequest::getIotDataDigest() const {
  87. return iotDataDigest_;
  88. }
  89. void BatchUploadMPCoSPhaseTextInfoByDeviceRequest::setIotDataDigest(const std::string &iotDataDigest) {
  90. iotDataDigest_ = iotDataDigest;
  91. setParameter(std::string("IotDataDigest"), iotDataDigest);
  92. }
  93. std::string BatchUploadMPCoSPhaseTextInfoByDeviceRequest::getIotIdServiceProvider() const {
  94. return iotIdServiceProvider_;
  95. }
  96. void BatchUploadMPCoSPhaseTextInfoByDeviceRequest::setIotIdServiceProvider(const std::string &iotIdServiceProvider) {
  97. iotIdServiceProvider_ = iotIdServiceProvider;
  98. setParameter(std::string("IotIdServiceProvider"), iotIdServiceProvider);
  99. }