|
@@ -32,8 +32,12 @@ public:
|
|
|
~DescribePhoneNumberOperatorAttributeRequest();
|
|
~DescribePhoneNumberOperatorAttributeRequest();
|
|
|
long getResourceOwnerId() const;
|
|
long getResourceOwnerId() const;
|
|
|
void setResourceOwnerId(long resourceOwnerId);
|
|
void setResourceOwnerId(long resourceOwnerId);
|
|
|
|
|
+ std::string getExtendFunction() const;
|
|
|
|
|
+ void setExtendFunction(const std::string &extendFunction);
|
|
|
std::string getAccessKeyId() const;
|
|
std::string getAccessKeyId() const;
|
|
|
void setAccessKeyId(const std::string &accessKeyId);
|
|
void setAccessKeyId(const std::string &accessKeyId);
|
|
|
|
|
+ std::string getRouteName() const;
|
|
|
|
|
+ void setRouteName(const std::string &routeName);
|
|
|
std::string getMask() const;
|
|
std::string getMask() const;
|
|
|
void setMask(const std::string &mask);
|
|
void setMask(const std::string &mask);
|
|
|
std::string getResultCount() const;
|
|
std::string getResultCount() const;
|
|
@@ -51,7 +55,9 @@ public:
|
|
|
|
|
|
|
|
private:
|
|
private:
|
|
|
long resourceOwnerId_;
|
|
long resourceOwnerId_;
|
|
|
|
|
+ std::string extendFunction_;
|
|
|
std::string accessKeyId_;
|
|
std::string accessKeyId_;
|
|
|
|
|
+ std::string routeName_;
|
|
|
std::string mask_;
|
|
std::string mask_;
|
|
|
std::string resultCount_;
|
|
std::string resultCount_;
|
|
|
std::string resourceOwnerAccount_;
|
|
std::string resourceOwnerAccount_;
|