Generate SDK by new Generator
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -37,21 +37,21 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getActionType()const;
|
||||
void setActionType(const std::string& actionType);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string actionType_;
|
||||
std::string accessKeyId_;
|
||||
std::string instanceId_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
CancelQualificationVerificationRequest();
|
||||
~CancelQualificationVerificationRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getQualificationType()const;
|
||||
void setQualificationType(const std::string& qualificationType);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getQualificationType()const;
|
||||
void setQualificationType(const std::string& qualificationType);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string qualificationType_;
|
||||
std::string instanceId_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string accessKeyId_;
|
||||
std::string qualificationType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,21 +35,21 @@ namespace AlibabaCloud
|
||||
CheckDomainRequest();
|
||||
~CheckDomainRequest();
|
||||
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getFeeCurrency()const;
|
||||
void setFeeCurrency(const std::string& feeCurrency);
|
||||
int getFeePeriod()const;
|
||||
void setFeePeriod(int feePeriod);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getFeeCommand()const;
|
||||
void setFeeCommand(const std::string& feeCommand);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string domainName_;
|
||||
std::string feeCurrency_;
|
||||
int feePeriod_;
|
||||
std::string domainName_;
|
||||
std::string feeCommand_;
|
||||
std::string lang_;
|
||||
|
||||
|
||||
@@ -35,18 +35,18 @@ namespace AlibabaCloud
|
||||
CheckProcessingServerLockApplyRequest();
|
||||
~CheckProcessingServerLockApplyRequest();
|
||||
|
||||
int getFeePeriod()const;
|
||||
void setFeePeriod(int feePeriod);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
int getFeePeriod()const;
|
||||
void setFeePeriod(int feePeriod);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
int feePeriod_;
|
||||
std::string domainName_;
|
||||
int feePeriod_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
|
||||
@@ -35,19 +35,19 @@ namespace AlibabaCloud
|
||||
CheckTransferInFeasibilityRequest();
|
||||
~CheckTransferInFeasibilityRequest();
|
||||
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getTransferAuthorizationCode()const;
|
||||
void setTransferAuthorizationCode(const std::string& transferAuthorizationCode);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string domainName_;
|
||||
std::string transferAuthorizationCode_;
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,18 +35,18 @@ namespace AlibabaCloud
|
||||
ConfirmTransferInEmailRequest();
|
||||
~ConfirmTransferInEmailRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getEmail()const;
|
||||
void setEmail(const std::string& email);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
std::vector<std::string> domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string email_;
|
||||
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
DeleteDomainGroupRequest();
|
||||
~DeleteDomainGroupRequest();
|
||||
|
||||
long getDomainGroupId()const;
|
||||
void setDomainGroupId(long domainGroupId);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
long getDomainGroupId()const;
|
||||
void setDomainGroupId(long domainGroupId);
|
||||
|
||||
private:
|
||||
long domainGroupId_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
long domainGroupId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,16 +35,16 @@ namespace AlibabaCloud
|
||||
DeleteRegistrantProfileRequest();
|
||||
~DeleteRegistrantProfileRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
long getRegistrantProfileId()const;
|
||||
void setRegistrantProfileId(long registrantProfileId);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
long registrantProfileId_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,32 +35,32 @@ namespace AlibabaCloud
|
||||
ListEmailVerificationRequest();
|
||||
~ListEmailVerificationRequest();
|
||||
|
||||
long getBeginCreateTime()const;
|
||||
void setBeginCreateTime(long beginCreateTime);
|
||||
long getEndCreateTime()const;
|
||||
void setEndCreateTime(long endCreateTime);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
int getVerificationStatus()const;
|
||||
void setVerificationStatus(int verificationStatus);
|
||||
long getBeginCreateTime()const;
|
||||
void setBeginCreateTime(long beginCreateTime);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
std::string getEmail()const;
|
||||
void setEmail(const std::string& email);
|
||||
int getVerificationStatus()const;
|
||||
void setVerificationStatus(int verificationStatus);
|
||||
|
||||
private:
|
||||
long beginCreateTime_;
|
||||
long endCreateTime_;
|
||||
int pageNum_;
|
||||
int verificationStatus_;
|
||||
long beginCreateTime_;
|
||||
int pageSize_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
int pageNum_;
|
||||
std::string email_;
|
||||
int verificationStatus_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,39 +37,39 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getLockProductId()const;
|
||||
void setLockProductId(const std::string& lockProductId);
|
||||
long getEndStartDate()const;
|
||||
void setEndStartDate(long endStartDate);
|
||||
int getServerLockStatus()const;
|
||||
void setServerLockStatus(int serverLockStatus);
|
||||
long getStartExpireDate()const;
|
||||
void setStartExpireDate(long startExpireDate);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
long getEndExpireDate()const;
|
||||
void setEndExpireDate(long endExpireDate);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
long getBeginStartDate()const;
|
||||
void setBeginStartDate(long beginStartDate);
|
||||
int getServerLockStatus()const;
|
||||
void setServerLockStatus(int serverLockStatus);
|
||||
long getStartExpireDate()const;
|
||||
void setStartExpireDate(long startExpireDate);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
long getEndStartDate()const;
|
||||
void setEndStartDate(long endStartDate);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
|
||||
private:
|
||||
std::string lockProductId_;
|
||||
long endStartDate_;
|
||||
int serverLockStatus_;
|
||||
long startExpireDate_;
|
||||
std::string domainName_;
|
||||
int pageSize_;
|
||||
std::string userClientIp_;
|
||||
long endExpireDate_;
|
||||
int pageNum_;
|
||||
std::string lang_;
|
||||
long beginStartDate_;
|
||||
int serverLockStatus_;
|
||||
long startExpireDate_;
|
||||
int pageSize_;
|
||||
std::string lang_;
|
||||
std::string domainName_;
|
||||
long endStartDate_;
|
||||
std::string userClientIp_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,32 +35,32 @@ namespace AlibabaCloud
|
||||
PollTaskResultRequest();
|
||||
~PollTaskResultRequest();
|
||||
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
int getTaskResultStatus()const;
|
||||
void setTaskResultStatus(int taskResultStatus);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getTaskNo()const;
|
||||
void setTaskNo(const std::string& taskNo);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
int getTaskResultStatus()const;
|
||||
void setTaskResultStatus(int taskResultStatus);
|
||||
|
||||
private:
|
||||
std::string domainName_;
|
||||
int pageNum_;
|
||||
int taskResultStatus_;
|
||||
std::string instanceId_;
|
||||
std::string userClientIp_;
|
||||
std::string taskNo_;
|
||||
std::string domainName_;
|
||||
int pageSize_;
|
||||
std::string lang_;
|
||||
int pageNum_;
|
||||
int taskResultStatus_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,29 +35,29 @@ namespace AlibabaCloud
|
||||
QueryChangeLogListRequest();
|
||||
~QueryChangeLogListRequest();
|
||||
|
||||
long getEndDate()const;
|
||||
void setEndDate(long endDate);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
long getStartDate()const;
|
||||
void setStartDate(long startDate);
|
||||
long getEndDate()const;
|
||||
void setEndDate(long endDate);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
long endDate_;
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
int pageSize_;
|
||||
std::string lang_;
|
||||
int pageNum_;
|
||||
long startDate_;
|
||||
long endDate_;
|
||||
std::string userClientIp_;
|
||||
int pageSize_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,17 +37,17 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getContactType()const;
|
||||
void setContactType(const std::string& contactType);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string contactType_;
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,16 +35,16 @@ namespace AlibabaCloud
|
||||
QueryDomainByDomainNameRequest();
|
||||
~QueryDomainByDomainNameRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
QueryDomainGroupListRequest();
|
||||
~QueryDomainGroupListRequest();
|
||||
|
||||
bool getShowDeletingGroup()const;
|
||||
void setShowDeletingGroup(bool showDeletingGroup);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainGroupName()const;
|
||||
void setDomainGroupName(const std::string& domainGroupName);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getShowDeletingGroup()const;
|
||||
void setShowDeletingGroup(bool showDeletingGroup);
|
||||
|
||||
private:
|
||||
bool showDeletingGroup_;
|
||||
std::string userClientIp_;
|
||||
std::string domainGroupName_;
|
||||
std::string lang_;
|
||||
bool showDeletingGroup_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,49 +35,49 @@ namespace AlibabaCloud
|
||||
QueryDomainListRequest();
|
||||
~QueryDomainListRequest();
|
||||
|
||||
long getEndExpirationDate()const;
|
||||
void setEndExpirationDate(long endExpirationDate);
|
||||
std::string getProductDomainType()const;
|
||||
void setProductDomainType(const std::string& productDomainType);
|
||||
std::string getOrderKeyType()const;
|
||||
void setOrderKeyType(const std::string& orderKeyType);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
long getStartExpirationDate()const;
|
||||
void setStartExpirationDate(long startExpirationDate);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
std::string getOrderByType()const;
|
||||
void setOrderByType(const std::string& orderByType);
|
||||
std::string getDomainGroupId()const;
|
||||
void setDomainGroupId(const std::string& domainGroupId);
|
||||
long getEndRegistrationDate()const;
|
||||
void setEndRegistrationDate(long endRegistrationDate);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getQueryType()const;
|
||||
void setQueryType(const std::string& queryType);
|
||||
long getEndExpirationDate()const;
|
||||
void setEndExpirationDate(long endExpirationDate);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
long getStartExpirationDate()const;
|
||||
void setStartExpirationDate(long startExpirationDate);
|
||||
std::string getDomainGroupId()const;
|
||||
void setDomainGroupId(const std::string& domainGroupId);
|
||||
long getEndRegistrationDate()const;
|
||||
void setEndRegistrationDate(long endRegistrationDate);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
long getStartRegistrationDate()const;
|
||||
void setStartRegistrationDate(long startRegistrationDate);
|
||||
|
||||
private:
|
||||
long endExpirationDate_;
|
||||
std::string productDomainType_;
|
||||
std::string orderKeyType_;
|
||||
std::string domainName_;
|
||||
long startExpirationDate_;
|
||||
int pageNum_;
|
||||
std::string orderByType_;
|
||||
std::string domainGroupId_;
|
||||
long endRegistrationDate_;
|
||||
std::string userClientIp_;
|
||||
int pageSize_;
|
||||
std::string lang_;
|
||||
std::string queryType_;
|
||||
long endExpirationDate_;
|
||||
std::string domainName_;
|
||||
long startExpirationDate_;
|
||||
std::string domainGroupId_;
|
||||
long endRegistrationDate_;
|
||||
std::string userClientIp_;
|
||||
long startRegistrationDate_;
|
||||
|
||||
};
|
||||
|
||||
@@ -37,17 +37,17 @@ namespace AlibabaCloud
|
||||
|
||||
bool getFetchImage()const;
|
||||
void setFetchImage(bool fetchImage);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
bool fetchImage_;
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,19 +35,19 @@ namespace AlibabaCloud
|
||||
QueryFailReasonForDomainRealNameVerificationRequest();
|
||||
~QueryFailReasonForDomainRealNameVerificationRequest();
|
||||
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getRealNameVerificationAction()const;
|
||||
void setRealNameVerificationAction(const std::string& realNameVerificationAction);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string domainName_;
|
||||
std::string realNameVerificationAction_;
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,16 +35,16 @@ namespace AlibabaCloud
|
||||
QueryFailReasonForRegistrantProfileRealNameVerificationRequest();
|
||||
~QueryFailReasonForRegistrantProfileRealNameVerificationRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
long getRegistrantProfileID()const;
|
||||
void setRegistrantProfileID(long registrantProfileID);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
long registrantProfileID_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,6 +35,8 @@ namespace AlibabaCloud
|
||||
QueryFailingReasonListForQualificationRequest();
|
||||
~QueryFailingReasonListForQualificationRequest();
|
||||
|
||||
std::string getQualificationType()const;
|
||||
void setQualificationType(const std::string& qualificationType);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getUserClientIp()const;
|
||||
@@ -43,15 +45,13 @@ namespace AlibabaCloud
|
||||
void setLimit(int limit);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getQualificationType()const;
|
||||
void setQualificationType(const std::string& qualificationType);
|
||||
|
||||
private:
|
||||
std::string qualificationType_;
|
||||
std::string instanceId_;
|
||||
std::string userClientIp_;
|
||||
int limit_;
|
||||
std::string lang_;
|
||||
std::string qualificationType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,16 +35,16 @@ namespace AlibabaCloud
|
||||
QueryLocalEnsAssociationRequest();
|
||||
~QueryLocalEnsAssociationRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
QueryQualificationDetailRequest();
|
||||
~QueryQualificationDetailRequest();
|
||||
|
||||
std::string getQualificationType()const;
|
||||
void setQualificationType(const std::string& qualificationType);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getQualificationType()const;
|
||||
void setQualificationType(const std::string& qualificationType);
|
||||
|
||||
private:
|
||||
std::string qualificationType_;
|
||||
std::string instanceId_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string qualificationType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,17 +37,17 @@ namespace AlibabaCloud
|
||||
|
||||
bool getFetchImage()const;
|
||||
void setFetchImage(bool fetchImage);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
long getRegistrantProfileId()const;
|
||||
void setRegistrantProfileId(long registrantProfileId);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
bool fetchImage_;
|
||||
std::string userClientIp_;
|
||||
long registrantProfileId_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,44 +35,44 @@ namespace AlibabaCloud
|
||||
QueryRegistrantProfilesRequest();
|
||||
~QueryRegistrantProfilesRequest();
|
||||
|
||||
std::string getRegistrantOrganization()const;
|
||||
void setRegistrantOrganization(const std::string& registrantOrganization);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
long getRegistrantProfileId()const;
|
||||
void setRegistrantProfileId(long registrantProfileId);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getRegistrantType()const;
|
||||
void setRegistrantType(const std::string& registrantType);
|
||||
std::string getRegistrantProfileType()const;
|
||||
void setRegistrantProfileType(const std::string& registrantProfileType);
|
||||
std::string getRealNameStatus()const;
|
||||
void setRealNameStatus(const std::string& realNameStatus);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
bool getDefaultRegistrantProfile()const;
|
||||
void setDefaultRegistrantProfile(bool defaultRegistrantProfile);
|
||||
std::string getEmail()const;
|
||||
void setEmail(const std::string& email);
|
||||
std::string getZhRegistrantOrganization()const;
|
||||
void setZhRegistrantOrganization(const std::string& zhRegistrantOrganization);
|
||||
std::string getRegistrantType()const;
|
||||
void setRegistrantType(const std::string& registrantType);
|
||||
std::string getRegistrantProfileType()const;
|
||||
void setRegistrantProfileType(const std::string& registrantProfileType);
|
||||
bool getDefaultRegistrantProfile()const;
|
||||
void setDefaultRegistrantProfile(bool defaultRegistrantProfile);
|
||||
std::string getRegistrantOrganization()const;
|
||||
void setRegistrantOrganization(const std::string& registrantOrganization);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
|
||||
private:
|
||||
std::string registrantOrganization_;
|
||||
std::string userClientIp_;
|
||||
long registrantProfileId_;
|
||||
int pageNum_;
|
||||
int pageSize_;
|
||||
std::string registrantType_;
|
||||
std::string registrantProfileType_;
|
||||
std::string realNameStatus_;
|
||||
std::string lang_;
|
||||
int pageNum_;
|
||||
bool defaultRegistrantProfile_;
|
||||
std::string email_;
|
||||
std::string zhRegistrantOrganization_;
|
||||
std::string registrantType_;
|
||||
std::string registrantProfileType_;
|
||||
bool defaultRegistrantProfile_;
|
||||
std::string registrantOrganization_;
|
||||
std::string userClientIp_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
QueryTaskDetailHistoryRequest();
|
||||
~QueryTaskDetailHistoryRequest();
|
||||
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
int getTaskStatus()const;
|
||||
void setTaskStatus(int taskStatus);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getTaskNo()const;
|
||||
void setTaskNo(const std::string& taskNo);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getTaskDetailNoCursor()const;
|
||||
@@ -53,10 +53,10 @@ namespace AlibabaCloud
|
||||
void setDomainNameCursor(const std::string& domainNameCursor);
|
||||
|
||||
private:
|
||||
std::string domainName_;
|
||||
int taskStatus_;
|
||||
std::string userClientIp_;
|
||||
std::string taskNo_;
|
||||
std::string domainName_;
|
||||
int pageSize_;
|
||||
std::string taskDetailNoCursor_;
|
||||
std::string lang_;
|
||||
|
||||
@@ -35,32 +35,32 @@ namespace AlibabaCloud
|
||||
QueryTaskDetailListRequest();
|
||||
~QueryTaskDetailListRequest();
|
||||
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
int getTaskStatus()const;
|
||||
void setTaskStatus(int taskStatus);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getTaskNo()const;
|
||||
void setTaskNo(const std::string& taskNo);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
|
||||
private:
|
||||
std::string domainName_;
|
||||
int pageNum_;
|
||||
int taskStatus_;
|
||||
std::string instanceId_;
|
||||
std::string taskNo_;
|
||||
std::string domainName_;
|
||||
std::string userClientIp_;
|
||||
int pageSize_;
|
||||
std::string lang_;
|
||||
int pageNum_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,10 +35,10 @@ namespace AlibabaCloud
|
||||
QueryTaskInfoHistoryRequest();
|
||||
~QueryTaskInfoHistoryRequest();
|
||||
|
||||
long getBeginCreateTime()const;
|
||||
void setBeginCreateTime(long beginCreateTime);
|
||||
long getEndCreateTime()const;
|
||||
void setEndCreateTime(long endCreateTime);
|
||||
long getBeginCreateTime()const;
|
||||
void setBeginCreateTime(long beginCreateTime);
|
||||
std::string getTaskNoCursor()const;
|
||||
void setTaskNoCursor(const std::string& taskNoCursor);
|
||||
std::string getUserClientIp()const;
|
||||
@@ -51,8 +51,8 @@ namespace AlibabaCloud
|
||||
void setCreateTimeCursor(long createTimeCursor);
|
||||
|
||||
private:
|
||||
long beginCreateTime_;
|
||||
long endCreateTime_;
|
||||
long beginCreateTime_;
|
||||
std::string taskNoCursor_;
|
||||
std::string userClientIp_;
|
||||
int pageSize_;
|
||||
|
||||
@@ -35,26 +35,26 @@ namespace AlibabaCloud
|
||||
QueryTaskListRequest();
|
||||
~QueryTaskListRequest();
|
||||
|
||||
long getBeginCreateTime()const;
|
||||
void setBeginCreateTime(long beginCreateTime);
|
||||
long getEndCreateTime()const;
|
||||
void setEndCreateTime(long endCreateTime);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
long getBeginCreateTime()const;
|
||||
void setBeginCreateTime(long beginCreateTime);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
|
||||
private:
|
||||
long beginCreateTime_;
|
||||
long endCreateTime_;
|
||||
int pageNum_;
|
||||
long beginCreateTime_;
|
||||
std::string userClientIp_;
|
||||
int pageSize_;
|
||||
std::string lang_;
|
||||
int pageNum_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,30 +37,30 @@ namespace AlibabaCloud
|
||||
|
||||
long getSubmissionStartDate()const;
|
||||
void setSubmissionStartDate(long submissionStartDate);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
long getSubmissionEndDate()const;
|
||||
void setSubmissionEndDate(long submissionEndDate);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getSimpleTransferInStatus()const;
|
||||
void setSimpleTransferInStatus(const std::string& simpleTransferInStatus);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
int getPageNum()const;
|
||||
void setPageNum(int pageNum);
|
||||
|
||||
private:
|
||||
long submissionStartDate_;
|
||||
std::string userClientIp_;
|
||||
long submissionEndDate_;
|
||||
std::string domainName_;
|
||||
int pageNum_;
|
||||
std::string userClientIp_;
|
||||
std::string simpleTransferInStatus_;
|
||||
int pageSize_;
|
||||
std::string lang_;
|
||||
int pageNum_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,12 +37,12 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getIdentityCredentialType()const;
|
||||
void setIdentityCredentialType(const std::string& identityCredentialType);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
long getRegistrantProfileID()const;
|
||||
void setRegistrantProfileID(long registrantProfileID);
|
||||
std::string getIdentityCredential()const;
|
||||
void setIdentityCredential(const std::string& identityCredential);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getIdentityCredentialNo()const;
|
||||
@@ -50,9 +50,9 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string identityCredentialType_;
|
||||
std::string userClientIp_;
|
||||
long registrantProfileID_;
|
||||
std::string identityCredential_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string identityCredentialNo_;
|
||||
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
ResetQualificationVerificationRequest();
|
||||
~ResetQualificationVerificationRequest();
|
||||
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
|
||||
private:
|
||||
std::string accessKeyId_;
|
||||
std::string instanceId_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string accessKeyId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,19 +35,19 @@ namespace AlibabaCloud
|
||||
SaveBatchDomainRemarkRequest();
|
||||
~SaveBatchDomainRemarkRequest();
|
||||
|
||||
std::string getRemark()const;
|
||||
void setRemark(const std::string& remark);
|
||||
std::string getInstanceIds()const;
|
||||
void setInstanceIds(const std::string& instanceIds);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getRemark()const;
|
||||
void setRemark(const std::string& remark);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string remark_;
|
||||
std::string instanceIds_;
|
||||
std::string userClientIp_;
|
||||
std::string remark_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -66,14 +66,14 @@ namespace AlibabaCloud
|
||||
|
||||
std::vector<OrderActivateParam> getOrderActivateParam()const;
|
||||
void setOrderActivateParam(const std::vector<OrderActivateParam>& orderActivateParam);
|
||||
std::string getPromotionNo()const;
|
||||
void setPromotionNo(const std::string& promotionNo);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getCouponNo()const;
|
||||
void setCouponNo(const std::string& couponNo);
|
||||
bool getUseCoupon()const;
|
||||
void setUseCoupon(bool useCoupon);
|
||||
std::string getPromotionNo()const;
|
||||
void setPromotionNo(const std::string& promotionNo);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getUsePromotion()const;
|
||||
@@ -81,10 +81,10 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::vector<OrderActivateParam> orderActivateParam_;
|
||||
std::string promotionNo_;
|
||||
std::string userClientIp_;
|
||||
std::string couponNo_;
|
||||
bool useCoupon_;
|
||||
std::string promotionNo_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
bool usePromotion_;
|
||||
|
||||
|
||||
@@ -40,27 +40,27 @@ namespace AlibabaCloud
|
||||
SaveBatchTaskForCreatingOrderRedeemRequest();
|
||||
~SaveBatchTaskForCreatingOrderRedeemRequest();
|
||||
|
||||
std::string getCouponNo()const;
|
||||
void setCouponNo(const std::string& couponNo);
|
||||
bool getUseCoupon()const;
|
||||
void setUseCoupon(bool useCoupon);
|
||||
std::string getPromotionNo()const;
|
||||
void setPromotionNo(const std::string& promotionNo);
|
||||
std::vector<OrderRedeemParam> getOrderRedeemParam()const;
|
||||
void setOrderRedeemParam(const std::vector<OrderRedeemParam>& orderRedeemParam);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getCouponNo()const;
|
||||
void setCouponNo(const std::string& couponNo);
|
||||
bool getUseCoupon()const;
|
||||
void setUseCoupon(bool useCoupon);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getUsePromotion()const;
|
||||
void setUsePromotion(bool usePromotion);
|
||||
|
||||
private:
|
||||
std::string couponNo_;
|
||||
bool useCoupon_;
|
||||
std::string promotionNo_;
|
||||
std::vector<OrderRedeemParam> orderRedeemParam_;
|
||||
std::string userClientIp_;
|
||||
std::string couponNo_;
|
||||
bool useCoupon_;
|
||||
std::string lang_;
|
||||
bool usePromotion_;
|
||||
|
||||
|
||||
@@ -41,27 +41,27 @@ namespace AlibabaCloud
|
||||
SaveBatchTaskForCreatingOrderRenewRequest();
|
||||
~SaveBatchTaskForCreatingOrderRenewRequest();
|
||||
|
||||
std::string getCouponNo()const;
|
||||
void setCouponNo(const std::string& couponNo);
|
||||
bool getUseCoupon()const;
|
||||
void setUseCoupon(bool useCoupon);
|
||||
std::string getPromotionNo()const;
|
||||
void setPromotionNo(const std::string& promotionNo);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::vector<OrderRenewParam> getOrderRenewParam()const;
|
||||
void setOrderRenewParam(const std::vector<OrderRenewParam>& orderRenewParam);
|
||||
std::string getCouponNo()const;
|
||||
void setCouponNo(const std::string& couponNo);
|
||||
bool getUseCoupon()const;
|
||||
void setUseCoupon(bool useCoupon);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getUsePromotion()const;
|
||||
void setUsePromotion(bool usePromotion);
|
||||
|
||||
private:
|
||||
std::string couponNo_;
|
||||
bool useCoupon_;
|
||||
std::string promotionNo_;
|
||||
std::string userClientIp_;
|
||||
std::vector<OrderRenewParam> orderRenewParam_;
|
||||
std::string couponNo_;
|
||||
bool useCoupon_;
|
||||
std::string lang_;
|
||||
bool usePromotion_;
|
||||
|
||||
|
||||
@@ -42,27 +42,27 @@ namespace AlibabaCloud
|
||||
SaveBatchTaskForCreatingOrderTransferRequest();
|
||||
~SaveBatchTaskForCreatingOrderTransferRequest();
|
||||
|
||||
std::string getPromotionNo()const;
|
||||
void setPromotionNo(const std::string& promotionNo);
|
||||
std::vector<OrderTransferParam> getOrderTransferParam()const;
|
||||
void setOrderTransferParam(const std::vector<OrderTransferParam>& orderTransferParam);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getCouponNo()const;
|
||||
void setCouponNo(const std::string& couponNo);
|
||||
bool getUseCoupon()const;
|
||||
void setUseCoupon(bool useCoupon);
|
||||
std::string getPromotionNo()const;
|
||||
void setPromotionNo(const std::string& promotionNo);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getUsePromotion()const;
|
||||
void setUsePromotion(bool usePromotion);
|
||||
|
||||
private:
|
||||
std::string promotionNo_;
|
||||
std::vector<OrderTransferParam> orderTransferParam_;
|
||||
std::string userClientIp_;
|
||||
std::string couponNo_;
|
||||
bool useCoupon_;
|
||||
std::string promotionNo_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
bool usePromotion_;
|
||||
|
||||
|
||||
@@ -35,18 +35,18 @@ namespace AlibabaCloud
|
||||
SaveBatchTaskForDomainNameProxyServiceRequest();
|
||||
~SaveBatchTaskForDomainNameProxyServiceRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getStatus()const;
|
||||
void setStatus(bool status);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
std::vector<std::string> domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
bool status_;
|
||||
|
||||
|
||||
@@ -35,23 +35,23 @@ namespace AlibabaCloud
|
||||
SaveBatchTaskForModifyingDomainDnsRequest();
|
||||
~SaveBatchTaskForModifyingDomainDnsRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
bool getAliyunDns()const;
|
||||
void setAliyunDns(bool aliyunDns);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::vector<std::string> getDomainNameServer()const;
|
||||
void setDomainNameServer(const std::vector<std::string>& domainNameServer);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getAliyunDns()const;
|
||||
void setAliyunDns(bool aliyunDns);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
std::vector<std::string> domainName_;
|
||||
bool aliyunDns_;
|
||||
std::string userClientIp_;
|
||||
std::vector<std::string> domainNameServer_;
|
||||
std::string lang_;
|
||||
bool aliyunDns_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,18 +35,18 @@ namespace AlibabaCloud
|
||||
SaveBatchTaskForTransferProhibitionLockRequest();
|
||||
~SaveBatchTaskForTransferProhibitionLockRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getStatus()const;
|
||||
void setStatus(bool status);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
std::vector<std::string> domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
bool status_;
|
||||
|
||||
|
||||
@@ -35,18 +35,18 @@ namespace AlibabaCloud
|
||||
SaveBatchTaskForUpdateProhibitionLockRequest();
|
||||
~SaveBatchTaskForUpdateProhibitionLockRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getStatus()const;
|
||||
void setStatus(bool status);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
std::vector<std::string> domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
bool status_;
|
||||
|
||||
|
||||
@@ -37,30 +37,12 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCountry()const;
|
||||
void setCountry(const std::string& country);
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getTelArea()const;
|
||||
void setTelArea(const std::string& telArea);
|
||||
std::string getContactType()const;
|
||||
void setContactType(const std::string& contactType);
|
||||
std::string getCity()const;
|
||||
void setCity(const std::string& city);
|
||||
std::string getZhAddress()const;
|
||||
void setZhAddress(const std::string& zhAddress);
|
||||
std::string getRegistrantType()const;
|
||||
void setRegistrantType(const std::string& registrantType);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
std::string getTelephone()const;
|
||||
void setTelephone(const std::string& telephone);
|
||||
bool getTransferOutProhibited()const;
|
||||
void setTransferOutProhibited(bool transferOutProhibited);
|
||||
std::string getZhCity()const;
|
||||
void setZhCity(const std::string& zhCity);
|
||||
std::string getZhProvince()const;
|
||||
void setZhProvince(const std::string& zhProvince);
|
||||
std::string getRegistrantOrganization()const;
|
||||
void setRegistrantOrganization(const std::string& registrantOrganization);
|
||||
std::string getTelExt()const;
|
||||
void setTelExt(const std::string& telExt);
|
||||
std::string getProvince()const;
|
||||
@@ -69,40 +51,58 @@ namespace AlibabaCloud
|
||||
void setZhRegistrantName(const std::string& zhRegistrantName);
|
||||
std::string getPostalCode()const;
|
||||
void setPostalCode(const std::string& postalCode);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getEmail()const;
|
||||
void setEmail(const std::string& email);
|
||||
std::string getRegistrantName()const;
|
||||
void setRegistrantName(const std::string& registrantName);
|
||||
std::string getZhRegistrantOrganization()const;
|
||||
void setZhRegistrantOrganization(const std::string& zhRegistrantOrganization);
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getTelArea()const;
|
||||
void setTelArea(const std::string& telArea);
|
||||
std::string getContactType()const;
|
||||
void setContactType(const std::string& contactType);
|
||||
std::string getZhAddress()const;
|
||||
void setZhAddress(const std::string& zhAddress);
|
||||
std::string getRegistrantType()const;
|
||||
void setRegistrantType(const std::string& registrantType);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
std::string getTelephone()const;
|
||||
void setTelephone(const std::string& telephone);
|
||||
std::string getZhProvince()const;
|
||||
void setZhProvince(const std::string& zhProvince);
|
||||
std::string getRegistrantOrganization()const;
|
||||
void setRegistrantOrganization(const std::string& registrantOrganization);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getRegistrantName()const;
|
||||
void setRegistrantName(const std::string& registrantName);
|
||||
|
||||
private:
|
||||
std::string country_;
|
||||
std::string address_;
|
||||
std::string telArea_;
|
||||
std::string contactType_;
|
||||
std::string city_;
|
||||
std::string zhAddress_;
|
||||
std::string registrantType_;
|
||||
std::vector<std::string> domainName_;
|
||||
std::string telephone_;
|
||||
bool transferOutProhibited_;
|
||||
std::string zhCity_;
|
||||
std::string zhProvince_;
|
||||
std::string registrantOrganization_;
|
||||
std::string telExt_;
|
||||
std::string province_;
|
||||
std::string zhRegistrantName_;
|
||||
std::string postalCode_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string email_;
|
||||
std::string registrantName_;
|
||||
std::string zhRegistrantOrganization_;
|
||||
std::string address_;
|
||||
std::string telArea_;
|
||||
std::string contactType_;
|
||||
std::string zhAddress_;
|
||||
std::string registrantType_;
|
||||
std::vector<std::string> domainName_;
|
||||
std::string telephone_;
|
||||
std::string zhProvince_;
|
||||
std::string registrantOrganization_;
|
||||
std::string userClientIp_;
|
||||
std::string registrantName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,23 +37,23 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getContactType()const;
|
||||
void setContactType(const std::string& contactType);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
long getRegistrantProfileId()const;
|
||||
void setRegistrantProfileId(long registrantProfileId);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
bool getTransferOutProhibited()const;
|
||||
void setTransferOutProhibited(bool transferOutProhibited);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string contactType_;
|
||||
std::string userClientIp_;
|
||||
long registrantProfileId_;
|
||||
std::vector<std::string> domainName_;
|
||||
bool transferOutProhibited_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
SaveDomainGroupRequest();
|
||||
~SaveDomainGroupRequest();
|
||||
|
||||
long getDomainGroupId()const;
|
||||
void setDomainGroupId(long domainGroupId);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainGroupName()const;
|
||||
void setDomainGroupName(const std::string& domainGroupName);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
long getDomainGroupId()const;
|
||||
void setDomainGroupId(long domainGroupId);
|
||||
|
||||
private:
|
||||
long domainGroupId_;
|
||||
std::string userClientIp_;
|
||||
std::string domainGroupName_;
|
||||
std::string lang_;
|
||||
long domainGroupId_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,14 +37,30 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCountry()const;
|
||||
void setCountry(const std::string& country);
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getTelArea()const;
|
||||
void setTelArea(const std::string& telArea);
|
||||
std::string getCity()const;
|
||||
void setCity(const std::string& city);
|
||||
long getRegistrantProfileId()const;
|
||||
void setRegistrantProfileId(long registrantProfileId);
|
||||
std::string getZhCity()const;
|
||||
void setZhCity(const std::string& zhCity);
|
||||
std::string getTelExt()const;
|
||||
void setTelExt(const std::string& telExt);
|
||||
std::string getProvince()const;
|
||||
void setProvince(const std::string& province);
|
||||
std::string getZhRegistrantName()const;
|
||||
void setZhRegistrantName(const std::string& zhRegistrantName);
|
||||
std::string getPostalCode()const;
|
||||
void setPostalCode(const std::string& postalCode);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getEmail()const;
|
||||
void setEmail(const std::string& email);
|
||||
std::string getZhRegistrantOrganization()const;
|
||||
void setZhRegistrantOrganization(const std::string& zhRegistrantOrganization);
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getTelArea()const;
|
||||
void setTelArea(const std::string& telArea);
|
||||
std::string getZhAddress()const;
|
||||
void setZhAddress(const std::string& zhAddress);
|
||||
std::string getRegistrantType()const;
|
||||
@@ -55,54 +71,38 @@ namespace AlibabaCloud
|
||||
void setTelephone(const std::string& telephone);
|
||||
bool getDefaultRegistrantProfile()const;
|
||||
void setDefaultRegistrantProfile(bool defaultRegistrantProfile);
|
||||
std::string getZhCity()const;
|
||||
void setZhCity(const std::string& zhCity);
|
||||
std::string getZhProvince()const;
|
||||
void setZhProvince(const std::string& zhProvince);
|
||||
std::string getRegistrantOrganization()const;
|
||||
void setRegistrantOrganization(const std::string& registrantOrganization);
|
||||
std::string getTelExt()const;
|
||||
void setTelExt(const std::string& telExt);
|
||||
std::string getProvince()const;
|
||||
void setProvince(const std::string& province);
|
||||
std::string getZhRegistrantName()const;
|
||||
void setZhRegistrantName(const std::string& zhRegistrantName);
|
||||
std::string getPostalCode()const;
|
||||
void setPostalCode(const std::string& postalCode);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getEmail()const;
|
||||
void setEmail(const std::string& email);
|
||||
std::string getRegistrantName()const;
|
||||
void setRegistrantName(const std::string& registrantName);
|
||||
std::string getZhRegistrantOrganization()const;
|
||||
void setZhRegistrantOrganization(const std::string& zhRegistrantOrganization);
|
||||
|
||||
private:
|
||||
std::string country_;
|
||||
std::string address_;
|
||||
std::string telArea_;
|
||||
std::string city_;
|
||||
long registrantProfileId_;
|
||||
std::string zhCity_;
|
||||
std::string telExt_;
|
||||
std::string province_;
|
||||
std::string zhRegistrantName_;
|
||||
std::string postalCode_;
|
||||
std::string lang_;
|
||||
std::string email_;
|
||||
std::string zhRegistrantOrganization_;
|
||||
std::string address_;
|
||||
std::string telArea_;
|
||||
std::string zhAddress_;
|
||||
std::string registrantType_;
|
||||
std::string registrantProfileType_;
|
||||
std::string telephone_;
|
||||
bool defaultRegistrantProfile_;
|
||||
std::string zhCity_;
|
||||
std::string zhProvince_;
|
||||
std::string registrantOrganization_;
|
||||
std::string telExt_;
|
||||
std::string province_;
|
||||
std::string zhRegistrantName_;
|
||||
std::string postalCode_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string email_;
|
||||
std::string registrantName_;
|
||||
std::string zhRegistrantOrganization_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,17 +37,17 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string address_;
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,10 +35,10 @@ namespace AlibabaCloud
|
||||
SaveSingleTaskForCreatingDnsHostRequest();
|
||||
~SaveSingleTaskForCreatingDnsHostRequest();
|
||||
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::vector<std::string> getIp()const;
|
||||
void setIp(const std::vector<std::string>& ip);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getDnsName()const;
|
||||
void setDnsName(const std::string& dnsName);
|
||||
std::string getUserClientIp()const;
|
||||
@@ -47,8 +47,8 @@ namespace AlibabaCloud
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string instanceId_;
|
||||
std::vector<std::string> ip_;
|
||||
std::string instanceId_;
|
||||
std::string dnsName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
@@ -35,30 +35,30 @@ namespace AlibabaCloud
|
||||
SaveSingleTaskForCreatingOrderRedeemRequest();
|
||||
~SaveSingleTaskForCreatingOrderRedeemRequest();
|
||||
|
||||
std::string getPromotionNo()const;
|
||||
void setPromotionNo(const std::string& promotionNo);
|
||||
long getCurrentExpirationDate()const;
|
||||
void setCurrentExpirationDate(long currentExpirationDate);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getCouponNo()const;
|
||||
void setCouponNo(const std::string& couponNo);
|
||||
bool getUseCoupon()const;
|
||||
void setUseCoupon(bool useCoupon);
|
||||
std::string getPromotionNo()const;
|
||||
void setPromotionNo(const std::string& promotionNo);
|
||||
long getCurrentExpirationDate()const;
|
||||
void setCurrentExpirationDate(long currentExpirationDate);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getUsePromotion()const;
|
||||
void setUsePromotion(bool usePromotion);
|
||||
|
||||
private:
|
||||
std::string promotionNo_;
|
||||
long currentExpirationDate_;
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string couponNo_;
|
||||
bool useCoupon_;
|
||||
std::string promotionNo_;
|
||||
long currentExpirationDate_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
bool usePromotion_;
|
||||
|
||||
|
||||
@@ -37,32 +37,32 @@ namespace AlibabaCloud
|
||||
|
||||
int getSubscriptionDuration()const;
|
||||
void setSubscriptionDuration(int subscriptionDuration);
|
||||
std::string getPromotionNo()const;
|
||||
void setPromotionNo(const std::string& promotionNo);
|
||||
long getCurrentExpirationDate()const;
|
||||
void setCurrentExpirationDate(long currentExpirationDate);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getCouponNo()const;
|
||||
void setCouponNo(const std::string& couponNo);
|
||||
bool getUseCoupon()const;
|
||||
void setUseCoupon(bool useCoupon);
|
||||
long getCurrentExpirationDate()const;
|
||||
void setCurrentExpirationDate(long currentExpirationDate);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
bool getUseCoupon()const;
|
||||
void setUseCoupon(bool useCoupon);
|
||||
std::string getPromotionNo()const;
|
||||
void setPromotionNo(const std::string& promotionNo);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
bool getUsePromotion()const;
|
||||
void setUsePromotion(bool usePromotion);
|
||||
|
||||
private:
|
||||
int subscriptionDuration_;
|
||||
std::string promotionNo_;
|
||||
long currentExpirationDate_;
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string couponNo_;
|
||||
bool useCoupon_;
|
||||
long currentExpirationDate_;
|
||||
std::string lang_;
|
||||
std::string domainName_;
|
||||
bool useCoupon_;
|
||||
std::string promotionNo_;
|
||||
std::string userClientIp_;
|
||||
bool usePromotion_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,6 +35,16 @@ namespace AlibabaCloud
|
||||
SaveSingleTaskForCreatingOrderTransferRequest();
|
||||
~SaveSingleTaskForCreatingOrderTransferRequest();
|
||||
|
||||
long getRegistrantProfileId()const;
|
||||
void setRegistrantProfileId(long registrantProfileId);
|
||||
std::string getCouponNo()const;
|
||||
void setCouponNo(const std::string& couponNo);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
bool getUseCoupon()const;
|
||||
void setUseCoupon(bool useCoupon);
|
||||
bool getPermitPremiumTransfer()const;
|
||||
void setPermitPremiumTransfer(bool permitPremiumTransfer);
|
||||
std::string getPromotionNo()const;
|
||||
@@ -43,29 +53,19 @@ namespace AlibabaCloud
|
||||
void setAuthorizationCode(const std::string& authorizationCode);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
long getRegistrantProfileId()const;
|
||||
void setRegistrantProfileId(long registrantProfileId);
|
||||
std::string getCouponNo()const;
|
||||
void setCouponNo(const std::string& couponNo);
|
||||
bool getUseCoupon()const;
|
||||
void setUseCoupon(bool useCoupon);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getUsePromotion()const;
|
||||
void setUsePromotion(bool usePromotion);
|
||||
|
||||
private:
|
||||
long registrantProfileId_;
|
||||
std::string couponNo_;
|
||||
std::string lang_;
|
||||
std::string domainName_;
|
||||
bool useCoupon_;
|
||||
bool permitPremiumTransfer_;
|
||||
std::string promotionNo_;
|
||||
std::string authorizationCode_;
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
long registrantProfileId_;
|
||||
std::string couponNo_;
|
||||
bool useCoupon_;
|
||||
std::string lang_;
|
||||
bool usePromotion_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,16 +35,16 @@ namespace AlibabaCloud
|
||||
SaveSingleTaskForDisassociatingEnsRequest();
|
||||
~SaveSingleTaskForDisassociatingEnsRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,18 +35,18 @@ namespace AlibabaCloud
|
||||
SaveSingleTaskForDomainNameProxyServiceRequest();
|
||||
~SaveSingleTaskForDomainNameProxyServiceRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getStatus()const;
|
||||
void setStatus(bool status);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
bool status_;
|
||||
|
||||
|
||||
@@ -35,10 +35,10 @@ namespace AlibabaCloud
|
||||
SaveSingleTaskForModifyingDnsHostRequest();
|
||||
~SaveSingleTaskForModifyingDnsHostRequest();
|
||||
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::vector<std::string> getIp()const;
|
||||
void setIp(const std::vector<std::string>& ip);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getDnsName()const;
|
||||
void setDnsName(const std::string& dnsName);
|
||||
std::string getUserClientIp()const;
|
||||
@@ -47,8 +47,8 @@ namespace AlibabaCloud
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string instanceId_;
|
||||
std::vector<std::string> ip_;
|
||||
std::string instanceId_;
|
||||
std::string dnsName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
@@ -35,43 +35,43 @@ namespace AlibabaCloud
|
||||
SaveSingleTaskForSaveArtExtensionRequest();
|
||||
~SaveSingleTaskForSaveArtExtensionRequest();
|
||||
|
||||
std::string getSubject()const;
|
||||
void setSubject(const std::string& subject);
|
||||
std::string getTitle()const;
|
||||
void setTitle(const std::string& title);
|
||||
std::string getDateOrPeriod()const;
|
||||
void setDateOrPeriod(const std::string& dateOrPeriod);
|
||||
std::string getReference()const;
|
||||
void setReference(const std::string& reference);
|
||||
std::string getFeatures()const;
|
||||
void setFeatures(const std::string& features);
|
||||
std::string getInscriptionsAndMarkings()const;
|
||||
void setInscriptionsAndMarkings(const std::string& inscriptionsAndMarkings);
|
||||
std::string getSubject()const;
|
||||
void setSubject(const std::string& subject);
|
||||
std::string getObjectType()const;
|
||||
void setObjectType(const std::string& objectType);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getMaker()const;
|
||||
void setMaker(const std::string& maker);
|
||||
std::string getObjectType()const;
|
||||
void setObjectType(const std::string& objectType);
|
||||
std::string getTitle()const;
|
||||
void setTitle(const std::string& title);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getMaterialsAndTechniques()const;
|
||||
void setMaterialsAndTechniques(const std::string& materialsAndTechniques);
|
||||
std::string getDateOrPeriod()const;
|
||||
void setDateOrPeriod(const std::string& dateOrPeriod);
|
||||
std::string getDimensions()const;
|
||||
void setDimensions(const std::string& dimensions);
|
||||
|
||||
private:
|
||||
std::string subject_;
|
||||
std::string title_;
|
||||
std::string dateOrPeriod_;
|
||||
std::string reference_;
|
||||
std::string features_;
|
||||
std::string inscriptionsAndMarkings_;
|
||||
std::string subject_;
|
||||
std::string objectType_;
|
||||
std::string lang_;
|
||||
std::string domainName_;
|
||||
std::string maker_;
|
||||
std::string objectType_;
|
||||
std::string title_;
|
||||
std::string lang_;
|
||||
std::string materialsAndTechniques_;
|
||||
std::string dateOrPeriod_;
|
||||
std::string dimensions_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,18 +35,18 @@ namespace AlibabaCloud
|
||||
SaveSingleTaskForTransferProhibitionLockRequest();
|
||||
~SaveSingleTaskForTransferProhibitionLockRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getStatus()const;
|
||||
void setStatus(bool status);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
bool status_;
|
||||
|
||||
|
||||
@@ -35,18 +35,18 @@ namespace AlibabaCloud
|
||||
SaveSingleTaskForUpdateProhibitionLockRequest();
|
||||
~SaveSingleTaskForUpdateProhibitionLockRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getStatus()const;
|
||||
void setStatus(bool status);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
bool status_;
|
||||
|
||||
|
||||
@@ -35,28 +35,28 @@ namespace AlibabaCloud
|
||||
SaveSingleTaskForUpdatingContactInfoRequest();
|
||||
~SaveSingleTaskForUpdatingContactInfoRequest();
|
||||
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getContactType()const;
|
||||
void setContactType(const std::string& contactType);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
long getRegistrantProfileId()const;
|
||||
void setRegistrantProfileId(long registrantProfileId);
|
||||
bool getAddTransferLock()const;
|
||||
void setAddTransferLock(bool addTransferLock);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string instanceId_;
|
||||
std::string contactType_;
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
long registrantProfileId_;
|
||||
bool addTransferLock_;
|
||||
std::string instanceId_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -37,12 +37,12 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getIdentityCredentialType()const;
|
||||
void setIdentityCredentialType(const std::string& identityCredentialType);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getIdentityCredential()const;
|
||||
void setIdentityCredential(const std::string& identityCredential);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getIdentityCredentialNo()const;
|
||||
@@ -50,9 +50,9 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string identityCredentialType_;
|
||||
std::string userClientIp_;
|
||||
std::string identityCredential_;
|
||||
std::vector<std::string> domainName_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string identityCredentialNo_;
|
||||
|
||||
|
||||
@@ -35,22 +35,22 @@ namespace AlibabaCloud
|
||||
SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest();
|
||||
~SaveTaskForSubmittingDomainRealNameVerificationByRegistrantProfileIDRequest();
|
||||
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
long getRegistrantProfileId()const;
|
||||
void setRegistrantProfileId(long registrantProfileId);
|
||||
std::string getInstanceId()const;
|
||||
void setInstanceId(const std::string& instanceId);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string instanceId_;
|
||||
std::string userClientIp_;
|
||||
std::string domainName_;
|
||||
long registrantProfileId_;
|
||||
std::string instanceId_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -39,30 +39,14 @@ namespace AlibabaCloud
|
||||
void setCountry(const std::string& country);
|
||||
std::string getIdentityCredentialType()const;
|
||||
void setIdentityCredentialType(const std::string& identityCredentialType);
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getTelArea()const;
|
||||
void setTelArea(const std::string& telArea);
|
||||
std::string getCity()const;
|
||||
void setCity(const std::string& city);
|
||||
std::string getZhAddress()const;
|
||||
void setZhAddress(const std::string& zhAddress);
|
||||
std::string getRegistrantType()const;
|
||||
void setRegistrantType(const std::string& registrantType);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
std::string getIdentityCredential()const;
|
||||
void setIdentityCredential(const std::string& identityCredential);
|
||||
std::string getTelephone()const;
|
||||
void setTelephone(const std::string& telephone);
|
||||
bool getTransferOutProhibited()const;
|
||||
void setTransferOutProhibited(bool transferOutProhibited);
|
||||
std::string getZhCity()const;
|
||||
void setZhCity(const std::string& zhCity);
|
||||
std::string getZhProvince()const;
|
||||
void setZhProvince(const std::string& zhProvince);
|
||||
std::string getRegistrantOrganization()const;
|
||||
void setRegistrantOrganization(const std::string& registrantOrganization);
|
||||
std::string getTelExt()const;
|
||||
void setTelExt(const std::string& telExt);
|
||||
std::string getProvince()const;
|
||||
@@ -71,44 +55,60 @@ namespace AlibabaCloud
|
||||
void setZhRegistrantName(const std::string& zhRegistrantName);
|
||||
std::string getPostalCode()const;
|
||||
void setPostalCode(const std::string& postalCode);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getIdentityCredentialNo()const;
|
||||
void setIdentityCredentialNo(const std::string& identityCredentialNo);
|
||||
std::string getEmail()const;
|
||||
void setEmail(const std::string& email);
|
||||
std::string getRegistrantName()const;
|
||||
void setRegistrantName(const std::string& registrantName);
|
||||
std::string getZhRegistrantOrganization()const;
|
||||
void setZhRegistrantOrganization(const std::string& zhRegistrantOrganization);
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getTelArea()const;
|
||||
void setTelArea(const std::string& telArea);
|
||||
std::string getZhAddress()const;
|
||||
void setZhAddress(const std::string& zhAddress);
|
||||
std::string getRegistrantType()const;
|
||||
void setRegistrantType(const std::string& registrantType);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
std::string getTelephone()const;
|
||||
void setTelephone(const std::string& telephone);
|
||||
std::string getZhProvince()const;
|
||||
void setZhProvince(const std::string& zhProvince);
|
||||
std::string getRegistrantOrganization()const;
|
||||
void setRegistrantOrganization(const std::string& registrantOrganization);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getIdentityCredentialNo()const;
|
||||
void setIdentityCredentialNo(const std::string& identityCredentialNo);
|
||||
std::string getRegistrantName()const;
|
||||
void setRegistrantName(const std::string& registrantName);
|
||||
|
||||
private:
|
||||
std::string country_;
|
||||
std::string identityCredentialType_;
|
||||
std::string address_;
|
||||
std::string telArea_;
|
||||
std::string city_;
|
||||
std::string zhAddress_;
|
||||
std::string registrantType_;
|
||||
std::vector<std::string> domainName_;
|
||||
std::string identityCredential_;
|
||||
std::string telephone_;
|
||||
bool transferOutProhibited_;
|
||||
std::string zhCity_;
|
||||
std::string zhProvince_;
|
||||
std::string registrantOrganization_;
|
||||
std::string telExt_;
|
||||
std::string province_;
|
||||
std::string zhRegistrantName_;
|
||||
std::string postalCode_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string identityCredentialNo_;
|
||||
std::string email_;
|
||||
std::string registrantName_;
|
||||
std::string zhRegistrantOrganization_;
|
||||
std::string address_;
|
||||
std::string telArea_;
|
||||
std::string zhAddress_;
|
||||
std::string registrantType_;
|
||||
std::vector<std::string> domainName_;
|
||||
std::string telephone_;
|
||||
std::string zhProvince_;
|
||||
std::string registrantOrganization_;
|
||||
std::string userClientIp_;
|
||||
std::string identityCredentialNo_;
|
||||
std::string registrantName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,22 +35,22 @@ namespace AlibabaCloud
|
||||
SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest();
|
||||
~SaveTaskForUpdatingRegistrantInfoByRegistrantProfileIDRequest();
|
||||
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
long getRegistrantProfileId()const;
|
||||
void setRegistrantProfileId(long registrantProfileId);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
bool getTransferOutProhibited()const;
|
||||
void setTransferOutProhibited(bool transferOutProhibited);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string userClientIp_;
|
||||
long registrantProfileId_;
|
||||
std::vector<std::string> domainName_;
|
||||
bool transferOutProhibited_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,10 +35,24 @@ namespace AlibabaCloud
|
||||
ScrollDomainListRequest();
|
||||
~ScrollDomainListRequest();
|
||||
|
||||
long getEndExpirationDate()const;
|
||||
void setEndExpirationDate(long endExpirationDate);
|
||||
std::string getProductDomainType()const;
|
||||
void setProductDomainType(const std::string& productDomainType);
|
||||
std::string getExcluded()const;
|
||||
void setExcluded(const std::string& excluded);
|
||||
int getStartLength()const;
|
||||
void setStartLength(int startLength);
|
||||
bool getExcludedSuffix()const;
|
||||
void setExcludedSuffix(bool excludedSuffix);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getExcludedPrefix()const;
|
||||
void setExcludedPrefix(bool excludedPrefix);
|
||||
std::string getKeyWord()const;
|
||||
void setKeyWord(const std::string& keyWord);
|
||||
long getEndExpirationDate()const;
|
||||
void setEndExpirationDate(long endExpirationDate);
|
||||
std::string getSuffixs()const;
|
||||
void setSuffixs(const std::string& suffixs);
|
||||
long getStartExpirationDate()const;
|
||||
@@ -51,56 +65,42 @@ namespace AlibabaCloud
|
||||
void setKeyWordSuffix(bool keyWordSuffix);
|
||||
std::string getScrollId()const;
|
||||
void setScrollId(const std::string& scrollId);
|
||||
std::string getExcluded()const;
|
||||
void setExcluded(const std::string& excluded);
|
||||
bool getKeyWordPrefix()const;
|
||||
void setKeyWordPrefix(bool keyWordPrefix);
|
||||
int getStartLength()const;
|
||||
void setStartLength(int startLength);
|
||||
int getTradeType()const;
|
||||
void setTradeType(int tradeType);
|
||||
bool getExcludedSuffix()const;
|
||||
void setExcludedSuffix(bool excludedSuffix);
|
||||
long getEndRegistrationDate()const;
|
||||
void setEndRegistrationDate(long endRegistrationDate);
|
||||
int getForm()const;
|
||||
void setForm(int form);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
int getPageSize()const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
bool getExcludedPrefix()const;
|
||||
void setExcludedPrefix(bool excludedPrefix);
|
||||
std::string getKeyWord()const;
|
||||
void setKeyWord(const std::string& keyWord);
|
||||
long getStartRegistrationDate()const;
|
||||
void setStartRegistrationDate(long startRegistrationDate);
|
||||
int getEndLength()const;
|
||||
void setEndLength(int endLength);
|
||||
|
||||
private:
|
||||
long endExpirationDate_;
|
||||
std::string productDomainType_;
|
||||
std::string excluded_;
|
||||
int startLength_;
|
||||
bool excludedSuffix_;
|
||||
int pageSize_;
|
||||
std::string lang_;
|
||||
bool excludedPrefix_;
|
||||
std::string keyWord_;
|
||||
long endExpirationDate_;
|
||||
std::string suffixs_;
|
||||
long startExpirationDate_;
|
||||
int domainStatus_;
|
||||
long domainGroupId_;
|
||||
bool keyWordSuffix_;
|
||||
std::string scrollId_;
|
||||
std::string excluded_;
|
||||
bool keyWordPrefix_;
|
||||
int startLength_;
|
||||
int tradeType_;
|
||||
bool excludedSuffix_;
|
||||
long endRegistrationDate_;
|
||||
int form_;
|
||||
std::string userClientIp_;
|
||||
int pageSize_;
|
||||
std::string lang_;
|
||||
bool excludedPrefix_;
|
||||
std::string keyWord_;
|
||||
long startRegistrationDate_;
|
||||
int endLength_;
|
||||
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
TransferInCheckMailTokenRequest();
|
||||
~TransferInCheckMailTokenRequest();
|
||||
|
||||
std::string getToken()const;
|
||||
void setToken(const std::string& token);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getToken()const;
|
||||
void setToken(const std::string& token);
|
||||
|
||||
private:
|
||||
std::string token_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string token_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,18 +35,18 @@ namespace AlibabaCloud
|
||||
TransferInReenterTransferAuthorizationCodeRequest();
|
||||
~TransferInReenterTransferAuthorizationCodeRequest();
|
||||
|
||||
std::string getTransferAuthorizationCode()const;
|
||||
void setTransferAuthorizationCode(const std::string& transferAuthorizationCode);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getTransferAuthorizationCode()const;
|
||||
void setTransferAuthorizationCode(const std::string& transferAuthorizationCode);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
std::string transferAuthorizationCode_;
|
||||
std::string domainName_;
|
||||
std::string transferAuthorizationCode_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
|
||||
@@ -35,29 +35,29 @@ namespace AlibabaCloud
|
||||
UpdateDomainToDomainGroupRequest();
|
||||
~UpdateDomainToDomainGroupRequest();
|
||||
|
||||
int getDataSource()const;
|
||||
void setDataSource(int dataSource);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getFileToUpload()const;
|
||||
void setFileToUpload(const std::string& fileToUpload);
|
||||
std::vector<std::string> getDomainName()const;
|
||||
void setDomainName(const std::vector<std::string>& domainName);
|
||||
bool getReplace()const;
|
||||
void setReplace(bool replace);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
long getDomainGroupId()const;
|
||||
void setDomainGroupId(long domainGroupId);
|
||||
int getDataSource()const;
|
||||
void setDataSource(int dataSource);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
|
||||
private:
|
||||
int dataSource_;
|
||||
std::string userClientIp_;
|
||||
std::string fileToUpload_;
|
||||
std::vector<std::string> domainName_;
|
||||
bool replace_;
|
||||
std::string lang_;
|
||||
long domainGroupId_;
|
||||
int dataSource_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,26 +37,10 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCountry()const;
|
||||
void setCountry(const std::string& country);
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getTelArea()const;
|
||||
void setTelArea(const std::string& telArea);
|
||||
std::string getCity()const;
|
||||
void setCity(const std::string& city);
|
||||
std::string getZhAddress()const;
|
||||
void setZhAddress(const std::string& zhAddress);
|
||||
std::string getRegistrantType()const;
|
||||
void setRegistrantType(const std::string& registrantType);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getTelephone()const;
|
||||
void setTelephone(const std::string& telephone);
|
||||
std::string getZhCity()const;
|
||||
void setZhCity(const std::string& zhCity);
|
||||
std::string getZhProvince()const;
|
||||
void setZhProvince(const std::string& zhProvince);
|
||||
std::string getRegistrantOrganization()const;
|
||||
void setRegistrantOrganization(const std::string& registrantOrganization);
|
||||
std::string getTelExt()const;
|
||||
void setTelExt(const std::string& telExt);
|
||||
std::string getProvince()const;
|
||||
@@ -65,38 +49,54 @@ namespace AlibabaCloud
|
||||
void setZhRegistrantName(const std::string& zhRegistrantName);
|
||||
std::string getPostalCode()const;
|
||||
void setPostalCode(const std::string& postalCode);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getEmail()const;
|
||||
void setEmail(const std::string& email);
|
||||
std::string getRegistrantName()const;
|
||||
void setRegistrantName(const std::string& registrantName);
|
||||
std::string getZhRegistrantOrganization()const;
|
||||
void setZhRegistrantOrganization(const std::string& zhRegistrantOrganization);
|
||||
std::string getAddress()const;
|
||||
void setAddress(const std::string& address);
|
||||
std::string getTelArea()const;
|
||||
void setTelArea(const std::string& telArea);
|
||||
std::string getZhAddress()const;
|
||||
void setZhAddress(const std::string& zhAddress);
|
||||
std::string getRegistrantType()const;
|
||||
void setRegistrantType(const std::string& registrantType);
|
||||
std::string getDomainName()const;
|
||||
void setDomainName(const std::string& domainName);
|
||||
std::string getTelephone()const;
|
||||
void setTelephone(const std::string& telephone);
|
||||
std::string getZhProvince()const;
|
||||
void setZhProvince(const std::string& zhProvince);
|
||||
std::string getRegistrantOrganization()const;
|
||||
void setRegistrantOrganization(const std::string& registrantOrganization);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getRegistrantName()const;
|
||||
void setRegistrantName(const std::string& registrantName);
|
||||
|
||||
private:
|
||||
std::string country_;
|
||||
std::string address_;
|
||||
std::string telArea_;
|
||||
std::string city_;
|
||||
std::string zhAddress_;
|
||||
std::string registrantType_;
|
||||
std::string domainName_;
|
||||
std::string telephone_;
|
||||
std::string zhCity_;
|
||||
std::string zhProvince_;
|
||||
std::string registrantOrganization_;
|
||||
std::string telExt_;
|
||||
std::string province_;
|
||||
std::string zhRegistrantName_;
|
||||
std::string postalCode_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string email_;
|
||||
std::string registrantName_;
|
||||
std::string zhRegistrantOrganization_;
|
||||
std::string address_;
|
||||
std::string telArea_;
|
||||
std::string zhAddress_;
|
||||
std::string registrantType_;
|
||||
std::string domainName_;
|
||||
std::string telephone_;
|
||||
std::string zhProvince_;
|
||||
std::string registrantOrganization_;
|
||||
std::string userClientIp_;
|
||||
std::string registrantName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,17 +35,17 @@ namespace AlibabaCloud
|
||||
VerifyEmailRequest();
|
||||
~VerifyEmailRequest();
|
||||
|
||||
std::string getToken()const;
|
||||
void setToken(const std::string& token);
|
||||
std::string getUserClientIp()const;
|
||||
void setUserClientIp(const std::string& userClientIp);
|
||||
std::string getLang()const;
|
||||
void setLang(const std::string& lang);
|
||||
std::string getToken()const;
|
||||
void setToken(const std::string& token);
|
||||
|
||||
private:
|
||||
std::string token_;
|
||||
std::string userClientIp_;
|
||||
std::string lang_;
|
||||
std::string token_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user