diff --git a/VERSION b/VERSION index e35ab05b5..4e2354644 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.36.2001 \ No newline at end of file +1.36.2002 \ No newline at end of file diff --git a/gwlb/include/alibabacloud/gwlb/model/ListListenersRequest.h b/gwlb/include/alibabacloud/gwlb/model/ListListenersRequest.h index 25b9b69a6..94fe0f1c5 100644 --- a/gwlb/include/alibabacloud/gwlb/model/ListListenersRequest.h +++ b/gwlb/include/alibabacloud/gwlb/model/ListListenersRequest.h @@ -36,8 +36,8 @@ public: ~ListListenersRequest(); std::vector getLoadBalancerIds() const; void setLoadBalancerIds(const std::vector &loadBalancerIds); - long getSkip() const; - void setSkip(long skip); + int getSkip() const; + void setSkip(int skip); std::string getNextToken() const; void setNextToken(const std::string &nextToken); std::vector getTag() const; @@ -49,7 +49,7 @@ public: private: std::vector loadBalancerIds_; - long skip_; + int skip_; std::string nextToken_; std::vector tag_; std::vector listenerIds_; diff --git a/gwlb/src/model/ListListenersRequest.cc b/gwlb/src/model/ListListenersRequest.cc index 0e4c922f8..40d71aa07 100644 --- a/gwlb/src/model/ListListenersRequest.cc +++ b/gwlb/src/model/ListListenersRequest.cc @@ -36,11 +36,11 @@ void ListListenersRequest::setLoadBalancerIds(const std::vector