Add API Ram meta.
This commit is contained in:
@@ -32,30 +32,30 @@ public:
|
||||
~AddDataLevelPermissionWhiteListRequest();
|
||||
std::string getTargetType() const;
|
||||
void setTargetType(const std::string &targetType);
|
||||
std::string getTargetIds() const;
|
||||
void setTargetIds(const std::string &targetIds);
|
||||
std::string getClientToken() const;
|
||||
void setClientToken(const std::string &clientToken);
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getCubeId() const;
|
||||
void setCubeId(const std::string &cubeId);
|
||||
std::string getTargetIds() const;
|
||||
void setTargetIds(const std::string &targetIds);
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getOperateType() const;
|
||||
void setOperateType(const std::string &operateType);
|
||||
std::string getCubeId() const;
|
||||
void setCubeId(const std::string &cubeId);
|
||||
|
||||
private:
|
||||
std::string targetType_;
|
||||
std::string targetIds_;
|
||||
std::string clientToken_;
|
||||
std::string ruleType_;
|
||||
std::string accessPoint_;
|
||||
std::string cubeId_;
|
||||
std::string targetIds_;
|
||||
std::string ruleType_;
|
||||
std::string signType_;
|
||||
std::string operateType_;
|
||||
std::string cubeId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -34,12 +34,12 @@ public:
|
||||
void setClientToken(const std::string &clientToken);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
long getExpireDate() const;
|
||||
void setExpireDate(long expireDate);
|
||||
int getAuthPoint() const;
|
||||
void setAuthPoint(int authPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
long getExpireDate() const;
|
||||
void setExpireDate(long expireDate);
|
||||
int getShareToType() const;
|
||||
void setShareToType(int shareToType);
|
||||
std::string getWorksId() const;
|
||||
@@ -50,9 +50,9 @@ public:
|
||||
private:
|
||||
std::string clientToken_;
|
||||
std::string accessPoint_;
|
||||
long expireDate_;
|
||||
int authPoint_;
|
||||
std::string signType_;
|
||||
long expireDate_;
|
||||
int shareToType_;
|
||||
std::string worksId_;
|
||||
std::string shareToId_;
|
||||
|
||||
@@ -38,39 +38,39 @@ public:
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getAccountType() const;
|
||||
void setAccountType(int accountType);
|
||||
int getUserType() const;
|
||||
void setUserType(int userType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getAccountId() const;
|
||||
void setAccountId(const std::string &accountId);
|
||||
std::string getRoleIds() const;
|
||||
void setRoleIds(const std::string &roleIds);
|
||||
std::string getAccountName() const;
|
||||
void setAccountName(const std::string &accountName);
|
||||
std::string getPhone() const;
|
||||
void setPhone(const std::string &phone);
|
||||
std::string getNickName() const;
|
||||
void setNickName(const std::string &nickName);
|
||||
bool getAuthAdminUser() const;
|
||||
void setAuthAdminUser(bool authAdminUser);
|
||||
std::string getEmail() const;
|
||||
void setEmail(const std::string &email);
|
||||
int getUserType() const;
|
||||
void setUserType(int userType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getPhone() const;
|
||||
void setPhone(const std::string &phone);
|
||||
|
||||
private:
|
||||
std::string clientToken_;
|
||||
bool adminUser_;
|
||||
std::string accessPoint_;
|
||||
int accountType_;
|
||||
int userType_;
|
||||
std::string signType_;
|
||||
std::string accountId_;
|
||||
std::string roleIds_;
|
||||
std::string accountName_;
|
||||
std::string phone_;
|
||||
std::string nickName_;
|
||||
bool authAdminUser_;
|
||||
std::string email_;
|
||||
int userType_;
|
||||
std::string signType_;
|
||||
std::string phone_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -36,8 +36,8 @@ namespace AlibabaCloud
|
||||
{
|
||||
std::vector<std::string> roleIdList;
|
||||
std::string email;
|
||||
std::string userId;
|
||||
std::string phone;
|
||||
std::string userId;
|
||||
bool adminUser;
|
||||
std::string nickName;
|
||||
int userType;
|
||||
|
||||
@@ -30,26 +30,26 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT AddUserTagMetaRequest : public RpcServi
|
||||
public:
|
||||
AddUserTagMetaRequest();
|
||||
~AddUserTagMetaRequest();
|
||||
std::string getTagDescription() const;
|
||||
void setTagDescription(const std::string &tagDescription);
|
||||
std::string getTagName() const;
|
||||
void setTagName(const std::string &tagName);
|
||||
std::string getTagId() const;
|
||||
void setTagId(const std::string &tagId);
|
||||
std::string getClientToken() const;
|
||||
void setClientToken(const std::string &clientToken);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getTagName() const;
|
||||
void setTagName(const std::string &tagName);
|
||||
std::string getTagId() const;
|
||||
void setTagId(const std::string &tagId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getTagDescription() const;
|
||||
void setTagDescription(const std::string &tagDescription);
|
||||
|
||||
private:
|
||||
std::string tagDescription_;
|
||||
std::string tagName_;
|
||||
std::string tagId_;
|
||||
std::string clientToken_;
|
||||
std::string accessPoint_;
|
||||
std::string tagName_;
|
||||
std::string tagId_;
|
||||
std::string signType_;
|
||||
std::string tagDescription_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,22 +30,22 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT AddWorkspaceUsersRequest : public RpcSe
|
||||
public:
|
||||
AddWorkspaceUsersRequest();
|
||||
~AddWorkspaceUsersRequest();
|
||||
std::string getUserIds() const;
|
||||
void setUserIds(const std::string &userIds);
|
||||
long getRoleId() const;
|
||||
void setRoleId(long roleId);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserIds() const;
|
||||
void setUserIds(const std::string &userIds);
|
||||
std::string getWorkspaceId() const;
|
||||
void setWorkspaceId(const std::string &workspaceId);
|
||||
|
||||
private:
|
||||
std::string userIds_;
|
||||
long roleId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userIds_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -32,27 +32,27 @@ public:
|
||||
~AuthorizeMenuRequest();
|
||||
std::string getDataPortalId() const;
|
||||
void setDataPortalId(const std::string &dataPortalId);
|
||||
std::string getUserIds() const;
|
||||
void setUserIds(const std::string &userIds);
|
||||
int getAuthPointsValue() const;
|
||||
void setAuthPointsValue(int authPointsValue);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getMenuIds() const;
|
||||
void setMenuIds(const std::string &menuIds);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserGroupIds() const;
|
||||
void setUserGroupIds(const std::string &userGroupIds);
|
||||
std::string getMenuIds() const;
|
||||
void setMenuIds(const std::string &menuIds);
|
||||
std::string getUserIds() const;
|
||||
void setUserIds(const std::string &userIds);
|
||||
|
||||
private:
|
||||
std::string dataPortalId_;
|
||||
std::string userIds_;
|
||||
int authPointsValue_;
|
||||
std::string accessPoint_;
|
||||
std::string menuIds_;
|
||||
std::string signType_;
|
||||
std::string userGroupIds_;
|
||||
std::string menuIds_;
|
||||
std::string userIds_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,29 +30,29 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT BatchAddFeishuUsersRequest : public Rpc
|
||||
public:
|
||||
BatchAddFeishuUsersRequest();
|
||||
~BatchAddFeishuUsersRequest();
|
||||
bool getIsAdmin() const;
|
||||
void setIsAdmin(bool isAdmin);
|
||||
std::string getFeishuUsers() const;
|
||||
void setFeishuUsers(const std::string &feishuUsers);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
bool getIsAuthAdmin() const;
|
||||
void setIsAuthAdmin(bool isAuthAdmin);
|
||||
bool getIsAdmin() const;
|
||||
void setIsAdmin(bool isAdmin);
|
||||
int getUserType() const;
|
||||
void setUserType(int userType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserGroupIds() const;
|
||||
void setUserGroupIds(const std::string &userGroupIds);
|
||||
bool getIsAuthAdmin() const;
|
||||
void setIsAuthAdmin(bool isAuthAdmin);
|
||||
std::string getFeishuUsers() const;
|
||||
void setFeishuUsers(const std::string &feishuUsers);
|
||||
|
||||
private:
|
||||
bool isAdmin_;
|
||||
std::string feishuUsers_;
|
||||
std::string accessPoint_;
|
||||
bool isAuthAdmin_;
|
||||
bool isAdmin_;
|
||||
int userType_;
|
||||
std::string signType_;
|
||||
std::string userGroupIds_;
|
||||
bool isAuthAdmin_;
|
||||
std::string feishuUsers_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,23 +32,23 @@ public:
|
||||
~CancelAuthorizationMenuRequest();
|
||||
std::string getDataPortalId() const;
|
||||
void setDataPortalId(const std::string &dataPortalId);
|
||||
std::string getUserIds() const;
|
||||
void setUserIds(const std::string &userIds);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserGroupIds() const;
|
||||
void setUserGroupIds(const std::string &userGroupIds);
|
||||
std::string getUserIds() const;
|
||||
void setUserIds(const std::string &userIds);
|
||||
std::string getMenuIds() const;
|
||||
void setMenuIds(const std::string &menuIds);
|
||||
|
||||
private:
|
||||
std::string dataPortalId_;
|
||||
std::string userIds_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userGroupIds_;
|
||||
std::string userIds_;
|
||||
std::string menuIds_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT CancelCollectionRequest : public RpcSer
|
||||
public:
|
||||
CancelCollectionRequest();
|
||||
~CancelCollectionRequest();
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
|
||||
private:
|
||||
std::string worksId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
std::string worksId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,21 +32,21 @@ public:
|
||||
~CancelReportShareRequest();
|
||||
std::string getReportId() const;
|
||||
void setReportId(const std::string &reportId);
|
||||
int getShareToType() const;
|
||||
void setShareToType(int shareToType);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getShareToIds() const;
|
||||
void setShareToIds(const std::string &shareToIds);
|
||||
int getShareToType() const;
|
||||
void setShareToType(int shareToType);
|
||||
|
||||
private:
|
||||
std::string reportId_;
|
||||
int shareToType_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string shareToIds_;
|
||||
int shareToType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT CheckReadableRequest : public RpcServic
|
||||
public:
|
||||
CheckReadableRequest();
|
||||
~CheckReadableRequest();
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
|
||||
private:
|
||||
std::string worksId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
std::string worksId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,29 +32,29 @@ public:
|
||||
~CreateTicket4CopilotRequest();
|
||||
std::string getCopilotId() const;
|
||||
void setCopilotId(const std::string &copilotId);
|
||||
int getExpireTime() const;
|
||||
void setExpireTime(int expireTime);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getAccountType() const;
|
||||
void setAccountType(int accountType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
std::string getAccountName() const;
|
||||
void setAccountName(const std::string &accountName);
|
||||
int getExpireTime() const;
|
||||
void setExpireTime(int expireTime);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getTicketNum() const;
|
||||
void setTicketNum(int ticketNum);
|
||||
|
||||
private:
|
||||
std::string copilotId_;
|
||||
int expireTime_;
|
||||
std::string accessPoint_;
|
||||
int accountType_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
std::string accountName_;
|
||||
int expireTime_;
|
||||
std::string signType_;
|
||||
int ticketNum_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT CreateTicketRequest : public RpcService
|
||||
public:
|
||||
CreateTicketRequest();
|
||||
~CreateTicketRequest();
|
||||
int getExpireTime() const;
|
||||
void setExpireTime(int expireTime);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getAccountType() const;
|
||||
void setAccountType(int accountType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getCmptId() const;
|
||||
void setCmptId(const std::string &cmptId);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
std::string getAccountName() const;
|
||||
void setAccountName(const std::string &accountName);
|
||||
int getExpireTime() const;
|
||||
void setExpireTime(int expireTime);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getCmptId() const;
|
||||
void setCmptId(const std::string &cmptId);
|
||||
std::string getGlobalParam() const;
|
||||
void setGlobalParam(const std::string &globalParam);
|
||||
std::string getWorksId() const;
|
||||
@@ -54,13 +54,13 @@ public:
|
||||
void setWatermarkParam(const std::string &watermarkParam);
|
||||
|
||||
private:
|
||||
int expireTime_;
|
||||
std::string accessPoint_;
|
||||
int accountType_;
|
||||
std::string signType_;
|
||||
std::string cmptId_;
|
||||
std::string userId_;
|
||||
std::string accountName_;
|
||||
int expireTime_;
|
||||
std::string signType_;
|
||||
std::string cmptId_;
|
||||
std::string globalParam_;
|
||||
std::string worksId_;
|
||||
int ticketNum_;
|
||||
|
||||
@@ -34,25 +34,25 @@ public:
|
||||
void setClientToken(const std::string &clientToken);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getUserGroupName() const;
|
||||
void setUserGroupName(const std::string &userGroupName);
|
||||
std::string getParentUserGroupId() const;
|
||||
void setParentUserGroupId(const std::string &parentUserGroupId);
|
||||
std::string getUserGroupId() const;
|
||||
void setUserGroupId(const std::string &userGroupId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserGroupName() const;
|
||||
void setUserGroupName(const std::string &userGroupName);
|
||||
std::string getUserGroupDescription() const;
|
||||
void setUserGroupDescription(const std::string &userGroupDescription);
|
||||
std::string getParentUserGroupId() const;
|
||||
void setParentUserGroupId(const std::string &parentUserGroupId);
|
||||
|
||||
private:
|
||||
std::string clientToken_;
|
||||
std::string accessPoint_;
|
||||
std::string userGroupName_;
|
||||
std::string parentUserGroupId_;
|
||||
std::string userGroupId_;
|
||||
std::string signType_;
|
||||
std::string userGroupName_;
|
||||
std::string userGroupDescription_;
|
||||
std::string parentUserGroupId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,15 +32,15 @@ public:
|
||||
~DataSourceBloodRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getDataSourceId() const;
|
||||
void setDataSourceId(const std::string &dataSourceId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getDataSourceId() const;
|
||||
void setDataSourceId(const std::string &dataSourceId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string dataSourceId_;
|
||||
std::string signType_;
|
||||
std::string dataSourceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -37,10 +37,10 @@ namespace AlibabaCloud
|
||||
std::string modifyUser;
|
||||
std::string modifiedTime;
|
||||
std::string usergroupDesc;
|
||||
std::string identifiedPath;
|
||||
std::string createTime;
|
||||
std::string parentUsergroupId;
|
||||
std::string identifiedPath;
|
||||
std::string createUser;
|
||||
std::string parentUsergroupId;
|
||||
std::string usergroupName;
|
||||
std::string usergroupId;
|
||||
};
|
||||
|
||||
@@ -32,23 +32,23 @@ public:
|
||||
~ListApiDatasourceRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getKeyWord() const;
|
||||
void setKeyWord(const std::string &keyWord);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWorkspaceId() const;
|
||||
void setWorkspaceId(const std::string &workspaceId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
int pageSize_;
|
||||
std::string signType_;
|
||||
int pageNum_;
|
||||
int pageSize_;
|
||||
std::string keyWord_;
|
||||
std::string signType_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -43,8 +43,8 @@ namespace AlibabaCloud
|
||||
float dataSize;
|
||||
std::string gmtModified;
|
||||
std::string apiId;
|
||||
std::string showName;
|
||||
std::string body;
|
||||
std::string showName;
|
||||
std::string jobId;
|
||||
};
|
||||
int totalNum;
|
||||
|
||||
@@ -39,10 +39,10 @@ namespace AlibabaCloud
|
||||
std::string modifyUser;
|
||||
std::string modifiedTime;
|
||||
std::string usergroupDesc;
|
||||
std::string identifiedPath;
|
||||
std::string createTime;
|
||||
std::string parentUsergroupId;
|
||||
std::string identifiedPath;
|
||||
std::string createUser;
|
||||
std::string parentUsergroupId;
|
||||
std::string usergroupName;
|
||||
std::string usergroupId;
|
||||
};
|
||||
|
||||
@@ -30,26 +30,26 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT ListFavoriteReportsRequest : public Rpc
|
||||
public:
|
||||
ListFavoriteReportsRequest();
|
||||
~ListFavoriteReportsRequest();
|
||||
std::string getTreeType() const;
|
||||
void setTreeType(const std::string &treeType);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getTreeType() const;
|
||||
void setTreeType(const std::string &treeType);
|
||||
|
||||
private:
|
||||
std::string treeType_;
|
||||
std::string accessPoint_;
|
||||
int pageSize_;
|
||||
std::string signType_;
|
||||
std::string keyword_;
|
||||
std::string userId_;
|
||||
int pageSize_;
|
||||
std::string keyword_;
|
||||
std::string signType_;
|
||||
std::string treeType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -38,18 +38,18 @@ namespace AlibabaCloud
|
||||
{
|
||||
bool favorite;
|
||||
std::string ownerName;
|
||||
std::string ownerNum;
|
||||
std::string gmtModified;
|
||||
std::string ownerNum;
|
||||
std::string workspaceId;
|
||||
std::string name;
|
||||
std::string type;
|
||||
std::string gmtCreate;
|
||||
std::string type;
|
||||
std::string treeId;
|
||||
std::string workspaceName;
|
||||
bool hasViewAuth;
|
||||
std::string favoriteDate;
|
||||
int publishStatus;
|
||||
bool hasEditAuth;
|
||||
int publishStatus;
|
||||
};
|
||||
int totalNum;
|
||||
int pageNum;
|
||||
|
||||
@@ -34,22 +34,22 @@ public:
|
||||
void setRoleId(long roleId);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
long roleId_;
|
||||
std::string accessPoint_;
|
||||
int pageSize_;
|
||||
std::string signType_;
|
||||
int pageNum_;
|
||||
int pageSize_;
|
||||
std::string keyword_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,30 +32,30 @@ public:
|
||||
~ListRecentViewReportsRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getOffsetDay() const;
|
||||
void setOffsetDay(int offsetDay);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
std::string getQueryMode() const;
|
||||
void setQueryMode(const std::string &queryMode);
|
||||
std::string getTreeType() const;
|
||||
void setTreeType(const std::string &treeType);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getQueryMode() const;
|
||||
void setQueryMode(const std::string &queryMode);
|
||||
std::string getTreeType() const;
|
||||
void setTreeType(const std::string &treeType);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
int offsetDay_;
|
||||
std::string userId_;
|
||||
std::string queryMode_;
|
||||
std::string treeType_;
|
||||
int pageSize_;
|
||||
std::string keyword_;
|
||||
std::string signType_;
|
||||
std::string queryMode_;
|
||||
std::string treeType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -39,18 +39,18 @@ namespace AlibabaCloud
|
||||
bool favorite;
|
||||
std::string latestViewTime;
|
||||
std::string ownerName;
|
||||
std::string ownerNum;
|
||||
std::string gmtModified;
|
||||
std::string ownerNum;
|
||||
std::string workspaceId;
|
||||
long viewCount;
|
||||
std::string name;
|
||||
std::string type;
|
||||
std::string gmtCreate;
|
||||
std::string type;
|
||||
std::string treeId;
|
||||
std::string workspaceName;
|
||||
bool hasViewAuth;
|
||||
int publishStatus;
|
||||
bool hasEditAuth;
|
||||
int publishStatus;
|
||||
};
|
||||
int totalNum;
|
||||
int pageNum;
|
||||
|
||||
@@ -30,26 +30,26 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT ListSharedReportsRequest : public RpcSe
|
||||
public:
|
||||
ListSharedReportsRequest();
|
||||
~ListSharedReportsRequest();
|
||||
std::string getTreeType() const;
|
||||
void setTreeType(const std::string &treeType);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getTreeType() const;
|
||||
void setTreeType(const std::string &treeType);
|
||||
|
||||
private:
|
||||
std::string treeType_;
|
||||
std::string accessPoint_;
|
||||
int pageSize_;
|
||||
std::string signType_;
|
||||
std::string keyword_;
|
||||
std::string userId_;
|
||||
int pageSize_;
|
||||
std::string keyword_;
|
||||
std::string signType_;
|
||||
std::string treeType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -38,17 +38,17 @@ namespace AlibabaCloud
|
||||
{
|
||||
bool favorite;
|
||||
std::string ownerName;
|
||||
std::string ownerNum;
|
||||
std::string gmtModified;
|
||||
std::string ownerNum;
|
||||
std::string workspaceId;
|
||||
std::string name;
|
||||
std::string type;
|
||||
std::string gmtCreate;
|
||||
std::string type;
|
||||
std::string treeId;
|
||||
std::string workspaceName;
|
||||
bool hasViewAuth;
|
||||
int publishStatus;
|
||||
bool hasEditAuth;
|
||||
int publishStatus;
|
||||
};
|
||||
int totalNum;
|
||||
int pageNum;
|
||||
|
||||
@@ -37,10 +37,10 @@ namespace AlibabaCloud
|
||||
std::string modifyUser;
|
||||
std::string modifiedTime;
|
||||
std::string usergroupDesc;
|
||||
std::string identifiedPath;
|
||||
std::string createTime;
|
||||
std::string parentUsergroupId;
|
||||
std::string identifiedPath;
|
||||
std::string createUser;
|
||||
std::string parentUsergroupId;
|
||||
std::string usergroupName;
|
||||
std::string usergroupId;
|
||||
};
|
||||
|
||||
@@ -34,24 +34,24 @@ public:
|
||||
void setRoleId(long roleId);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWorkspaceId() const;
|
||||
void setWorkspaceId(const std::string &workspaceId);
|
||||
|
||||
private:
|
||||
long roleId_;
|
||||
std::string accessPoint_;
|
||||
int pageSize_;
|
||||
std::string signType_;
|
||||
int pageNum_;
|
||||
int pageSize_;
|
||||
std::string keyword_;
|
||||
std::string signType_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -32,8 +32,6 @@ public:
|
||||
~ModifyCopilotEmbedConfigRequest();
|
||||
std::string getCopilotId() const;
|
||||
void setCopilotId(const std::string &copilotId);
|
||||
std::string getAgentName() const;
|
||||
void setAgentName(const std::string &agentName);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getDataRange() const;
|
||||
@@ -42,14 +40,16 @@ public:
|
||||
void setModuleName(const std::string &moduleName);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getAgentName() const;
|
||||
void setAgentName(const std::string &agentName);
|
||||
|
||||
private:
|
||||
std::string copilotId_;
|
||||
std::string agentName_;
|
||||
std::string accessPoint_;
|
||||
std::string dataRange_;
|
||||
std::string moduleName_;
|
||||
std::string signType_;
|
||||
std::string agentName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,23 +32,23 @@ public:
|
||||
~QueryApprovalInfoRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getPage() const;
|
||||
void setPage(int page);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
int getStatus() const;
|
||||
void setStatus(int status);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string userId_;
|
||||
int pageSize_;
|
||||
std::string signType_;
|
||||
int page_;
|
||||
std::string userId_;
|
||||
int status_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -57,8 +57,8 @@ namespace AlibabaCloud
|
||||
int start;
|
||||
int total;
|
||||
std::vector<ApprovalsResultModel> data;
|
||||
int totalPages;
|
||||
int page;
|
||||
int totalPages;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -32,16 +32,16 @@ public:
|
||||
~QueryAuditLogRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getStartDate() const;
|
||||
void setStartDate(const std::string &startDate);
|
||||
std::string getLogType() const;
|
||||
void setLogType(const std::string &logType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getResourceType() const;
|
||||
void setResourceType(const std::string &resourceType);
|
||||
std::string getOperatorTypes() const;
|
||||
void setOperatorTypes(const std::string &operatorTypes);
|
||||
std::string getLogType() const;
|
||||
void setLogType(const std::string &logType);
|
||||
std::string getEndDate() const;
|
||||
void setEndDate(const std::string &endDate);
|
||||
std::string getOperatorId() const;
|
||||
@@ -51,11 +51,11 @@ public:
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string startDate_;
|
||||
std::string logType_;
|
||||
std::string signType_;
|
||||
std::string resourceType_;
|
||||
std::string operatorTypes_;
|
||||
std::string logType_;
|
||||
std::string endDate_;
|
||||
std::string operatorId_;
|
||||
std::string workspaceId_;
|
||||
|
||||
@@ -35,10 +35,10 @@ namespace AlibabaCloud
|
||||
struct LogApiResultModel
|
||||
{
|
||||
std::string operatorAccountName;
|
||||
std::string operatorName;
|
||||
std::string gmtCreate;
|
||||
std::string workspaceId;
|
||||
std::string operatorName;
|
||||
std::string targetType;
|
||||
std::string workspaceId;
|
||||
std::string targetName;
|
||||
std::string operatorType;
|
||||
};
|
||||
|
||||
@@ -34,30 +34,30 @@ public:
|
||||
void setReportId(const std::string &reportId);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
std::string getResourceType() const;
|
||||
void setResourceType(const std::string &resourceType);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
int getCostTimeAvgMin() const;
|
||||
void setCostTimeAvgMin(int costTimeAvgMin);
|
||||
std::string getQueryType() const;
|
||||
void setQueryType(const std::string &queryType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getResourceType() const;
|
||||
void setResourceType(const std::string &resourceType);
|
||||
std::string getWorkspaceId() const;
|
||||
void setWorkspaceId(const std::string &workspaceId);
|
||||
|
||||
private:
|
||||
std::string reportId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
int pageNum_;
|
||||
std::string resourceType_;
|
||||
int pageSize_;
|
||||
int costTimeAvgMin_;
|
||||
std::string queryType_;
|
||||
std::string signType_;
|
||||
std::string resourceType_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -44,20 +44,20 @@ namespace AlibabaCloud
|
||||
int queryTimeoutCount;
|
||||
int cacheQueryCount;
|
||||
double cacheCostTimeAvg;
|
||||
double quickIndexCostTimeAvg;
|
||||
double queryCountAvg;
|
||||
double quickIndexCostTimeAvg;
|
||||
std::string reportName;
|
||||
double costTimeAvg;
|
||||
int queryCount;
|
||||
std::string workspaceName;
|
||||
std::string componentName;
|
||||
double repeatQueryPercentNum;
|
||||
int repeatSqlQueryCount;
|
||||
double queryOverFivePercentNum;
|
||||
std::string queryOverFiveSecPercent;
|
||||
double repeatQueryPercentNum;
|
||||
int repeatSqlQueryCount;
|
||||
std::string componentId;
|
||||
std::string reportType;
|
||||
std::string repeatQueryPercent;
|
||||
std::string reportType;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -46,8 +46,8 @@ namespace AlibabaCloud
|
||||
std::string createUser;
|
||||
DataRange dataRange;
|
||||
std::string agentName;
|
||||
std::string showName;
|
||||
std::string createUserName;
|
||||
std::string showName;
|
||||
std::string copilotId;
|
||||
};
|
||||
|
||||
|
||||
@@ -46,16 +46,16 @@ namespace AlibabaCloud
|
||||
int queryTimeoutCount;
|
||||
int cacheQueryCount;
|
||||
double cacheCostTimeAvg;
|
||||
double quickIndexCostTimeAvg;
|
||||
double queryCountAvg;
|
||||
double quickIndexCostTimeAvg;
|
||||
std::string cubeName;
|
||||
double costTimeAvg;
|
||||
int queryCount;
|
||||
std::string workspaceName;
|
||||
double repeatQueryPercentNum;
|
||||
int repeatSqlQueryCount;
|
||||
double queryOverFivePercentNum;
|
||||
std::string queryOverFiveSecPercent;
|
||||
double repeatQueryPercentNum;
|
||||
int repeatSqlQueryCount;
|
||||
std::string repeatQueryPercent;
|
||||
};
|
||||
std::string adviceType;
|
||||
|
||||
@@ -32,8 +32,6 @@ public:
|
||||
~QueryCubePerformanceRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
int getPageSize() const;
|
||||
@@ -44,17 +42,19 @@ public:
|
||||
void setQueryType(const std::string &queryType);
|
||||
std::string getCubeId() const;
|
||||
void setCubeId(const std::string &cubeId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWorkspaceId() const;
|
||||
void setWorkspaceId(const std::string &workspaceId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
int pageNum_;
|
||||
int pageSize_;
|
||||
int costTimeAvgMin_;
|
||||
std::string queryType_;
|
||||
std::string cubeId_;
|
||||
std::string signType_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -44,16 +44,16 @@ namespace AlibabaCloud
|
||||
int queryTimeoutCount;
|
||||
int cacheQueryCount;
|
||||
double cacheCostTimeAvg;
|
||||
double quickIndexCostTimeAvg;
|
||||
double queryCountAvg;
|
||||
double quickIndexCostTimeAvg;
|
||||
std::string cubeName;
|
||||
double costTimeAvg;
|
||||
int queryCount;
|
||||
std::string workspaceName;
|
||||
double repeatQueryPercentNum;
|
||||
int repeatSqlQueryCount;
|
||||
double queryOverFivePercentNum;
|
||||
std::string queryOverFiveSecPercent;
|
||||
double repeatQueryPercentNum;
|
||||
int repeatSqlQueryCount;
|
||||
std::string repeatQueryPercent;
|
||||
};
|
||||
|
||||
|
||||
@@ -30,25 +30,25 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT QueryDataRequest : public RpcServiceReq
|
||||
public:
|
||||
QueryDataRequest();
|
||||
~QueryDataRequest();
|
||||
std::string getReturnFields() const;
|
||||
void setReturnFields(const std::string &returnFields);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getConditions() const;
|
||||
void setConditions(const std::string &conditions);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getReturnFields() const;
|
||||
void setReturnFields(const std::string &returnFields);
|
||||
std::string getConditions() const;
|
||||
void setConditions(const std::string &conditions);
|
||||
std::string getApiId() const;
|
||||
void setApiId(const std::string &apiId);
|
||||
|
||||
private:
|
||||
std::string returnFields_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string conditions_;
|
||||
std::string userId_;
|
||||
std::string signType_;
|
||||
std::string returnFields_;
|
||||
std::string conditions_;
|
||||
std::string apiId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -39,8 +39,8 @@ namespace AlibabaCloud
|
||||
std::string type;
|
||||
std::string column;
|
||||
std::string label;
|
||||
std::string dataType;
|
||||
std::string aggregator;
|
||||
std::string dataType;
|
||||
std::string granularity;
|
||||
};
|
||||
std::vector<HeadersItem> headers;
|
||||
|
||||
@@ -30,26 +30,26 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT QueryDataServiceListRequest : public Rp
|
||||
public:
|
||||
QueryDataServiceListRequest();
|
||||
~QueryDataServiceListRequest();
|
||||
int getPageNo() const;
|
||||
void setPageNo(int pageNo);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getName() const;
|
||||
void setName(const std::string &name);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
int getPageNo() const;
|
||||
void setPageNo(int pageNo);
|
||||
std::string getName() const;
|
||||
void setName(const std::string &name);
|
||||
|
||||
private:
|
||||
int pageNo_;
|
||||
std::string accessPoint_;
|
||||
std::string name_;
|
||||
std::string userId_;
|
||||
int pageSize_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
int pageNo_;
|
||||
std::string name_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -72,10 +72,10 @@ namespace AlibabaCloud
|
||||
std::string cubeId;
|
||||
std::string creatorId;
|
||||
std::string modifierName;
|
||||
std::string workspaceId;
|
||||
std::string gmtModified;
|
||||
std::string sid;
|
||||
std::string workspaceId;
|
||||
std::string name;
|
||||
std::string sid;
|
||||
std::string desc;
|
||||
std::string gmtCreate;
|
||||
std::string ownerId;
|
||||
|
||||
@@ -30,21 +30,21 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT QueryDataServiceRequest : public RpcSer
|
||||
public:
|
||||
QueryDataServiceRequest();
|
||||
~QueryDataServiceRequest();
|
||||
std::string getReturnFields() const;
|
||||
void setReturnFields(const std::string &returnFields);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getReturnFields() const;
|
||||
void setReturnFields(const std::string &returnFields);
|
||||
std::string getConditions() const;
|
||||
void setConditions(const std::string &conditions);
|
||||
std::string getApiId() const;
|
||||
void setApiId(const std::string &apiId);
|
||||
|
||||
private:
|
||||
std::string returnFields_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string returnFields_;
|
||||
std::string conditions_;
|
||||
std::string apiId_;
|
||||
};
|
||||
|
||||
@@ -39,8 +39,8 @@ namespace AlibabaCloud
|
||||
std::string type;
|
||||
std::string column;
|
||||
std::string label;
|
||||
std::string dataType;
|
||||
std::string aggregator;
|
||||
std::string dataType;
|
||||
std::string granularity;
|
||||
};
|
||||
std::vector<HeadersItem> headers;
|
||||
|
||||
@@ -32,15 +32,15 @@ public:
|
||||
~QueryDatasetDetailInfoRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getDatasetId() const;
|
||||
void setDatasetId(const std::string &datasetId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getDatasetId() const;
|
||||
void setDatasetId(const std::string &datasetId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string datasetId_;
|
||||
std::string signType_;
|
||||
std::string datasetId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,15 +32,15 @@ public:
|
||||
~QueryDatasetInfoRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getDatasetId() const;
|
||||
void setDatasetId(const std::string &datasetId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getDatasetId() const;
|
||||
void setDatasetId(const std::string &datasetId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string datasetId_;
|
||||
std::string signType_;
|
||||
std::string datasetId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -37,8 +37,8 @@ namespace AlibabaCloud
|
||||
struct Directory
|
||||
{
|
||||
std::string pathId;
|
||||
std::string pathName;
|
||||
std::string id;
|
||||
std::string pathName;
|
||||
std::string name;
|
||||
};
|
||||
struct CubeTableListItem
|
||||
@@ -62,6 +62,7 @@ namespace AlibabaCloud
|
||||
std::string tableUniqueId;
|
||||
std::string granularity;
|
||||
std::string caption;
|
||||
std::string fieldDescription;
|
||||
std::string factColumn;
|
||||
};
|
||||
struct MeasureListItem
|
||||
@@ -72,21 +73,22 @@ namespace AlibabaCloud
|
||||
std::string measureType;
|
||||
std::string tableUniqueId;
|
||||
std::string caption;
|
||||
std::string fieldDescription;
|
||||
std::string factColumn;
|
||||
};
|
||||
bool openOfflineAcceleration;
|
||||
std::string ownerName;
|
||||
std::string workspaceId;
|
||||
bool rowLevel;
|
||||
std::string dsId;
|
||||
bool custimzeSql;
|
||||
std::string dsType;
|
||||
std::string dsId;
|
||||
std::string datasetId;
|
||||
std::string dsType;
|
||||
std::vector<MeasureListItem> measureList;
|
||||
std::string gmtCreate;
|
||||
std::string ownerId;
|
||||
std::string gmtModify;
|
||||
std::string datasetName;
|
||||
std::string gmtModify;
|
||||
std::vector<DimensionListItem> dimensionList;
|
||||
std::string dsName;
|
||||
std::string workspaceName;
|
||||
|
||||
@@ -32,8 +32,6 @@ public:
|
||||
~QueryDatasetListRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
int getPageSize() const;
|
||||
@@ -44,17 +42,19 @@ public:
|
||||
void setWithChildren(bool withChildren);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWorkspaceId() const;
|
||||
void setWorkspaceId(const std::string &workspaceId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
int pageNum_;
|
||||
int pageSize_;
|
||||
std::string directoryId_;
|
||||
bool withChildren_;
|
||||
std::string keyword_;
|
||||
std::string signType_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -45,8 +45,8 @@ namespace AlibabaCloud
|
||||
struct Directory
|
||||
{
|
||||
std::string pathId;
|
||||
std::string pathName;
|
||||
std::string id;
|
||||
std::string pathName;
|
||||
std::string name;
|
||||
};
|
||||
std::string modifyTime;
|
||||
|
||||
@@ -30,17 +30,17 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT QueryEmbeddedStatusRequest : public Rpc
|
||||
public:
|
||||
QueryEmbeddedStatusRequest();
|
||||
~QueryEmbeddedStatusRequest();
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
|
||||
private:
|
||||
std::string worksId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string worksId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,24 +32,24 @@ public:
|
||||
~QueryOrganizationWorkspaceListRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
int pageSize_;
|
||||
std::string signType_;
|
||||
std::string keyword_;
|
||||
int pageNum_;
|
||||
std::string userId_;
|
||||
int pageSize_;
|
||||
std::string keyword_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -37,8 +37,8 @@ namespace AlibabaCloud
|
||||
struct Directory
|
||||
{
|
||||
std::string pathId;
|
||||
std::string pathName;
|
||||
std::string id;
|
||||
std::string pathName;
|
||||
std::string name;
|
||||
};
|
||||
int status;
|
||||
|
||||
@@ -34,30 +34,30 @@ public:
|
||||
void setReportId(const std::string &reportId);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
std::string getResourceType() const;
|
||||
void setResourceType(const std::string &resourceType);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
int getCostTimeAvgMin() const;
|
||||
void setCostTimeAvgMin(int costTimeAvgMin);
|
||||
std::string getQueryType() const;
|
||||
void setQueryType(const std::string &queryType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getResourceType() const;
|
||||
void setResourceType(const std::string &resourceType);
|
||||
std::string getWorkspaceId() const;
|
||||
void setWorkspaceId(const std::string &workspaceId);
|
||||
|
||||
private:
|
||||
std::string reportId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
int pageNum_;
|
||||
std::string resourceType_;
|
||||
int pageSize_;
|
||||
int costTimeAvgMin_;
|
||||
std::string queryType_;
|
||||
std::string signType_;
|
||||
std::string resourceType_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -44,19 +44,19 @@ namespace AlibabaCloud
|
||||
int queryTimeoutCount;
|
||||
int cacheQueryCount;
|
||||
double cacheCostTimeAvg;
|
||||
double quickIndexCostTimeAvg;
|
||||
double queryCountAvg;
|
||||
double quickIndexCostTimeAvg;
|
||||
std::string reportName;
|
||||
int componentQueryCount;
|
||||
double costTimeAvg;
|
||||
int queryCount;
|
||||
std::string workspaceName;
|
||||
double repeatQueryPercentNum;
|
||||
int repeatSqlQueryCount;
|
||||
double queryOverFivePercentNum;
|
||||
std::string queryOverFiveSecPercent;
|
||||
std::string reportType;
|
||||
double repeatQueryPercentNum;
|
||||
int repeatSqlQueryCount;
|
||||
std::string repeatQueryPercent;
|
||||
std::string reportType;
|
||||
double componentQueryCountAvg;
|
||||
};
|
||||
|
||||
|
||||
@@ -37,8 +37,8 @@ namespace AlibabaCloud
|
||||
struct Directory
|
||||
{
|
||||
std::string pathId;
|
||||
std::string pathName;
|
||||
std::string id;
|
||||
std::string pathName;
|
||||
std::string name;
|
||||
};
|
||||
int status;
|
||||
|
||||
@@ -34,8 +34,8 @@ namespace AlibabaCloud
|
||||
public:
|
||||
struct Result
|
||||
{
|
||||
int usedTicketNum;
|
||||
std::string cmptId;
|
||||
int usedTicketNum;
|
||||
int maxTicketNum;
|
||||
std::string registerTime;
|
||||
std::string accessTicket;
|
||||
|
||||
@@ -37,8 +37,8 @@ namespace AlibabaCloud
|
||||
std::string parentUserGroupId;
|
||||
std::string modifyUser;
|
||||
std::string modifiedTime;
|
||||
std::string identifiedPath;
|
||||
std::string createTime;
|
||||
std::string identifiedPath;
|
||||
std::string userGroupId;
|
||||
std::string userGroupName;
|
||||
std::string createUser;
|
||||
|
||||
@@ -35,10 +35,10 @@ namespace AlibabaCloud
|
||||
struct Result
|
||||
{
|
||||
std::vector<std::string> roleIdList;
|
||||
std::string email;
|
||||
std::string accountId;
|
||||
std::string userId;
|
||||
std::string email;
|
||||
std::string phone;
|
||||
std::string userId;
|
||||
bool adminUser;
|
||||
std::string nickName;
|
||||
int userType;
|
||||
|
||||
@@ -35,10 +35,10 @@ namespace AlibabaCloud
|
||||
struct Result
|
||||
{
|
||||
std::vector<std::string> roleIdList;
|
||||
std::string email;
|
||||
std::string accountId;
|
||||
std::string userId;
|
||||
std::string email;
|
||||
std::string phone;
|
||||
std::string userId;
|
||||
bool adminUser;
|
||||
std::string nickName;
|
||||
int userType;
|
||||
|
||||
@@ -30,26 +30,26 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT QueryUserListRequest : public RpcServic
|
||||
public:
|
||||
QueryUserListRequest();
|
||||
~QueryUserListRequest();
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
int getAccountType() const;
|
||||
void setAccountType(int accountType);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
int pageSize_;
|
||||
int accountType_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string keyword_;
|
||||
int pageNum_;
|
||||
int pageSize_;
|
||||
std::string keyword_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -38,14 +38,14 @@ namespace AlibabaCloud
|
||||
{
|
||||
long lastLoginTime;
|
||||
std::vector<std::string> roleIdList;
|
||||
std::string email;
|
||||
std::string accountId;
|
||||
std::string userId;
|
||||
std::string email;
|
||||
std::string phone;
|
||||
std::string userId;
|
||||
bool adminUser;
|
||||
std::string nickName;
|
||||
int userType;
|
||||
long joinedDate;
|
||||
int userType;
|
||||
bool authAdminUser;
|
||||
std::string accountName;
|
||||
};
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT QueryWorksBloodRelationshipRequest : pu
|
||||
public:
|
||||
QueryWorksBloodRelationshipRequest();
|
||||
~QueryWorksBloodRelationshipRequest();
|
||||
std::string getApiLevel() const;
|
||||
void setApiLevel(const std::string &apiLevel);
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getApiLevel() const;
|
||||
void setApiLevel(const std::string &apiLevel);
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
|
||||
private:
|
||||
std::string apiLevel_;
|
||||
std::string worksId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string apiLevel_;
|
||||
std::string worksId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -36,8 +36,8 @@ namespace AlibabaCloud
|
||||
{
|
||||
struct QueryParam
|
||||
{
|
||||
std::string pathId;
|
||||
std::string areaName;
|
||||
std::string pathId;
|
||||
std::string uid;
|
||||
bool isMeasure;
|
||||
std::string areaId;
|
||||
|
||||
@@ -30,28 +30,28 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT QueryWorksByOrganizationRequest : publi
|
||||
public:
|
||||
QueryWorksByOrganizationRequest();
|
||||
~QueryWorksByOrganizationRequest();
|
||||
std::string getWorksType() const;
|
||||
void setWorksType(const std::string &worksType);
|
||||
int getThirdPartAuthFlag() const;
|
||||
void setThirdPartAuthFlag(int thirdPartAuthFlag);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getWorksType() const;
|
||||
void setWorksType(const std::string &worksType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getStatus() const;
|
||||
void setStatus(int status);
|
||||
|
||||
private:
|
||||
std::string worksType_;
|
||||
int thirdPartAuthFlag_;
|
||||
std::string accessPoint_;
|
||||
int pageSize_;
|
||||
std::string signType_;
|
||||
int pageNum_;
|
||||
int pageSize_;
|
||||
std::string worksType_;
|
||||
std::string signType_;
|
||||
int status_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -39,8 +39,8 @@ namespace AlibabaCloud
|
||||
struct Directory
|
||||
{
|
||||
std::string pathId;
|
||||
std::string pathName;
|
||||
std::string id;
|
||||
std::string pathName;
|
||||
std::string name;
|
||||
};
|
||||
int status;
|
||||
|
||||
@@ -30,30 +30,30 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT QueryWorksByWorkspaceRequest : public R
|
||||
public:
|
||||
QueryWorksByWorkspaceRequest();
|
||||
~QueryWorksByWorkspaceRequest();
|
||||
std::string getWorksType() const;
|
||||
void setWorksType(const std::string &worksType);
|
||||
int getThirdPartAuthFlag() const;
|
||||
void setThirdPartAuthFlag(int thirdPartAuthFlag);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getWorksType() const;
|
||||
void setWorksType(const std::string &worksType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWorkspaceId() const;
|
||||
void setWorkspaceId(const std::string &workspaceId);
|
||||
int getStatus() const;
|
||||
void setStatus(int status);
|
||||
|
||||
private:
|
||||
std::string worksType_;
|
||||
int thirdPartAuthFlag_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
int pageNum_;
|
||||
int pageSize_;
|
||||
std::string worksType_;
|
||||
std::string signType_;
|
||||
std::string workspaceId_;
|
||||
int status_;
|
||||
};
|
||||
|
||||
@@ -39,8 +39,8 @@ namespace AlibabaCloud
|
||||
struct Directory
|
||||
{
|
||||
std::string pathId;
|
||||
std::string pathName;
|
||||
std::string id;
|
||||
std::string pathName;
|
||||
std::string name;
|
||||
};
|
||||
int status;
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT QueryWorksRequest : public RpcServiceRe
|
||||
public:
|
||||
QueryWorksRequest();
|
||||
~QueryWorksRequest();
|
||||
std::string getApiLevel() const;
|
||||
void setApiLevel(const std::string &apiLevel);
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getApiLevel() const;
|
||||
void setApiLevel(const std::string &apiLevel);
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
|
||||
private:
|
||||
std::string apiLevel_;
|
||||
std::string worksId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string apiLevel_;
|
||||
std::string worksId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -52,8 +52,8 @@ namespace AlibabaCloud
|
||||
std::string gmtCreate;
|
||||
std::string ownerId;
|
||||
std::string gmtModify;
|
||||
std::string workName;
|
||||
std::string securityLevel;
|
||||
std::string workName;
|
||||
std::string workspaceName;
|
||||
bool publicFlag;
|
||||
std::string worksId;
|
||||
|
||||
@@ -32,23 +32,23 @@ public:
|
||||
~QueryWorkspaceUserListRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWorkspaceId() const;
|
||||
void setWorkspaceId(const std::string &workspaceId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
int pageSize_;
|
||||
std::string signType_;
|
||||
std::string keyword_;
|
||||
int pageNum_;
|
||||
int pageSize_;
|
||||
std::string keyword_;
|
||||
std::string signType_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -43,10 +43,10 @@ namespace AlibabaCloud
|
||||
long roleId;
|
||||
};
|
||||
Role role;
|
||||
std::string email;
|
||||
std::string accountId;
|
||||
std::string userId;
|
||||
std::string email;
|
||||
std::string phone;
|
||||
std::string userId;
|
||||
std::string nickName;
|
||||
std::string accountName;
|
||||
};
|
||||
|
||||
@@ -30,8 +30,6 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT SaveFavoritesRequest : public RpcServic
|
||||
public:
|
||||
SaveFavoritesRequest();
|
||||
~SaveFavoritesRequest();
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
std::string getWorksType() const;
|
||||
void setWorksType(const std::string &worksType);
|
||||
std::string getAccessPoint() const;
|
||||
@@ -40,13 +38,15 @@ public:
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
|
||||
private:
|
||||
std::string worksId_;
|
||||
std::string worksType_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
std::string worksId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,17 +30,17 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT SetDataLevelPermissionWhiteListRequest
|
||||
public:
|
||||
SetDataLevelPermissionWhiteListRequest();
|
||||
~SetDataLevelPermissionWhiteListRequest();
|
||||
std::string getWhiteListModel() const;
|
||||
void setWhiteListModel(const std::string &whiteListModel);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWhiteListModel() const;
|
||||
void setWhiteListModel(const std::string &whiteListModel);
|
||||
|
||||
private:
|
||||
std::string whiteListModel_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string whiteListModel_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT UpdateEmbeddedStatusRequest : public Rp
|
||||
public:
|
||||
UpdateEmbeddedStatusRequest();
|
||||
~UpdateEmbeddedStatusRequest();
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
bool getThirdPartAuthFlag() const;
|
||||
void setThirdPartAuthFlag(bool thirdPartAuthFlag);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
|
||||
private:
|
||||
std::string worksId_;
|
||||
bool thirdPartAuthFlag_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string worksId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -34,16 +34,16 @@ public:
|
||||
void setTicket(const std::string &ticket);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getTicketNum() const;
|
||||
void setTicketNum(int ticketNum);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getTicketNum() const;
|
||||
void setTicketNum(int ticketNum);
|
||||
|
||||
private:
|
||||
std::string ticket_;
|
||||
std::string accessPoint_;
|
||||
int ticketNum_;
|
||||
std::string signType_;
|
||||
int ticketNum_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -36,38 +36,38 @@ public:
|
||||
void setAccountType(int accountType);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getUserType() const;
|
||||
void setUserType(int userType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
bool getIsDeleted() const;
|
||||
void setIsDeleted(bool isDeleted);
|
||||
std::string getRoleIds() const;
|
||||
void setRoleIds(const std::string &roleIds);
|
||||
std::string getPhone() const;
|
||||
void setPhone(const std::string &phone);
|
||||
std::string getNickName() const;
|
||||
void setNickName(const std::string &nickName);
|
||||
bool getAuthAdminUser() const;
|
||||
void setAuthAdminUser(bool authAdminUser);
|
||||
std::string getEmail() const;
|
||||
void setEmail(const std::string &email);
|
||||
int getUserType() const;
|
||||
void setUserType(int userType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getPhone() const;
|
||||
void setPhone(const std::string &phone);
|
||||
|
||||
private:
|
||||
bool adminUser_;
|
||||
int accountType_;
|
||||
std::string accessPoint_;
|
||||
int userType_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
bool isDeleted_;
|
||||
std::string roleIds_;
|
||||
std::string phone_;
|
||||
std::string nickName_;
|
||||
bool authAdminUser_;
|
||||
std::string email_;
|
||||
int userType_;
|
||||
std::string signType_;
|
||||
std::string phone_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,23 +30,23 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT UpdateUserTagMetaRequest : public RpcSe
|
||||
public:
|
||||
UpdateUserTagMetaRequest();
|
||||
~UpdateUserTagMetaRequest();
|
||||
std::string getTagDescription() const;
|
||||
void setTagDescription(const std::string &tagDescription);
|
||||
std::string getTagName() const;
|
||||
void setTagName(const std::string &tagName);
|
||||
std::string getTagId() const;
|
||||
void setTagId(const std::string &tagId);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getTagDescription() const;
|
||||
void setTagDescription(const std::string &tagDescription);
|
||||
std::string getTagName() const;
|
||||
void setTagName(const std::string &tagName);
|
||||
|
||||
private:
|
||||
std::string tagDescription_;
|
||||
std::string tagName_;
|
||||
std::string tagId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string tagDescription_;
|
||||
std::string tagName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,22 +30,22 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT UpdateWorkspaceUsersRoleRequest : publi
|
||||
public:
|
||||
UpdateWorkspaceUsersRoleRequest();
|
||||
~UpdateWorkspaceUsersRoleRequest();
|
||||
std::string getUserIds() const;
|
||||
void setUserIds(const std::string &userIds);
|
||||
long getRoleId() const;
|
||||
void setRoleId(long roleId);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserIds() const;
|
||||
void setUserIds(const std::string &userIds);
|
||||
std::string getWorkspaceId() const;
|
||||
void setWorkspaceId(const std::string &workspaceId);
|
||||
|
||||
private:
|
||||
std::string userIds_;
|
||||
long roleId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userIds_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -34,15 +34,6 @@ void AddDataLevelPermissionWhiteListRequest::setTargetType(const std::string &ta
|
||||
setParameter(std::string("TargetType"), targetType);
|
||||
}
|
||||
|
||||
std::string AddDataLevelPermissionWhiteListRequest::getTargetIds() const {
|
||||
return targetIds_;
|
||||
}
|
||||
|
||||
void AddDataLevelPermissionWhiteListRequest::setTargetIds(const std::string &targetIds) {
|
||||
targetIds_ = targetIds;
|
||||
setParameter(std::string("TargetIds"), targetIds);
|
||||
}
|
||||
|
||||
std::string AddDataLevelPermissionWhiteListRequest::getClientToken() const {
|
||||
return clientToken_;
|
||||
}
|
||||
@@ -52,15 +43,6 @@ void AddDataLevelPermissionWhiteListRequest::setClientToken(const std::string &c
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string AddDataLevelPermissionWhiteListRequest::getRuleType() const {
|
||||
return ruleType_;
|
||||
}
|
||||
|
||||
void AddDataLevelPermissionWhiteListRequest::setRuleType(const std::string &ruleType) {
|
||||
ruleType_ = ruleType;
|
||||
setParameter(std::string("RuleType"), ruleType);
|
||||
}
|
||||
|
||||
std::string AddDataLevelPermissionWhiteListRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -70,6 +52,33 @@ void AddDataLevelPermissionWhiteListRequest::setAccessPoint(const std::string &a
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string AddDataLevelPermissionWhiteListRequest::getCubeId() const {
|
||||
return cubeId_;
|
||||
}
|
||||
|
||||
void AddDataLevelPermissionWhiteListRequest::setCubeId(const std::string &cubeId) {
|
||||
cubeId_ = cubeId;
|
||||
setParameter(std::string("CubeId"), cubeId);
|
||||
}
|
||||
|
||||
std::string AddDataLevelPermissionWhiteListRequest::getTargetIds() const {
|
||||
return targetIds_;
|
||||
}
|
||||
|
||||
void AddDataLevelPermissionWhiteListRequest::setTargetIds(const std::string &targetIds) {
|
||||
targetIds_ = targetIds;
|
||||
setParameter(std::string("TargetIds"), targetIds);
|
||||
}
|
||||
|
||||
std::string AddDataLevelPermissionWhiteListRequest::getRuleType() const {
|
||||
return ruleType_;
|
||||
}
|
||||
|
||||
void AddDataLevelPermissionWhiteListRequest::setRuleType(const std::string &ruleType) {
|
||||
ruleType_ = ruleType;
|
||||
setParameter(std::string("RuleType"), ruleType);
|
||||
}
|
||||
|
||||
std::string AddDataLevelPermissionWhiteListRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
@@ -88,12 +97,3 @@ void AddDataLevelPermissionWhiteListRequest::setOperateType(const std::string &o
|
||||
setParameter(std::string("OperateType"), operateType);
|
||||
}
|
||||
|
||||
std::string AddDataLevelPermissionWhiteListRequest::getCubeId() const {
|
||||
return cubeId_;
|
||||
}
|
||||
|
||||
void AddDataLevelPermissionWhiteListRequest::setCubeId(const std::string &cubeId) {
|
||||
cubeId_ = cubeId;
|
||||
setParameter(std::string("CubeId"), cubeId);
|
||||
}
|
||||
|
||||
|
||||
@@ -43,6 +43,15 @@ void AddShareReportRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
long AddShareReportRequest::getExpireDate() const {
|
||||
return expireDate_;
|
||||
}
|
||||
|
||||
void AddShareReportRequest::setExpireDate(long expireDate) {
|
||||
expireDate_ = expireDate;
|
||||
setParameter(std::string("ExpireDate"), std::to_string(expireDate));
|
||||
}
|
||||
|
||||
int AddShareReportRequest::getAuthPoint() const {
|
||||
return authPoint_;
|
||||
}
|
||||
@@ -61,15 +70,6 @@ void AddShareReportRequest::setSignType(const std::string &signType) {
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
long AddShareReportRequest::getExpireDate() const {
|
||||
return expireDate_;
|
||||
}
|
||||
|
||||
void AddShareReportRequest::setExpireDate(long expireDate) {
|
||||
expireDate_ = expireDate;
|
||||
setParameter(std::string("ExpireDate"), std::to_string(expireDate));
|
||||
}
|
||||
|
||||
int AddShareReportRequest::getShareToType() const {
|
||||
return shareToType_;
|
||||
}
|
||||
|
||||
@@ -61,24 +61,6 @@ void AddUserRequest::setAccountType(int accountType) {
|
||||
setParameter(std::string("AccountType"), std::to_string(accountType));
|
||||
}
|
||||
|
||||
int AddUserRequest::getUserType() const {
|
||||
return userType_;
|
||||
}
|
||||
|
||||
void AddUserRequest::setUserType(int userType) {
|
||||
userType_ = userType;
|
||||
setParameter(std::string("UserType"), std::to_string(userType));
|
||||
}
|
||||
|
||||
std::string AddUserRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void AddUserRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string AddUserRequest::getAccountId() const {
|
||||
return accountId_;
|
||||
}
|
||||
@@ -106,15 +88,6 @@ void AddUserRequest::setAccountName(const std::string &accountName) {
|
||||
setParameter(std::string("AccountName"), accountName);
|
||||
}
|
||||
|
||||
std::string AddUserRequest::getPhone() const {
|
||||
return phone_;
|
||||
}
|
||||
|
||||
void AddUserRequest::setPhone(const std::string &phone) {
|
||||
phone_ = phone;
|
||||
setParameter(std::string("Phone"), phone);
|
||||
}
|
||||
|
||||
std::string AddUserRequest::getNickName() const {
|
||||
return nickName_;
|
||||
}
|
||||
@@ -142,3 +115,30 @@ void AddUserRequest::setEmail(const std::string &email) {
|
||||
setParameter(std::string("Email"), email);
|
||||
}
|
||||
|
||||
int AddUserRequest::getUserType() const {
|
||||
return userType_;
|
||||
}
|
||||
|
||||
void AddUserRequest::setUserType(int userType) {
|
||||
userType_ = userType;
|
||||
setParameter(std::string("UserType"), std::to_string(userType));
|
||||
}
|
||||
|
||||
std::string AddUserRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void AddUserRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string AddUserRequest::getPhone() const {
|
||||
return phone_;
|
||||
}
|
||||
|
||||
void AddUserRequest::setPhone(const std::string &phone) {
|
||||
phone_ = phone;
|
||||
setParameter(std::string("Phone"), phone);
|
||||
}
|
||||
|
||||
|
||||
@@ -40,22 +40,22 @@ void AddUserResult::parse(const std::string &payload)
|
||||
reader.parse(payload, value);
|
||||
setRequestId(value["RequestId"].asString());
|
||||
auto resultNode = value["Result"];
|
||||
if(!resultNode["UserType"].isNull())
|
||||
result_.userType = std::stoi(resultNode["UserType"].asString());
|
||||
if(!resultNode["Email"].isNull())
|
||||
result_.email = resultNode["Email"].asString();
|
||||
if(!resultNode["UserId"].isNull())
|
||||
result_.userId = resultNode["UserId"].asString();
|
||||
if(!resultNode["AuthAdminUser"].isNull())
|
||||
result_.authAdminUser = resultNode["AuthAdminUser"].asString() == "true";
|
||||
if(!resultNode["NickName"].isNull())
|
||||
result_.nickName = resultNode["NickName"].asString();
|
||||
if(!resultNode["AdminUser"].isNull())
|
||||
result_.adminUser = resultNode["AdminUser"].asString() == "true";
|
||||
if(!resultNode["Phone"].isNull())
|
||||
result_.phone = resultNode["Phone"].asString();
|
||||
if(!resultNode["AccountName"].isNull())
|
||||
result_.accountName = resultNode["AccountName"].asString();
|
||||
if(!resultNode["AdminUser"].isNull())
|
||||
result_.adminUser = resultNode["AdminUser"].asString() == "true";
|
||||
if(!resultNode["AuthAdminUser"].isNull())
|
||||
result_.authAdminUser = resultNode["AuthAdminUser"].asString() == "true";
|
||||
if(!resultNode["Email"].isNull())
|
||||
result_.email = resultNode["Email"].asString();
|
||||
if(!resultNode["NickName"].isNull())
|
||||
result_.nickName = resultNode["NickName"].asString();
|
||||
if(!resultNode["Phone"].isNull())
|
||||
result_.phone = resultNode["Phone"].asString();
|
||||
if(!resultNode["UserId"].isNull())
|
||||
result_.userId = resultNode["UserId"].asString();
|
||||
if(!resultNode["UserType"].isNull())
|
||||
result_.userType = std::stoi(resultNode["UserType"].asString());
|
||||
auto allRoleIdList = resultNode["RoleIdList"]["RoleIdList"];
|
||||
for (auto value : allRoleIdList)
|
||||
result_.roleIdList.push_back(value.asString());
|
||||
|
||||
@@ -25,13 +25,22 @@ AddUserTagMetaRequest::AddUserTagMetaRequest()
|
||||
|
||||
AddUserTagMetaRequest::~AddUserTagMetaRequest() {}
|
||||
|
||||
std::string AddUserTagMetaRequest::getTagDescription() const {
|
||||
return tagDescription_;
|
||||
std::string AddUserTagMetaRequest::getClientToken() const {
|
||||
return clientToken_;
|
||||
}
|
||||
|
||||
void AddUserTagMetaRequest::setTagDescription(const std::string &tagDescription) {
|
||||
tagDescription_ = tagDescription;
|
||||
setParameter(std::string("TagDescription"), tagDescription);
|
||||
void AddUserTagMetaRequest::setClientToken(const std::string &clientToken) {
|
||||
clientToken_ = clientToken;
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string AddUserTagMetaRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
|
||||
void AddUserTagMetaRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
accessPoint_ = accessPoint;
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string AddUserTagMetaRequest::getTagName() const {
|
||||
@@ -52,24 +61,6 @@ void AddUserTagMetaRequest::setTagId(const std::string &tagId) {
|
||||
setParameter(std::string("TagId"), tagId);
|
||||
}
|
||||
|
||||
std::string AddUserTagMetaRequest::getClientToken() const {
|
||||
return clientToken_;
|
||||
}
|
||||
|
||||
void AddUserTagMetaRequest::setClientToken(const std::string &clientToken) {
|
||||
clientToken_ = clientToken;
|
||||
setParameter(std::string("ClientToken"), clientToken);
|
||||
}
|
||||
|
||||
std::string AddUserTagMetaRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
|
||||
void AddUserTagMetaRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
accessPoint_ = accessPoint;
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string AddUserTagMetaRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
@@ -79,3 +70,12 @@ void AddUserTagMetaRequest::setSignType(const std::string &signType) {
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string AddUserTagMetaRequest::getTagDescription() const {
|
||||
return tagDescription_;
|
||||
}
|
||||
|
||||
void AddUserTagMetaRequest::setTagDescription(const std::string &tagDescription) {
|
||||
tagDescription_ = tagDescription;
|
||||
setParameter(std::string("TagDescription"), tagDescription);
|
||||
}
|
||||
|
||||
|
||||
@@ -25,15 +25,6 @@ AddWorkspaceUsersRequest::AddWorkspaceUsersRequest()
|
||||
|
||||
AddWorkspaceUsersRequest::~AddWorkspaceUsersRequest() {}
|
||||
|
||||
std::string AddWorkspaceUsersRequest::getUserIds() const {
|
||||
return userIds_;
|
||||
}
|
||||
|
||||
void AddWorkspaceUsersRequest::setUserIds(const std::string &userIds) {
|
||||
userIds_ = userIds;
|
||||
setParameter(std::string("UserIds"), userIds);
|
||||
}
|
||||
|
||||
long AddWorkspaceUsersRequest::getRoleId() const {
|
||||
return roleId_;
|
||||
}
|
||||
@@ -61,6 +52,15 @@ void AddWorkspaceUsersRequest::setSignType(const std::string &signType) {
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string AddWorkspaceUsersRequest::getUserIds() const {
|
||||
return userIds_;
|
||||
}
|
||||
|
||||
void AddWorkspaceUsersRequest::setUserIds(const std::string &userIds) {
|
||||
userIds_ = userIds;
|
||||
setParameter(std::string("UserIds"), userIds);
|
||||
}
|
||||
|
||||
std::string AddWorkspaceUsersRequest::getWorkspaceId() const {
|
||||
return workspaceId_;
|
||||
}
|
||||
|
||||
@@ -44,10 +44,10 @@ void AddWorkspaceUsersResult::parse(const std::string &payload)
|
||||
result_.failure = std::stoi(resultNode["Failure"].asString());
|
||||
if(!resultNode["FailureDetail"].isNull())
|
||||
result_.failureDetail = resultNode["FailureDetail"].asString();
|
||||
if(!resultNode["Total"].isNull())
|
||||
result_.total = std::stoi(resultNode["Total"].asString());
|
||||
if(!resultNode["Success"].isNull())
|
||||
result_.success = std::stoi(resultNode["Success"].asString());
|
||||
if(!resultNode["Total"].isNull())
|
||||
result_.total = std::stoi(resultNode["Total"].asString());
|
||||
if(!value["Success"].isNull())
|
||||
success_ = value["Success"].asString() == "true";
|
||||
|
||||
|
||||
@@ -34,15 +34,6 @@ void AuthorizeMenuRequest::setDataPortalId(const std::string &dataPortalId) {
|
||||
setParameter(std::string("DataPortalId"), dataPortalId);
|
||||
}
|
||||
|
||||
std::string AuthorizeMenuRequest::getUserIds() const {
|
||||
return userIds_;
|
||||
}
|
||||
|
||||
void AuthorizeMenuRequest::setUserIds(const std::string &userIds) {
|
||||
userIds_ = userIds;
|
||||
setParameter(std::string("UserIds"), userIds);
|
||||
}
|
||||
|
||||
int AuthorizeMenuRequest::getAuthPointsValue() const {
|
||||
return authPointsValue_;
|
||||
}
|
||||
@@ -61,6 +52,15 @@ void AuthorizeMenuRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string AuthorizeMenuRequest::getMenuIds() const {
|
||||
return menuIds_;
|
||||
}
|
||||
|
||||
void AuthorizeMenuRequest::setMenuIds(const std::string &menuIds) {
|
||||
menuIds_ = menuIds;
|
||||
setParameter(std::string("MenuIds"), menuIds);
|
||||
}
|
||||
|
||||
std::string AuthorizeMenuRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
@@ -79,12 +79,12 @@ void AuthorizeMenuRequest::setUserGroupIds(const std::string &userGroupIds) {
|
||||
setParameter(std::string("UserGroupIds"), userGroupIds);
|
||||
}
|
||||
|
||||
std::string AuthorizeMenuRequest::getMenuIds() const {
|
||||
return menuIds_;
|
||||
std::string AuthorizeMenuRequest::getUserIds() const {
|
||||
return userIds_;
|
||||
}
|
||||
|
||||
void AuthorizeMenuRequest::setMenuIds(const std::string &menuIds) {
|
||||
menuIds_ = menuIds;
|
||||
setParameter(std::string("MenuIds"), menuIds);
|
||||
void AuthorizeMenuRequest::setUserIds(const std::string &userIds) {
|
||||
userIds_ = userIds;
|
||||
setParameter(std::string("UserIds"), userIds);
|
||||
}
|
||||
|
||||
|
||||
@@ -25,24 +25,6 @@ BatchAddFeishuUsersRequest::BatchAddFeishuUsersRequest()
|
||||
|
||||
BatchAddFeishuUsersRequest::~BatchAddFeishuUsersRequest() {}
|
||||
|
||||
bool BatchAddFeishuUsersRequest::getIsAdmin() const {
|
||||
return isAdmin_;
|
||||
}
|
||||
|
||||
void BatchAddFeishuUsersRequest::setIsAdmin(bool isAdmin) {
|
||||
isAdmin_ = isAdmin;
|
||||
setParameter(std::string("IsAdmin"), isAdmin ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string BatchAddFeishuUsersRequest::getFeishuUsers() const {
|
||||
return feishuUsers_;
|
||||
}
|
||||
|
||||
void BatchAddFeishuUsersRequest::setFeishuUsers(const std::string &feishuUsers) {
|
||||
feishuUsers_ = feishuUsers;
|
||||
setParameter(std::string("FeishuUsers"), feishuUsers);
|
||||
}
|
||||
|
||||
std::string BatchAddFeishuUsersRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -52,6 +34,24 @@ void BatchAddFeishuUsersRequest::setAccessPoint(const std::string &accessPoint)
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
bool BatchAddFeishuUsersRequest::getIsAuthAdmin() const {
|
||||
return isAuthAdmin_;
|
||||
}
|
||||
|
||||
void BatchAddFeishuUsersRequest::setIsAuthAdmin(bool isAuthAdmin) {
|
||||
isAuthAdmin_ = isAuthAdmin;
|
||||
setParameter(std::string("IsAuthAdmin"), isAuthAdmin ? "true" : "false");
|
||||
}
|
||||
|
||||
bool BatchAddFeishuUsersRequest::getIsAdmin() const {
|
||||
return isAdmin_;
|
||||
}
|
||||
|
||||
void BatchAddFeishuUsersRequest::setIsAdmin(bool isAdmin) {
|
||||
isAdmin_ = isAdmin;
|
||||
setParameter(std::string("IsAdmin"), isAdmin ? "true" : "false");
|
||||
}
|
||||
|
||||
int BatchAddFeishuUsersRequest::getUserType() const {
|
||||
return userType_;
|
||||
}
|
||||
@@ -79,12 +79,12 @@ void BatchAddFeishuUsersRequest::setUserGroupIds(const std::string &userGroupIds
|
||||
setParameter(std::string("UserGroupIds"), userGroupIds);
|
||||
}
|
||||
|
||||
bool BatchAddFeishuUsersRequest::getIsAuthAdmin() const {
|
||||
return isAuthAdmin_;
|
||||
std::string BatchAddFeishuUsersRequest::getFeishuUsers() const {
|
||||
return feishuUsers_;
|
||||
}
|
||||
|
||||
void BatchAddFeishuUsersRequest::setIsAuthAdmin(bool isAuthAdmin) {
|
||||
isAuthAdmin_ = isAuthAdmin;
|
||||
setParameter(std::string("IsAuthAdmin"), isAuthAdmin ? "true" : "false");
|
||||
void BatchAddFeishuUsersRequest::setFeishuUsers(const std::string &feishuUsers) {
|
||||
feishuUsers_ = feishuUsers;
|
||||
setParameter(std::string("FeishuUsers"), feishuUsers);
|
||||
}
|
||||
|
||||
|
||||
@@ -40,10 +40,10 @@ void BatchAddFeishuUsersResult::parse(const std::string &payload)
|
||||
reader.parse(payload, value);
|
||||
setRequestId(value["RequestId"].asString());
|
||||
auto resultNode = value["Result"];
|
||||
if(!resultNode["OkCount"].isNull())
|
||||
result_.okCount = std::stoi(resultNode["OkCount"].asString());
|
||||
if(!resultNode["FailCount"].isNull())
|
||||
result_.failCount = std::stoi(resultNode["FailCount"].asString());
|
||||
if(!resultNode["OkCount"].isNull())
|
||||
result_.okCount = std::stoi(resultNode["OkCount"].asString());
|
||||
auto allFailResultsNode = resultNode["FailResults"]["FailResultsItem"];
|
||||
for (auto resultNodeFailResultsFailResultsItem : allFailResultsNode)
|
||||
{
|
||||
@@ -54,10 +54,10 @@ void BatchAddFeishuUsersResult::parse(const std::string &payload)
|
||||
Result::FailResultsItem::FailInfosItem failInfosObject;
|
||||
if(!resultNodeFailResultsFailResultsItemFailInfosFailInfosItem["Code"].isNull())
|
||||
failInfosObject.code = resultNodeFailResultsFailResultsItemFailInfosFailInfosItem["Code"].asString();
|
||||
if(!resultNodeFailResultsFailResultsItemFailInfosFailInfosItem["Input"].isNull())
|
||||
failInfosObject.input = resultNodeFailResultsFailResultsItemFailInfosFailInfosItem["Input"].asString();
|
||||
if(!resultNodeFailResultsFailResultsItemFailInfosFailInfosItem["CodeDesc"].isNull())
|
||||
failInfosObject.codeDesc = resultNodeFailResultsFailResultsItemFailInfosFailInfosItem["CodeDesc"].asString();
|
||||
if(!resultNodeFailResultsFailResultsItemFailInfosFailInfosItem["Input"].isNull())
|
||||
failInfosObject.input = resultNodeFailResultsFailResultsItemFailInfosFailInfosItem["Input"].asString();
|
||||
failResultsItemObject.failInfos.push_back(failInfosObject);
|
||||
}
|
||||
result_.failResults.push_back(failResultsItemObject);
|
||||
|
||||
@@ -34,15 +34,6 @@ void CancelAuthorizationMenuRequest::setDataPortalId(const std::string &dataPort
|
||||
setParameter(std::string("DataPortalId"), dataPortalId);
|
||||
}
|
||||
|
||||
std::string CancelAuthorizationMenuRequest::getUserIds() const {
|
||||
return userIds_;
|
||||
}
|
||||
|
||||
void CancelAuthorizationMenuRequest::setUserIds(const std::string &userIds) {
|
||||
userIds_ = userIds;
|
||||
setParameter(std::string("UserIds"), userIds);
|
||||
}
|
||||
|
||||
std::string CancelAuthorizationMenuRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -70,6 +61,15 @@ void CancelAuthorizationMenuRequest::setUserGroupIds(const std::string &userGrou
|
||||
setParameter(std::string("UserGroupIds"), userGroupIds);
|
||||
}
|
||||
|
||||
std::string CancelAuthorizationMenuRequest::getUserIds() const {
|
||||
return userIds_;
|
||||
}
|
||||
|
||||
void CancelAuthorizationMenuRequest::setUserIds(const std::string &userIds) {
|
||||
userIds_ = userIds;
|
||||
setParameter(std::string("UserIds"), userIds);
|
||||
}
|
||||
|
||||
std::string CancelAuthorizationMenuRequest::getMenuIds() const {
|
||||
return menuIds_;
|
||||
}
|
||||
|
||||
@@ -25,15 +25,6 @@ CancelCollectionRequest::CancelCollectionRequest()
|
||||
|
||||
CancelCollectionRequest::~CancelCollectionRequest() {}
|
||||
|
||||
std::string CancelCollectionRequest::getWorksId() const {
|
||||
return worksId_;
|
||||
}
|
||||
|
||||
void CancelCollectionRequest::setWorksId(const std::string &worksId) {
|
||||
worksId_ = worksId;
|
||||
setParameter(std::string("WorksId"), worksId);
|
||||
}
|
||||
|
||||
std::string CancelCollectionRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -61,3 +52,12 @@ void CancelCollectionRequest::setUserId(const std::string &userId) {
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string CancelCollectionRequest::getWorksId() const {
|
||||
return worksId_;
|
||||
}
|
||||
|
||||
void CancelCollectionRequest::setWorksId(const std::string &worksId) {
|
||||
worksId_ = worksId;
|
||||
setParameter(std::string("WorksId"), worksId);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,15 +34,6 @@ void CancelReportShareRequest::setReportId(const std::string &reportId) {
|
||||
setParameter(std::string("ReportId"), reportId);
|
||||
}
|
||||
|
||||
int CancelReportShareRequest::getShareToType() const {
|
||||
return shareToType_;
|
||||
}
|
||||
|
||||
void CancelReportShareRequest::setShareToType(int shareToType) {
|
||||
shareToType_ = shareToType;
|
||||
setParameter(std::string("ShareToType"), std::to_string(shareToType));
|
||||
}
|
||||
|
||||
std::string CancelReportShareRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -70,3 +61,12 @@ void CancelReportShareRequest::setShareToIds(const std::string &shareToIds) {
|
||||
setParameter(std::string("ShareToIds"), shareToIds);
|
||||
}
|
||||
|
||||
int CancelReportShareRequest::getShareToType() const {
|
||||
return shareToType_;
|
||||
}
|
||||
|
||||
void CancelReportShareRequest::setShareToType(int shareToType) {
|
||||
shareToType_ = shareToType;
|
||||
setParameter(std::string("ShareToType"), std::to_string(shareToType));
|
||||
}
|
||||
|
||||
|
||||
@@ -25,15 +25,6 @@ CheckReadableRequest::CheckReadableRequest()
|
||||
|
||||
CheckReadableRequest::~CheckReadableRequest() {}
|
||||
|
||||
std::string CheckReadableRequest::getWorksId() const {
|
||||
return worksId_;
|
||||
}
|
||||
|
||||
void CheckReadableRequest::setWorksId(const std::string &worksId) {
|
||||
worksId_ = worksId;
|
||||
setParameter(std::string("WorksId"), worksId);
|
||||
}
|
||||
|
||||
std::string CheckReadableRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -61,3 +52,12 @@ void CheckReadableRequest::setUserId(const std::string &userId) {
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string CheckReadableRequest::getWorksId() const {
|
||||
return worksId_;
|
||||
}
|
||||
|
||||
void CheckReadableRequest::setWorksId(const std::string &worksId) {
|
||||
worksId_ = worksId;
|
||||
setParameter(std::string("WorksId"), worksId);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,15 +34,6 @@ void CreateTicket4CopilotRequest::setCopilotId(const std::string &copilotId) {
|
||||
setParameter(std::string("CopilotId"), copilotId);
|
||||
}
|
||||
|
||||
int CreateTicket4CopilotRequest::getExpireTime() const {
|
||||
return expireTime_;
|
||||
}
|
||||
|
||||
void CreateTicket4CopilotRequest::setExpireTime(int expireTime) {
|
||||
expireTime_ = expireTime;
|
||||
setParameter(std::string("ExpireTime"), std::to_string(expireTime));
|
||||
}
|
||||
|
||||
std::string CreateTicket4CopilotRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -61,15 +52,6 @@ void CreateTicket4CopilotRequest::setAccountType(int accountType) {
|
||||
setParameter(std::string("AccountType"), std::to_string(accountType));
|
||||
}
|
||||
|
||||
std::string CreateTicket4CopilotRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void CreateTicket4CopilotRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string CreateTicket4CopilotRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
@@ -88,6 +70,24 @@ void CreateTicket4CopilotRequest::setAccountName(const std::string &accountName)
|
||||
setParameter(std::string("AccountName"), accountName);
|
||||
}
|
||||
|
||||
int CreateTicket4CopilotRequest::getExpireTime() const {
|
||||
return expireTime_;
|
||||
}
|
||||
|
||||
void CreateTicket4CopilotRequest::setExpireTime(int expireTime) {
|
||||
expireTime_ = expireTime;
|
||||
setParameter(std::string("ExpireTime"), std::to_string(expireTime));
|
||||
}
|
||||
|
||||
std::string CreateTicket4CopilotRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void CreateTicket4CopilotRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
int CreateTicket4CopilotRequest::getTicketNum() const {
|
||||
return ticketNum_;
|
||||
}
|
||||
|
||||
@@ -25,15 +25,6 @@ CreateTicketRequest::CreateTicketRequest()
|
||||
|
||||
CreateTicketRequest::~CreateTicketRequest() {}
|
||||
|
||||
int CreateTicketRequest::getExpireTime() const {
|
||||
return expireTime_;
|
||||
}
|
||||
|
||||
void CreateTicketRequest::setExpireTime(int expireTime) {
|
||||
expireTime_ = expireTime;
|
||||
setParameter(std::string("ExpireTime"), std::to_string(expireTime));
|
||||
}
|
||||
|
||||
std::string CreateTicketRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -52,24 +43,6 @@ void CreateTicketRequest::setAccountType(int accountType) {
|
||||
setParameter(std::string("AccountType"), std::to_string(accountType));
|
||||
}
|
||||
|
||||
std::string CreateTicketRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void CreateTicketRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string CreateTicketRequest::getCmptId() const {
|
||||
return cmptId_;
|
||||
}
|
||||
|
||||
void CreateTicketRequest::setCmptId(const std::string &cmptId) {
|
||||
cmptId_ = cmptId;
|
||||
setParameter(std::string("CmptId"), cmptId);
|
||||
}
|
||||
|
||||
std::string CreateTicketRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
@@ -88,6 +61,33 @@ void CreateTicketRequest::setAccountName(const std::string &accountName) {
|
||||
setParameter(std::string("AccountName"), accountName);
|
||||
}
|
||||
|
||||
int CreateTicketRequest::getExpireTime() const {
|
||||
return expireTime_;
|
||||
}
|
||||
|
||||
void CreateTicketRequest::setExpireTime(int expireTime) {
|
||||
expireTime_ = expireTime;
|
||||
setParameter(std::string("ExpireTime"), std::to_string(expireTime));
|
||||
}
|
||||
|
||||
std::string CreateTicketRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void CreateTicketRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string CreateTicketRequest::getCmptId() const {
|
||||
return cmptId_;
|
||||
}
|
||||
|
||||
void CreateTicketRequest::setCmptId(const std::string &cmptId) {
|
||||
cmptId_ = cmptId;
|
||||
setParameter(std::string("CmptId"), cmptId);
|
||||
}
|
||||
|
||||
std::string CreateTicketRequest::getGlobalParam() const {
|
||||
return globalParam_;
|
||||
}
|
||||
|
||||
@@ -43,6 +43,24 @@ void CreateUserGroupRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string CreateUserGroupRequest::getUserGroupName() const {
|
||||
return userGroupName_;
|
||||
}
|
||||
|
||||
void CreateUserGroupRequest::setUserGroupName(const std::string &userGroupName) {
|
||||
userGroupName_ = userGroupName;
|
||||
setParameter(std::string("UserGroupName"), userGroupName);
|
||||
}
|
||||
|
||||
std::string CreateUserGroupRequest::getParentUserGroupId() const {
|
||||
return parentUserGroupId_;
|
||||
}
|
||||
|
||||
void CreateUserGroupRequest::setParentUserGroupId(const std::string &parentUserGroupId) {
|
||||
parentUserGroupId_ = parentUserGroupId;
|
||||
setParameter(std::string("ParentUserGroupId"), parentUserGroupId);
|
||||
}
|
||||
|
||||
std::string CreateUserGroupRequest::getUserGroupId() const {
|
||||
return userGroupId_;
|
||||
}
|
||||
@@ -61,15 +79,6 @@ void CreateUserGroupRequest::setSignType(const std::string &signType) {
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string CreateUserGroupRequest::getUserGroupName() const {
|
||||
return userGroupName_;
|
||||
}
|
||||
|
||||
void CreateUserGroupRequest::setUserGroupName(const std::string &userGroupName) {
|
||||
userGroupName_ = userGroupName;
|
||||
setParameter(std::string("UserGroupName"), userGroupName);
|
||||
}
|
||||
|
||||
std::string CreateUserGroupRequest::getUserGroupDescription() const {
|
||||
return userGroupDescription_;
|
||||
}
|
||||
@@ -79,12 +88,3 @@ void CreateUserGroupRequest::setUserGroupDescription(const std::string &userGrou
|
||||
setParameter(std::string("UserGroupDescription"), userGroupDescription);
|
||||
}
|
||||
|
||||
std::string CreateUserGroupRequest::getParentUserGroupId() const {
|
||||
return parentUserGroupId_;
|
||||
}
|
||||
|
||||
void CreateUserGroupRequest::setParentUserGroupId(const std::string &parentUserGroupId) {
|
||||
parentUserGroupId_ = parentUserGroupId;
|
||||
setParameter(std::string("ParentUserGroupId"), parentUserGroupId);
|
||||
}
|
||||
|
||||
|
||||
@@ -43,10 +43,10 @@ void DataSetBloodResult::parse(const std::string &payload)
|
||||
for (auto valueResultWorksModels : allResultNode)
|
||||
{
|
||||
WorksModels resultObject;
|
||||
if(!valueResultWorksModels["WorksType"].isNull())
|
||||
resultObject.worksType = valueResultWorksModels["WorksType"].asString();
|
||||
if(!valueResultWorksModels["WorksId"].isNull())
|
||||
resultObject.worksId = valueResultWorksModels["WorksId"].asString();
|
||||
if(!valueResultWorksModels["WorksType"].isNull())
|
||||
resultObject.worksType = valueResultWorksModels["WorksType"].asString();
|
||||
result_.push_back(resultObject);
|
||||
}
|
||||
if(!value["Success"].isNull())
|
||||
|
||||
@@ -34,15 +34,6 @@ void DataSourceBloodRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string DataSourceBloodRequest::getDataSourceId() const {
|
||||
return dataSourceId_;
|
||||
}
|
||||
|
||||
void DataSourceBloodRequest::setDataSourceId(const std::string &dataSourceId) {
|
||||
dataSourceId_ = dataSourceId;
|
||||
setParameter(std::string("DataSourceId"), dataSourceId);
|
||||
}
|
||||
|
||||
std::string DataSourceBloodRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
@@ -52,3 +43,12 @@ void DataSourceBloodRequest::setSignType(const std::string &signType) {
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string DataSourceBloodRequest::getDataSourceId() const {
|
||||
return dataSourceId_;
|
||||
}
|
||||
|
||||
void DataSourceBloodRequest::setDataSourceId(const std::string &dataSourceId) {
|
||||
dataSourceId_ = dataSourceId;
|
||||
setParameter(std::string("DataSourceId"), dataSourceId);
|
||||
}
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user