Rebuild sdk (#60)

* rebuild sdk

* fixed ut include Utils.h
This commit is contained in:
Axios
2019-08-14 14:34:09 +08:00
committed by GitHub
parent f3d9843e63
commit c43307bc80
11893 changed files with 462166 additions and 221301 deletions

View File

@@ -50,12 +50,12 @@
#include "model/OnsMqttQueryClientByGroupIdResult.h"
#include "model/OnsGroupConsumerUpdateRequest.h"
#include "model/OnsGroupConsumerUpdateResult.h"
#include "model/OnsGroupListRequest.h"
#include "model/OnsGroupListResult.h"
#include "model/OnsMessageTraceRequest.h"
#include "model/OnsMessageTraceResult.h"
#include "model/OnsConsumerTimeSpanRequest.h"
#include "model/OnsConsumerTimeSpanResult.h"
#include "model/OnsGroupListRequest.h"
#include "model/OnsGroupListResult.h"
#include "model/OnsGroupSubDetailRequest.h"
#include "model/OnsGroupSubDetailResult.h"
#include "model/OnsTraceGetResultRequest.h"
@@ -66,14 +66,14 @@
#include "model/OnsDLQMessagePageQueryByGroupIdResult.h"
#include "model/OnsGroupDeleteRequest.h"
#include "model/OnsGroupDeleteResult.h"
#include "model/OnsInstanceUpdateRequest.h"
#include "model/OnsInstanceUpdateResult.h"
#include "model/OnsMessagePageQueryByTopicRequest.h"
#include "model/OnsMessagePageQueryByTopicResult.h"
#include "model/OnsTrendTopicInputTpsRequest.h"
#include "model/OnsTrendTopicInputTpsResult.h"
#include "model/OnsInstanceUpdateRequest.h"
#include "model/OnsInstanceUpdateResult.h"
#include "model/OnsGroupCreateRequest.h"
#include "model/OnsGroupCreateResult.h"
#include "model/OnsTrendTopicInputTpsRequest.h"
#include "model/OnsTrendTopicInputTpsResult.h"
#include "model/OnsDLQMessageResendByIdRequest.h"
#include "model/OnsDLQMessageResendByIdResult.h"
#include "model/OnsTrendGroupOutputTpsRequest.h"
@@ -102,10 +102,10 @@
#include "model/OnsMqttGroupIdListResult.h"
#include "model/OnsDLQMessageGetByIdRequest.h"
#include "model/OnsDLQMessageGetByIdResult.h"
#include "model/OnsInstanceCreateRequest.h"
#include "model/OnsInstanceCreateResult.h"
#include "model/OnsWarnCreateRequest.h"
#include "model/OnsWarnCreateResult.h"
#include "model/OnsInstanceCreateRequest.h"
#include "model/OnsInstanceCreateResult.h"
#include "model/OnsTopicStatusRequest.h"
#include "model/OnsTopicStatusResult.h"
#include "model/OnsMqttGroupIdCreateRequest.h"
@@ -165,15 +165,15 @@ namespace AlibabaCloud
typedef Outcome<Error, Model::OnsGroupConsumerUpdateResult> OnsGroupConsumerUpdateOutcome;
typedef std::future<OnsGroupConsumerUpdateOutcome> OnsGroupConsumerUpdateOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsGroupConsumerUpdateRequest&, const OnsGroupConsumerUpdateOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsGroupConsumerUpdateAsyncHandler;
typedef Outcome<Error, Model::OnsGroupListResult> OnsGroupListOutcome;
typedef std::future<OnsGroupListOutcome> OnsGroupListOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsGroupListRequest&, const OnsGroupListOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsGroupListAsyncHandler;
typedef Outcome<Error, Model::OnsMessageTraceResult> OnsMessageTraceOutcome;
typedef std::future<OnsMessageTraceOutcome> OnsMessageTraceOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsMessageTraceRequest&, const OnsMessageTraceOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsMessageTraceAsyncHandler;
typedef Outcome<Error, Model::OnsConsumerTimeSpanResult> OnsConsumerTimeSpanOutcome;
typedef std::future<OnsConsumerTimeSpanOutcome> OnsConsumerTimeSpanOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsConsumerTimeSpanRequest&, const OnsConsumerTimeSpanOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsConsumerTimeSpanAsyncHandler;
typedef Outcome<Error, Model::OnsGroupListResult> OnsGroupListOutcome;
typedef std::future<OnsGroupListOutcome> OnsGroupListOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsGroupListRequest&, const OnsGroupListOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsGroupListAsyncHandler;
typedef Outcome<Error, Model::OnsGroupSubDetailResult> OnsGroupSubDetailOutcome;
typedef std::future<OnsGroupSubDetailOutcome> OnsGroupSubDetailOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsGroupSubDetailRequest&, const OnsGroupSubDetailOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsGroupSubDetailAsyncHandler;
@@ -189,18 +189,18 @@ namespace AlibabaCloud
typedef Outcome<Error, Model::OnsGroupDeleteResult> OnsGroupDeleteOutcome;
typedef std::future<OnsGroupDeleteOutcome> OnsGroupDeleteOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsGroupDeleteRequest&, const OnsGroupDeleteOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsGroupDeleteAsyncHandler;
typedef Outcome<Error, Model::OnsInstanceUpdateResult> OnsInstanceUpdateOutcome;
typedef std::future<OnsInstanceUpdateOutcome> OnsInstanceUpdateOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsInstanceUpdateRequest&, const OnsInstanceUpdateOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsInstanceUpdateAsyncHandler;
typedef Outcome<Error, Model::OnsMessagePageQueryByTopicResult> OnsMessagePageQueryByTopicOutcome;
typedef std::future<OnsMessagePageQueryByTopicOutcome> OnsMessagePageQueryByTopicOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsMessagePageQueryByTopicRequest&, const OnsMessagePageQueryByTopicOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsMessagePageQueryByTopicAsyncHandler;
typedef Outcome<Error, Model::OnsTrendTopicInputTpsResult> OnsTrendTopicInputTpsOutcome;
typedef std::future<OnsTrendTopicInputTpsOutcome> OnsTrendTopicInputTpsOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsTrendTopicInputTpsRequest&, const OnsTrendTopicInputTpsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsTrendTopicInputTpsAsyncHandler;
typedef Outcome<Error, Model::OnsInstanceUpdateResult> OnsInstanceUpdateOutcome;
typedef std::future<OnsInstanceUpdateOutcome> OnsInstanceUpdateOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsInstanceUpdateRequest&, const OnsInstanceUpdateOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsInstanceUpdateAsyncHandler;
typedef Outcome<Error, Model::OnsGroupCreateResult> OnsGroupCreateOutcome;
typedef std::future<OnsGroupCreateOutcome> OnsGroupCreateOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsGroupCreateRequest&, const OnsGroupCreateOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsGroupCreateAsyncHandler;
typedef Outcome<Error, Model::OnsTrendTopicInputTpsResult> OnsTrendTopicInputTpsOutcome;
typedef std::future<OnsTrendTopicInputTpsOutcome> OnsTrendTopicInputTpsOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsTrendTopicInputTpsRequest&, const OnsTrendTopicInputTpsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsTrendTopicInputTpsAsyncHandler;
typedef Outcome<Error, Model::OnsDLQMessageResendByIdResult> OnsDLQMessageResendByIdOutcome;
typedef std::future<OnsDLQMessageResendByIdOutcome> OnsDLQMessageResendByIdOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsDLQMessageResendByIdRequest&, const OnsDLQMessageResendByIdOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsDLQMessageResendByIdAsyncHandler;
@@ -243,12 +243,12 @@ namespace AlibabaCloud
typedef Outcome<Error, Model::OnsDLQMessageGetByIdResult> OnsDLQMessageGetByIdOutcome;
typedef std::future<OnsDLQMessageGetByIdOutcome> OnsDLQMessageGetByIdOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsDLQMessageGetByIdRequest&, const OnsDLQMessageGetByIdOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsDLQMessageGetByIdAsyncHandler;
typedef Outcome<Error, Model::OnsInstanceCreateResult> OnsInstanceCreateOutcome;
typedef std::future<OnsInstanceCreateOutcome> OnsInstanceCreateOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsInstanceCreateRequest&, const OnsInstanceCreateOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsInstanceCreateAsyncHandler;
typedef Outcome<Error, Model::OnsWarnCreateResult> OnsWarnCreateOutcome;
typedef std::future<OnsWarnCreateOutcome> OnsWarnCreateOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsWarnCreateRequest&, const OnsWarnCreateOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsWarnCreateAsyncHandler;
typedef Outcome<Error, Model::OnsInstanceCreateResult> OnsInstanceCreateOutcome;
typedef std::future<OnsInstanceCreateOutcome> OnsInstanceCreateOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsInstanceCreateRequest&, const OnsInstanceCreateOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsInstanceCreateAsyncHandler;
typedef Outcome<Error, Model::OnsTopicStatusResult> OnsTopicStatusOutcome;
typedef std::future<OnsTopicStatusOutcome> OnsTopicStatusOutcomeCallable;
typedef std::function<void(const OnsClient*, const Model::OnsTopicStatusRequest&, const OnsTopicStatusOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> OnsTopicStatusAsyncHandler;
@@ -308,15 +308,15 @@ namespace AlibabaCloud
OnsGroupConsumerUpdateOutcome onsGroupConsumerUpdate(const Model::OnsGroupConsumerUpdateRequest &request)const;
void onsGroupConsumerUpdateAsync(const Model::OnsGroupConsumerUpdateRequest& request, const OnsGroupConsumerUpdateAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsGroupConsumerUpdateOutcomeCallable onsGroupConsumerUpdateCallable(const Model::OnsGroupConsumerUpdateRequest& request) const;
OnsGroupListOutcome onsGroupList(const Model::OnsGroupListRequest &request)const;
void onsGroupListAsync(const Model::OnsGroupListRequest& request, const OnsGroupListAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsGroupListOutcomeCallable onsGroupListCallable(const Model::OnsGroupListRequest& request) const;
OnsMessageTraceOutcome onsMessageTrace(const Model::OnsMessageTraceRequest &request)const;
void onsMessageTraceAsync(const Model::OnsMessageTraceRequest& request, const OnsMessageTraceAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsMessageTraceOutcomeCallable onsMessageTraceCallable(const Model::OnsMessageTraceRequest& request) const;
OnsConsumerTimeSpanOutcome onsConsumerTimeSpan(const Model::OnsConsumerTimeSpanRequest &request)const;
void onsConsumerTimeSpanAsync(const Model::OnsConsumerTimeSpanRequest& request, const OnsConsumerTimeSpanAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsConsumerTimeSpanOutcomeCallable onsConsumerTimeSpanCallable(const Model::OnsConsumerTimeSpanRequest& request) const;
OnsGroupListOutcome onsGroupList(const Model::OnsGroupListRequest &request)const;
void onsGroupListAsync(const Model::OnsGroupListRequest& request, const OnsGroupListAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsGroupListOutcomeCallable onsGroupListCallable(const Model::OnsGroupListRequest& request) const;
OnsGroupSubDetailOutcome onsGroupSubDetail(const Model::OnsGroupSubDetailRequest &request)const;
void onsGroupSubDetailAsync(const Model::OnsGroupSubDetailRequest& request, const OnsGroupSubDetailAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsGroupSubDetailOutcomeCallable onsGroupSubDetailCallable(const Model::OnsGroupSubDetailRequest& request) const;
@@ -332,18 +332,18 @@ namespace AlibabaCloud
OnsGroupDeleteOutcome onsGroupDelete(const Model::OnsGroupDeleteRequest &request)const;
void onsGroupDeleteAsync(const Model::OnsGroupDeleteRequest& request, const OnsGroupDeleteAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsGroupDeleteOutcomeCallable onsGroupDeleteCallable(const Model::OnsGroupDeleteRequest& request) const;
OnsInstanceUpdateOutcome onsInstanceUpdate(const Model::OnsInstanceUpdateRequest &request)const;
void onsInstanceUpdateAsync(const Model::OnsInstanceUpdateRequest& request, const OnsInstanceUpdateAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsInstanceUpdateOutcomeCallable onsInstanceUpdateCallable(const Model::OnsInstanceUpdateRequest& request) const;
OnsMessagePageQueryByTopicOutcome onsMessagePageQueryByTopic(const Model::OnsMessagePageQueryByTopicRequest &request)const;
void onsMessagePageQueryByTopicAsync(const Model::OnsMessagePageQueryByTopicRequest& request, const OnsMessagePageQueryByTopicAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsMessagePageQueryByTopicOutcomeCallable onsMessagePageQueryByTopicCallable(const Model::OnsMessagePageQueryByTopicRequest& request) const;
OnsTrendTopicInputTpsOutcome onsTrendTopicInputTps(const Model::OnsTrendTopicInputTpsRequest &request)const;
void onsTrendTopicInputTpsAsync(const Model::OnsTrendTopicInputTpsRequest& request, const OnsTrendTopicInputTpsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsTrendTopicInputTpsOutcomeCallable onsTrendTopicInputTpsCallable(const Model::OnsTrendTopicInputTpsRequest& request) const;
OnsInstanceUpdateOutcome onsInstanceUpdate(const Model::OnsInstanceUpdateRequest &request)const;
void onsInstanceUpdateAsync(const Model::OnsInstanceUpdateRequest& request, const OnsInstanceUpdateAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsInstanceUpdateOutcomeCallable onsInstanceUpdateCallable(const Model::OnsInstanceUpdateRequest& request) const;
OnsGroupCreateOutcome onsGroupCreate(const Model::OnsGroupCreateRequest &request)const;
void onsGroupCreateAsync(const Model::OnsGroupCreateRequest& request, const OnsGroupCreateAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsGroupCreateOutcomeCallable onsGroupCreateCallable(const Model::OnsGroupCreateRequest& request) const;
OnsTrendTopicInputTpsOutcome onsTrendTopicInputTps(const Model::OnsTrendTopicInputTpsRequest &request)const;
void onsTrendTopicInputTpsAsync(const Model::OnsTrendTopicInputTpsRequest& request, const OnsTrendTopicInputTpsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsTrendTopicInputTpsOutcomeCallable onsTrendTopicInputTpsCallable(const Model::OnsTrendTopicInputTpsRequest& request) const;
OnsDLQMessageResendByIdOutcome onsDLQMessageResendById(const Model::OnsDLQMessageResendByIdRequest &request)const;
void onsDLQMessageResendByIdAsync(const Model::OnsDLQMessageResendByIdRequest& request, const OnsDLQMessageResendByIdAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsDLQMessageResendByIdOutcomeCallable onsDLQMessageResendByIdCallable(const Model::OnsDLQMessageResendByIdRequest& request) const;
@@ -386,12 +386,12 @@ namespace AlibabaCloud
OnsDLQMessageGetByIdOutcome onsDLQMessageGetById(const Model::OnsDLQMessageGetByIdRequest &request)const;
void onsDLQMessageGetByIdAsync(const Model::OnsDLQMessageGetByIdRequest& request, const OnsDLQMessageGetByIdAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsDLQMessageGetByIdOutcomeCallable onsDLQMessageGetByIdCallable(const Model::OnsDLQMessageGetByIdRequest& request) const;
OnsInstanceCreateOutcome onsInstanceCreate(const Model::OnsInstanceCreateRequest &request)const;
void onsInstanceCreateAsync(const Model::OnsInstanceCreateRequest& request, const OnsInstanceCreateAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsInstanceCreateOutcomeCallable onsInstanceCreateCallable(const Model::OnsInstanceCreateRequest& request) const;
OnsWarnCreateOutcome onsWarnCreate(const Model::OnsWarnCreateRequest &request)const;
void onsWarnCreateAsync(const Model::OnsWarnCreateRequest& request, const OnsWarnCreateAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsWarnCreateOutcomeCallable onsWarnCreateCallable(const Model::OnsWarnCreateRequest& request) const;
OnsInstanceCreateOutcome onsInstanceCreate(const Model::OnsInstanceCreateRequest &request)const;
void onsInstanceCreateAsync(const Model::OnsInstanceCreateRequest& request, const OnsInstanceCreateAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsInstanceCreateOutcomeCallable onsInstanceCreateCallable(const Model::OnsInstanceCreateRequest& request) const;
OnsTopicStatusOutcome onsTopicStatus(const Model::OnsTopicStatusRequest &request)const;
void onsTopicStatusAsync(const Model::OnsTopicStatusRequest& request, const OnsTopicStatusAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
OnsTopicStatusOutcomeCallable onsTopicStatusCallable(const Model::OnsTopicStatusRequest& request) const;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsConsumerAccumulateRequest();
~OnsConsumerAccumulateRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setDetail(bool detail);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;
bool detail_;

View File

@@ -35,15 +35,12 @@ namespace AlibabaCloud
OnsConsumerGetConnectionRequest();
~OnsConsumerGetConnectionRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
void setGroupId(const std::string& groupId);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsConsumerResetOffsetRequest();
~OnsConsumerResetOffsetRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
@@ -49,7 +47,6 @@ namespace AlibabaCloud
void setType(int type);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;
std::string topic_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsConsumerStatusRequest();
~OnsConsumerStatusRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
bool getNeedJstack()const;
@@ -47,7 +45,6 @@ namespace AlibabaCloud
void setDetail(bool detail);
private:
long preventCache_;
std::string instanceId_;
bool needJstack_;
std::string groupId_;

View File

@@ -39,6 +39,7 @@ namespace AlibabaCloud
std::string clientAddr;
std::string language;
std::string version;
std::string remoteIP;
std::string clientId;
};
struct DetailInTopicDo

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsConsumerTimeSpanRequest();
~OnsConsumerTimeSpanRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setTopic(const std::string& topic);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;
std::string topic_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsDLQMessageGetByIdRequest();
~OnsDLQMessageGetByIdRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setMsgId(const std::string& msgId);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;
std::string msgId_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsDLQMessagePageQueryByGroupIdRequest();
~OnsDLQMessagePageQueryByGroupIdRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
@@ -53,7 +51,6 @@ namespace AlibabaCloud
void setTaskId(const std::string& taskId);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;
int pageSize_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsDLQMessageResendByIdRequest();
~OnsDLQMessageResendByIdRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setMsgId(const std::string& msgId);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;
std::string msgId_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsGroupConsumerUpdateRequest();
~OnsGroupConsumerUpdateRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
bool getReadEnable()const;
void setReadEnable(bool readEnable);
std::string getInstanceId()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setGroupId(const std::string& groupId);
private:
long preventCache_;
bool readEnable_;
std::string instanceId_;
std::string groupId_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsGroupCreateRequest();
~OnsGroupCreateRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setRemark(const std::string& remark);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;
std::string remark_;

View File

@@ -35,15 +35,12 @@ namespace AlibabaCloud
OnsGroupDeleteRequest();
~OnsGroupDeleteRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
void setGroupId(const std::string& groupId);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;

View File

@@ -35,15 +35,12 @@ namespace AlibabaCloud
OnsGroupListRequest();
~OnsGroupListRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
void setGroupId(const std::string& groupId);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;

View File

@@ -36,6 +36,7 @@ namespace AlibabaCloud
{
std::string owner;
std::string instanceId;
long createTime;
long updateTime;
bool independentNaming;
std::string groupId;

View File

@@ -35,15 +35,12 @@ namespace AlibabaCloud
OnsGroupSubDetailRequest();
~OnsGroupSubDetailRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
void setGroupId(const std::string& groupId);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;

View File

@@ -35,13 +35,10 @@ namespace AlibabaCloud
OnsInstanceBaseInfoRequest();
~OnsInstanceBaseInfoRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
private:
long preventCache_;
std::string instanceId_;
};

View File

@@ -48,6 +48,7 @@ namespace AlibabaCloud
int instanceStatus;
bool independentNaming;
int instanceType;
std::string remark;
};

View File

@@ -35,15 +35,12 @@ namespace AlibabaCloud
OnsInstanceCreateRequest();
~OnsInstanceCreateRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceName()const;
void setInstanceName(const std::string& instanceName);
std::string getRemark()const;
void setRemark(const std::string& remark);
private:
long preventCache_;
std::string instanceName_;
std::string remark_;

View File

@@ -35,13 +35,10 @@ namespace AlibabaCloud
OnsInstanceDeleteRequest();
~OnsInstanceDeleteRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
private:
long preventCache_;
std::string instanceId_;
};

View File

@@ -35,11 +35,8 @@ namespace AlibabaCloud
OnsInstanceInServiceListRequest();
~OnsInstanceInServiceListRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
private:
long preventCache_;
};
}

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsInstanceUpdateRequest();
~OnsInstanceUpdateRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceName()const;
void setInstanceName(const std::string& instanceName);
std::string getInstanceId()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setRemark(const std::string& remark);
private:
long preventCache_;
std::string instanceName_;
std::string instanceId_;
std::string remark_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsMessageGetByKeyRequest();
~OnsMessageGetByKeyRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getTopic()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setKey(const std::string& key);
private:
long preventCache_;
std::string instanceId_;
std::string topic_;
std::string key_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsMessageGetByMsgIdRequest();
~OnsMessageGetByMsgIdRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getMsgId()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setTopic(const std::string& topic);
private:
long preventCache_;
std::string instanceId_;
std::string msgId_;
std::string topic_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsMessagePageQueryByTopicRequest();
~OnsMessagePageQueryByTopicRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
int getPageSize()const;
@@ -53,7 +51,6 @@ namespace AlibabaCloud
void setTaskId(const std::string& taskId);
private:
long preventCache_;
std::string instanceId_;
int pageSize_;
std::string topic_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsMessagePushRequest();
~OnsMessagePushRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getClientId()const;
void setClientId(const std::string& clientId);
std::string getInstanceId()const;
@@ -49,7 +47,6 @@ namespace AlibabaCloud
void setTopic(const std::string& topic);
private:
long preventCache_;
std::string clientId_;
std::string instanceId_;
std::string groupId_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsMessageSendRequest();
~OnsMessageSendRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getTopic()const;
@@ -49,7 +47,6 @@ namespace AlibabaCloud
void setKey(const std::string& key);
private:
long preventCache_;
std::string instanceId_;
std::string topic_;
std::string tag_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsMessageTraceRequest();
~OnsMessageTraceRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getTopic()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setMsgId(const std::string& msgId);
private:
long preventCache_;
std::string instanceId_;
std::string topic_;
std::string msgId_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsMqttGroupIdCreateRequest();
~OnsMqttGroupIdCreateRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getRegionId()const;
@@ -47,7 +45,6 @@ namespace AlibabaCloud
void setTopic(const std::string& topic);
private:
long preventCache_;
std::string instanceId_;
std::string regionId_;
std::string groupId_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsMqttGroupIdDeleteRequest();
~OnsMqttGroupIdDeleteRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getRegionId()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setGroupId(const std::string& groupId);
private:
long preventCache_;
std::string instanceId_;
std::string regionId_;
std::string groupId_;

View File

@@ -35,13 +35,10 @@ namespace AlibabaCloud
OnsMqttGroupIdListRequest();
~OnsMqttGroupIdListRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
private:
long preventCache_;
std::string instanceId_;
};

View File

@@ -35,15 +35,12 @@ namespace AlibabaCloud
OnsMqttQueryClientByClientIdRequest();
~OnsMqttQueryClientByClientIdRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getClientId()const;
void setClientId(const std::string& clientId);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
private:
long preventCache_;
std::string clientId_;
std::string instanceId_;

View File

@@ -35,15 +35,12 @@ namespace AlibabaCloud
OnsMqttQueryClientByGroupIdRequest();
~OnsMqttQueryClientByGroupIdRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
void setGroupId(const std::string& groupId);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsMqttQueryClientByTopicRequest();
~OnsMqttQueryClientByTopicRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getParentTopic()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setSubTopic(const std::string& subTopic);
private:
long preventCache_;
std::string instanceId_;
std::string parentTopic_;
std::string subTopic_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsMqttQueryHistoryOnlineRequest();
~OnsMqttQueryHistoryOnlineRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
@@ -47,7 +45,6 @@ namespace AlibabaCloud
void setBeginTime(long beginTime);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;
long endTime_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsMqttQueryMsgTransTrendRequest();
~OnsMqttQueryMsgTransTrendRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
int getQos()const;
@@ -57,7 +55,6 @@ namespace AlibabaCloud
void setSubTopic(const std::string& subTopic);
private:
long preventCache_;
std::string instanceId_;
int qos_;
std::string transType_;

View File

@@ -35,11 +35,8 @@ namespace AlibabaCloud
OnsRegionListRequest();
~OnsRegionListRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
private:
long preventCache_;
};
}

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsTopicCreateRequest();
~OnsTopicCreateRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
int getMessageType()const;
@@ -47,7 +45,6 @@ namespace AlibabaCloud
void setRemark(const std::string& remark);
private:
long preventCache_;
std::string instanceId_;
int messageType_;
std::string topic_;

View File

@@ -35,15 +35,12 @@ namespace AlibabaCloud
OnsTopicDeleteRequest();
~OnsTopicDeleteRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getTopic()const;
void setTopic(const std::string& topic);
private:
long preventCache_;
std::string instanceId_;
std::string topic_;

View File

@@ -35,15 +35,12 @@ namespace AlibabaCloud
OnsTopicListRequest();
~OnsTopicListRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getTopic()const;
void setTopic(const std::string& topic);
private:
long preventCache_;
std::string instanceId_;
std::string topic_;

View File

@@ -35,15 +35,12 @@ namespace AlibabaCloud
OnsTopicStatusRequest();
~OnsTopicStatusRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getTopic()const;
void setTopic(const std::string& topic);
private:
long preventCache_;
std::string instanceId_;
std::string topic_;

View File

@@ -35,15 +35,12 @@ namespace AlibabaCloud
OnsTopicSubDetailRequest();
~OnsTopicSubDetailRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getTopic()const;
void setTopic(const std::string& topic);
private:
long preventCache_;
std::string instanceId_;
std::string topic_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsTopicUpdateRequest();
~OnsTopicUpdateRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
int getPerm()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setTopic(const std::string& topic);
private:
long preventCache_;
std::string instanceId_;
int perm_;
std::string topic_;

View File

@@ -35,13 +35,10 @@ namespace AlibabaCloud
OnsTraceGetResultRequest();
~OnsTraceGetResultRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getQueryId()const;
void setQueryId(const std::string& queryId);
private:
long preventCache_;
std::string queryId_;
};

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsTraceQueryByMsgIdRequest();
~OnsTraceQueryByMsgIdRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getTopic()const;
@@ -49,7 +47,6 @@ namespace AlibabaCloud
void setBeginTime(long beginTime);
private:
long preventCache_;
std::string instanceId_;
std::string topic_;
std::string msgId_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsTraceQueryByMsgKeyRequest();
~OnsTraceQueryByMsgKeyRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getTopic()const;
@@ -49,7 +47,6 @@ namespace AlibabaCloud
void setMsgKey(const std::string& msgKey);
private:
long preventCache_;
std::string instanceId_;
std::string topic_;
long endTime_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsTrendGroupOutputTpsRequest();
~OnsTrendGroupOutputTpsRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
long getPeriod()const;
void setPeriod(long period);
std::string getInstanceId()const;
@@ -53,7 +51,6 @@ namespace AlibabaCloud
void setType(int type);
private:
long preventCache_;
long period_;
std::string instanceId_;
std::string groupId_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsTrendTopicInputTpsRequest();
~OnsTrendTopicInputTpsRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
long getPeriod()const;
void setPeriod(long period);
std::string getInstanceId()const;
@@ -51,7 +49,6 @@ namespace AlibabaCloud
void setType(int type);
private:
long preventCache_;
long period_;
std::string instanceId_;
std::string topic_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsWarnCreateRequest();
~OnsWarnCreateRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getBlockTime()const;
@@ -57,7 +55,6 @@ namespace AlibabaCloud
void setContacts(const std::string& contacts);
private:
long preventCache_;
std::string instanceId_;
std::string blockTime_;
std::string level_;

View File

@@ -35,8 +35,6 @@ namespace AlibabaCloud
OnsWarnDeleteRequest();
~OnsWarnDeleteRequest();
long getPreventCache()const;
void setPreventCache(long preventCache);
std::string getInstanceId()const;
void setInstanceId(const std::string& instanceId);
std::string getGroupId()const;
@@ -45,7 +43,6 @@ namespace AlibabaCloud
void setTopic(const std::string& topic);
private:
long preventCache_;
std::string instanceId_;
std::string groupId_;
std::string topic_;