Add API errors.
This commit is contained in:
@@ -32,18 +32,18 @@ public:
|
||||
~AddUserGroupMembersRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserGroupIds() const;
|
||||
void setUserGroupIds(const std::string &userGroupIds);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string userId_;
|
||||
std::string signType_;
|
||||
std::string userGroupIds_;
|
||||
std::string userId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -34,18 +34,18 @@ public:
|
||||
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 getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
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_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
std::string signType_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -32,17 +32,17 @@ public:
|
||||
~CancelCollectionRequest();
|
||||
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 getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
std::string signType_;
|
||||
std::string worksId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -34,18 +34,18 @@ 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);
|
||||
std::string getShareToIds() const;
|
||||
void setShareToIds(const std::string &shareToIds);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getShareToType() const;
|
||||
void setShareToType(int shareToType);
|
||||
|
||||
private:
|
||||
std::string reportId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string shareToIds_;
|
||||
std::string signType_;
|
||||
int shareToType_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -32,21 +32,21 @@ public:
|
||||
~ChangeVisibilityModelRequest();
|
||||
std::string getDataPortalId() const;
|
||||
void setDataPortalId(const std::string &dataPortalId);
|
||||
bool getShowOnlyWithAccess() const;
|
||||
void setShowOnlyWithAccess(bool showOnlyWithAccess);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getMenuIds() const;
|
||||
void setMenuIds(const std::string &menuIds);
|
||||
bool getShowOnlyWithAccess() const;
|
||||
void setShowOnlyWithAccess(bool showOnlyWithAccess);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
std::string dataPortalId_;
|
||||
bool showOnlyWithAccess_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string menuIds_;
|
||||
bool showOnlyWithAccess_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,17 +32,17 @@ public:
|
||||
~CheckReadableRequest();
|
||||
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 getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
std::string signType_;
|
||||
std::string worksId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,23 +30,23 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT DataSetBloodRequest : public RpcService
|
||||
public:
|
||||
DataSetBloodRequest();
|
||||
~DataSetBloodRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
std::string getDataSetIds() const;
|
||||
void setDataSetIds(const std::string &dataSetIds);
|
||||
std::string getWorksType() const;
|
||||
void setWorksType(const std::string &worksType);
|
||||
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);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string userId_;
|
||||
std::string dataSetIds_;
|
||||
std::string worksType_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,19 +30,19 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT DelayTicketExpireTimeRequest : public R
|
||||
public:
|
||||
DelayTicketExpireTimeRequest();
|
||||
~DelayTicketExpireTimeRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
int getExpireTime() const;
|
||||
void setExpireTime(int expireTime);
|
||||
std::string getTicket() const;
|
||||
void setTicket(const std::string &ticket);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
int expireTime_;
|
||||
std::string ticket_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -32,18 +32,18 @@ public:
|
||||
~DeleteDataLevelRuleConfigRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getCubeId() const;
|
||||
void setCubeId(const std::string &cubeId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getRuleId() const;
|
||||
void setRuleId(const std::string &ruleId);
|
||||
std::string getCubeId() const;
|
||||
void setCubeId(const std::string &cubeId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string cubeId_;
|
||||
std::string signType_;
|
||||
std::string ruleId_;
|
||||
std::string cubeId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,17 +32,17 @@ public:
|
||||
~DeleteUserFromWorkspaceRequest();
|
||||
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 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_;
|
||||
std::string userId_;
|
||||
std::string signType_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -32,18 +32,18 @@ public:
|
||||
~DeleteUserGroupMemberRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
std::string getUserGroupId() const;
|
||||
void setUserGroupId(const std::string &userGroupId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string userId_;
|
||||
std::string userGroupId_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,18 +32,18 @@ public:
|
||||
~DeleteUserGroupMembersRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getUserGroupIds() const;
|
||||
void setUserGroupIds(const std::string &userGroupIds);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string userId_;
|
||||
std::string signType_;
|
||||
std::string userGroupIds_;
|
||||
std::string userId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT DeleteUserRequest : public RpcServiceRe
|
||||
public:
|
||||
DeleteUserRequest();
|
||||
~DeleteUserRequest();
|
||||
std::string getTransferUserId() const;
|
||||
void setTransferUserId(const std::string &transferUserId);
|
||||
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 getTransferUserId() const;
|
||||
void setTransferUserId(const std::string &transferUserId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
std::string transferUserId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
std::string transferUserId_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,18 +32,18 @@ public:
|
||||
~GetMailTaskStatusRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getMailId() const;
|
||||
void setMailId(const std::string &mailId);
|
||||
long getTaskId() const;
|
||||
void setTaskId(long taskId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string mailId_;
|
||||
long taskId_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT ListCubeDataLevelPermissionConfigReques
|
||||
public:
|
||||
ListCubeDataLevelPermissionConfigRequest();
|
||||
~ListCubeDataLevelPermissionConfigRequest();
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getCubeId() const;
|
||||
void setCubeId(const std::string &cubeId);
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
std::string ruleType_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string cubeId_;
|
||||
std::string ruleType_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT ListDataLevelPermissionWhiteListRequest
|
||||
public:
|
||||
ListDataLevelPermissionWhiteListRequest();
|
||||
~ListDataLevelPermissionWhiteListRequest();
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getCubeId() const;
|
||||
void setCubeId(const std::string &cubeId);
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
std::string ruleType_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string cubeId_;
|
||||
std::string ruleType_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,18 +30,18 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT ListDataSourceRequest : public RpcServi
|
||||
public:
|
||||
ListDataSourceRequest();
|
||||
~ListDataSourceRequest();
|
||||
std::string getDsType() const;
|
||||
void setDsType(const std::string &dsType);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getDsType() const;
|
||||
void setDsType(const std::string &dsType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWorkspaceId() const;
|
||||
void setWorkspaceId(const std::string &workspaceId);
|
||||
|
||||
private:
|
||||
std::string dsType_;
|
||||
std::string accessPoint_;
|
||||
std::string dsType_;
|
||||
std::string signType_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
|
||||
@@ -34,16 +34,16 @@ public:
|
||||
void setDataPortalId(const std::string &dataPortalId);
|
||||
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 getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
std::string dataPortalId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,18 +32,18 @@ public:
|
||||
~QueryDataRangeRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getType() const;
|
||||
void setType(const std::string &type);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string type_;
|
||||
std::string keyword_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,18 +32,18 @@ public:
|
||||
~QuerySmartqPermissionByCubeIdRequest();
|
||||
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 getCubeId() const;
|
||||
void setCubeId(const std::string &cubeId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
std::string cubeId_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,18 +32,18 @@ public:
|
||||
~QueryUserGroupMemberRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
std::string getUserGroupId() const;
|
||||
void setUserGroupId(const std::string &userGroupId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getKeyword() const;
|
||||
void setKeyword(const std::string &keyword);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string keyword_;
|
||||
std::string userGroupId_;
|
||||
std::string signType_;
|
||||
std::string keyword_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -34,18 +34,18 @@ public:
|
||||
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 getParentAccountName() const;
|
||||
void setParentAccountName(const std::string &parentAccountName);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getAccount() const;
|
||||
void setAccount(const std::string &account);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
int accountType_;
|
||||
std::string signType_;
|
||||
std::string parentAccountName_;
|
||||
std::string signType_;
|
||||
std::string account_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -36,14 +36,15 @@ namespace AlibabaCloud
|
||||
{
|
||||
struct DataItem
|
||||
{
|
||||
long lastLoginTime;
|
||||
std::vector<std::string> roleIdList;
|
||||
bool isDeleted;
|
||||
std::string accountId;
|
||||
std::string email;
|
||||
std::string nickName;
|
||||
long lastLoginTime;
|
||||
std::vector<std::string> roleIdList;
|
||||
std::string phone;
|
||||
std::string userId;
|
||||
bool adminUser;
|
||||
std::string nickName;
|
||||
long joinedDate;
|
||||
int userType;
|
||||
bool authAdminUser;
|
||||
|
||||
@@ -32,17 +32,17 @@ public:
|
||||
~QueryUserRoleInfoInWorkspaceRequest();
|
||||
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 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_;
|
||||
std::string userId_;
|
||||
std::string signType_;
|
||||
std::string workspaceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -32,20 +32,20 @@ public:
|
||||
~ResultCallbackRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getHandleReason() const;
|
||||
void setHandleReason(const std::string &handleReason);
|
||||
std::string getApplicationId() const;
|
||||
void setApplicationId(const std::string &applicationId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getStatus() const;
|
||||
void setStatus(int status);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string handleReason_;
|
||||
std::string applicationId_;
|
||||
std::string signType_;
|
||||
int status_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,22 +30,22 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT SaveFavoritesRequest : public RpcServic
|
||||
public:
|
||||
SaveFavoritesRequest();
|
||||
~SaveFavoritesRequest();
|
||||
std::string getWorksType() const;
|
||||
void setWorksType(const std::string &worksType);
|
||||
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 getWorksType() const;
|
||||
void setWorksType(const std::string &worksType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getWorksId() const;
|
||||
void setWorksId(const std::string &worksId);
|
||||
|
||||
private:
|
||||
std::string worksType_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
std::string worksType_;
|
||||
std::string signType_;
|
||||
std::string worksId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -32,21 +32,21 @@ public:
|
||||
~SetDataLevelPermissionExtraConfigRequest();
|
||||
std::string getMissHitPolicy() const;
|
||||
void setMissHitPolicy(const std::string &missHitPolicy);
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getCubeId() const;
|
||||
void setCubeId(const std::string &cubeId);
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
std::string missHitPolicy_;
|
||||
std::string ruleType_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string cubeId_;
|
||||
std::string ruleType_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,21 +32,21 @@ public:
|
||||
~SmartqQueryAbilityRequest();
|
||||
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 getUserQuestion() const;
|
||||
void setUserQuestion(const std::string &userQuestion);
|
||||
std::string getCubeId() const;
|
||||
void setCubeId(const std::string &cubeId);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
std::string userQuestion_;
|
||||
std::string cubeId_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -32,21 +32,21 @@ public:
|
||||
~UpdateDataLevelPermissionStatusRequest();
|
||||
int getIsOpen() const;
|
||||
void setIsOpen(int isOpen);
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
std::string getCubeId() const;
|
||||
void setCubeId(const std::string &cubeId);
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
|
||||
private:
|
||||
int isOpen_;
|
||||
std::string ruleType_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string cubeId_;
|
||||
std::string ruleType_;
|
||||
std::string signType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,18 +30,18 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT UpdateTicketNumRequest : public RpcServ
|
||||
public:
|
||||
UpdateTicketNumRequest();
|
||||
~UpdateTicketNumRequest();
|
||||
std::string getTicket() const;
|
||||
void setTicket(const std::string &ticket);
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getTicket() const;
|
||||
void setTicket(const std::string &ticket);
|
||||
std::string getSignType() const;
|
||||
void setSignType(const std::string &signType);
|
||||
int getTicketNum() const;
|
||||
void setTicketNum(int ticketNum);
|
||||
|
||||
private:
|
||||
std::string ticket_;
|
||||
std::string accessPoint_;
|
||||
std::string ticket_;
|
||||
std::string signType_;
|
||||
int ticketNum_;
|
||||
};
|
||||
|
||||
@@ -32,20 +32,20 @@ public:
|
||||
~UpdateUserGroupRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getUserGroupName() const;
|
||||
void setUserGroupName(const std::string &userGroupName);
|
||||
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);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string userGroupName_;
|
||||
std::string userGroupId_;
|
||||
std::string signType_;
|
||||
std::string userGroupName_;
|
||||
std::string userGroupDescription_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,23 +30,23 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT UpdateUserTagMetaRequest : public RpcSe
|
||||
public:
|
||||
UpdateUserTagMetaRequest();
|
||||
~UpdateUserTagMetaRequest();
|
||||
std::string getTagId() const;
|
||||
void setTagId(const std::string &tagId);
|
||||
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);
|
||||
std::string getTagName() const;
|
||||
void setTagName(const std::string &tagName);
|
||||
|
||||
private:
|
||||
std::string tagId_;
|
||||
std::string accessPoint_;
|
||||
std::string tagName_;
|
||||
std::string tagId_;
|
||||
std::string signType_;
|
||||
std::string tagDescription_;
|
||||
std::string tagName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -30,23 +30,23 @@ class ALIBABACLOUD_QUICKBI_PUBLIC_EXPORT UpdateUserTagValueRequest : public RpcS
|
||||
public:
|
||||
UpdateUserTagValueRequest();
|
||||
~UpdateUserTagValueRequest();
|
||||
std::string getAccessPoint() const;
|
||||
void setAccessPoint(const std::string &accessPoint);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
std::string getTagValue() const;
|
||||
void setTagValue(const std::string &tagValue);
|
||||
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 getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
|
||||
private:
|
||||
std::string accessPoint_;
|
||||
std::string userId_;
|
||||
std::string tagValue_;
|
||||
std::string tagId_;
|
||||
std::string accessPoint_;
|
||||
std::string signType_;
|
||||
std::string userId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Quickbi_public
|
||||
|
||||
@@ -34,6 +34,15 @@ void AddUserGroupMembersRequest::setAccessPoint(const std::string &accessPoint)
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string AddUserGroupMembersRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
|
||||
void AddUserGroupMembersRequest::setUserId(const std::string &userId) {
|
||||
userId_ = userId;
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string AddUserGroupMembersRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
@@ -52,12 +61,3 @@ void AddUserGroupMembersRequest::setUserGroupIds(const std::string &userGroupIds
|
||||
setParameter(std::string("UserGroupIds"), userGroupIds);
|
||||
}
|
||||
|
||||
std::string AddUserGroupMembersRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
|
||||
void AddUserGroupMembersRequest::setUserId(const std::string &userId) {
|
||||
userId_ = userId;
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
|
||||
@@ -43,15 +43,6 @@ void AddUserToWorkspaceRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string AddUserToWorkspaceRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void AddUserToWorkspaceRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string AddUserToWorkspaceRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
@@ -61,6 +52,15 @@ void AddUserToWorkspaceRequest::setUserId(const std::string &userId) {
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string AddUserToWorkspaceRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void AddUserToWorkspaceRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string AddUserToWorkspaceRequest::getWorkspaceId() const {
|
||||
return workspaceId_;
|
||||
}
|
||||
|
||||
@@ -34,15 +34,6 @@ void CancelCollectionRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string CancelCollectionRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void CancelCollectionRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string CancelCollectionRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
@@ -52,6 +43,15 @@ void CancelCollectionRequest::setUserId(const std::string &userId) {
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string CancelCollectionRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void CancelCollectionRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string CancelCollectionRequest::getWorksId() const {
|
||||
return worksId_;
|
||||
}
|
||||
|
||||
@@ -43,15 +43,6 @@ void CancelReportShareRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string CancelReportShareRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void CancelReportShareRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string CancelReportShareRequest::getShareToIds() const {
|
||||
return shareToIds_;
|
||||
}
|
||||
@@ -61,6 +52,15 @@ void CancelReportShareRequest::setShareToIds(const std::string &shareToIds) {
|
||||
setParameter(std::string("ShareToIds"), shareToIds);
|
||||
}
|
||||
|
||||
std::string CancelReportShareRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void CancelReportShareRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
int CancelReportShareRequest::getShareToType() const {
|
||||
return shareToType_;
|
||||
}
|
||||
|
||||
@@ -34,15 +34,6 @@ void ChangeVisibilityModelRequest::setDataPortalId(const std::string &dataPortal
|
||||
setParameter(std::string("DataPortalId"), dataPortalId);
|
||||
}
|
||||
|
||||
bool ChangeVisibilityModelRequest::getShowOnlyWithAccess() const {
|
||||
return showOnlyWithAccess_;
|
||||
}
|
||||
|
||||
void ChangeVisibilityModelRequest::setShowOnlyWithAccess(bool showOnlyWithAccess) {
|
||||
showOnlyWithAccess_ = showOnlyWithAccess;
|
||||
setParameter(std::string("ShowOnlyWithAccess"), showOnlyWithAccess ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string ChangeVisibilityModelRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -52,15 +43,6 @@ void ChangeVisibilityModelRequest::setAccessPoint(const std::string &accessPoint
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string ChangeVisibilityModelRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void ChangeVisibilityModelRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string ChangeVisibilityModelRequest::getMenuIds() const {
|
||||
return menuIds_;
|
||||
}
|
||||
@@ -70,3 +52,21 @@ void ChangeVisibilityModelRequest::setMenuIds(const std::string &menuIds) {
|
||||
setParameter(std::string("MenuIds"), menuIds);
|
||||
}
|
||||
|
||||
bool ChangeVisibilityModelRequest::getShowOnlyWithAccess() const {
|
||||
return showOnlyWithAccess_;
|
||||
}
|
||||
|
||||
void ChangeVisibilityModelRequest::setShowOnlyWithAccess(bool showOnlyWithAccess) {
|
||||
showOnlyWithAccess_ = showOnlyWithAccess;
|
||||
setParameter(std::string("ShowOnlyWithAccess"), showOnlyWithAccess ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string ChangeVisibilityModelRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void ChangeVisibilityModelRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,15 +34,6 @@ void CheckReadableRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string CheckReadableRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void CheckReadableRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string CheckReadableRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
@@ -52,6 +43,15 @@ void CheckReadableRequest::setUserId(const std::string &userId) {
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string CheckReadableRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void CheckReadableRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string CheckReadableRequest::getWorksId() const {
|
||||
return worksId_;
|
||||
}
|
||||
|
||||
@@ -25,6 +25,24 @@ DataSetBloodRequest::DataSetBloodRequest()
|
||||
|
||||
DataSetBloodRequest::~DataSetBloodRequest() {}
|
||||
|
||||
std::string DataSetBloodRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
|
||||
void DataSetBloodRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
accessPoint_ = accessPoint;
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string DataSetBloodRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
|
||||
void DataSetBloodRequest::setUserId(const std::string &userId) {
|
||||
userId_ = userId;
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string DataSetBloodRequest::getDataSetIds() const {
|
||||
return dataSetIds_;
|
||||
}
|
||||
@@ -43,15 +61,6 @@ void DataSetBloodRequest::setWorksType(const std::string &worksType) {
|
||||
setParameter(std::string("WorksType"), worksType);
|
||||
}
|
||||
|
||||
std::string DataSetBloodRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
|
||||
void DataSetBloodRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
accessPoint_ = accessPoint;
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string DataSetBloodRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
@@ -61,12 +70,3 @@ void DataSetBloodRequest::setSignType(const std::string &signType) {
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string DataSetBloodRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
|
||||
void DataSetBloodRequest::setUserId(const std::string &userId) {
|
||||
userId_ = userId;
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
|
||||
@@ -25,6 +25,15 @@ DelayTicketExpireTimeRequest::DelayTicketExpireTimeRequest()
|
||||
|
||||
DelayTicketExpireTimeRequest::~DelayTicketExpireTimeRequest() {}
|
||||
|
||||
std::string DelayTicketExpireTimeRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
|
||||
void DelayTicketExpireTimeRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
accessPoint_ = accessPoint;
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
int DelayTicketExpireTimeRequest::getExpireTime() const {
|
||||
return expireTime_;
|
||||
}
|
||||
@@ -43,15 +52,6 @@ void DelayTicketExpireTimeRequest::setTicket(const std::string &ticket) {
|
||||
setParameter(std::string("Ticket"), ticket);
|
||||
}
|
||||
|
||||
std::string DelayTicketExpireTimeRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
|
||||
void DelayTicketExpireTimeRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
accessPoint_ = accessPoint;
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string DelayTicketExpireTimeRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
@@ -34,6 +34,15 @@ void DeleteDataLevelRuleConfigRequest::setAccessPoint(const std::string &accessP
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string DeleteDataLevelRuleConfigRequest::getCubeId() const {
|
||||
return cubeId_;
|
||||
}
|
||||
|
||||
void DeleteDataLevelRuleConfigRequest::setCubeId(const std::string &cubeId) {
|
||||
cubeId_ = cubeId;
|
||||
setParameter(std::string("CubeId"), cubeId);
|
||||
}
|
||||
|
||||
std::string DeleteDataLevelRuleConfigRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
@@ -52,12 +61,3 @@ void DeleteDataLevelRuleConfigRequest::setRuleId(const std::string &ruleId) {
|
||||
setParameter(std::string("RuleId"), ruleId);
|
||||
}
|
||||
|
||||
std::string DeleteDataLevelRuleConfigRequest::getCubeId() const {
|
||||
return cubeId_;
|
||||
}
|
||||
|
||||
void DeleteDataLevelRuleConfigRequest::setCubeId(const std::string &cubeId) {
|
||||
cubeId_ = cubeId;
|
||||
setParameter(std::string("CubeId"), cubeId);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,15 +34,6 @@ void DeleteUserFromWorkspaceRequest::setAccessPoint(const std::string &accessPoi
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string DeleteUserFromWorkspaceRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void DeleteUserFromWorkspaceRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string DeleteUserFromWorkspaceRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
@@ -52,6 +43,15 @@ void DeleteUserFromWorkspaceRequest::setUserId(const std::string &userId) {
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string DeleteUserFromWorkspaceRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void DeleteUserFromWorkspaceRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string DeleteUserFromWorkspaceRequest::getWorkspaceId() const {
|
||||
return workspaceId_;
|
||||
}
|
||||
|
||||
@@ -34,6 +34,15 @@ void DeleteUserGroupMemberRequest::setAccessPoint(const std::string &accessPoint
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string DeleteUserGroupMemberRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
|
||||
void DeleteUserGroupMemberRequest::setUserId(const std::string &userId) {
|
||||
userId_ = userId;
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string DeleteUserGroupMemberRequest::getUserGroupId() const {
|
||||
return userGroupId_;
|
||||
}
|
||||
@@ -52,12 +61,3 @@ void DeleteUserGroupMemberRequest::setSignType(const std::string &signType) {
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string DeleteUserGroupMemberRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
|
||||
void DeleteUserGroupMemberRequest::setUserId(const std::string &userId) {
|
||||
userId_ = userId;
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,6 +34,15 @@ void DeleteUserGroupMembersRequest::setAccessPoint(const std::string &accessPoin
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string DeleteUserGroupMembersRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
|
||||
void DeleteUserGroupMembersRequest::setUserId(const std::string &userId) {
|
||||
userId_ = userId;
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string DeleteUserGroupMembersRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
@@ -52,12 +61,3 @@ void DeleteUserGroupMembersRequest::setUserGroupIds(const std::string &userGroup
|
||||
setParameter(std::string("UserGroupIds"), userGroupIds);
|
||||
}
|
||||
|
||||
std::string DeleteUserGroupMembersRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
|
||||
void DeleteUserGroupMembersRequest::setUserId(const std::string &userId) {
|
||||
userId_ = userId;
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
|
||||
@@ -25,15 +25,6 @@ DeleteUserRequest::DeleteUserRequest()
|
||||
|
||||
DeleteUserRequest::~DeleteUserRequest() {}
|
||||
|
||||
std::string DeleteUserRequest::getTransferUserId() const {
|
||||
return transferUserId_;
|
||||
}
|
||||
|
||||
void DeleteUserRequest::setTransferUserId(const std::string &transferUserId) {
|
||||
transferUserId_ = transferUserId;
|
||||
setParameter(std::string("TransferUserId"), transferUserId);
|
||||
}
|
||||
|
||||
std::string DeleteUserRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -43,15 +34,6 @@ void DeleteUserRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string DeleteUserRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void DeleteUserRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string DeleteUserRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
@@ -61,3 +43,21 @@ void DeleteUserRequest::setUserId(const std::string &userId) {
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string DeleteUserRequest::getTransferUserId() const {
|
||||
return transferUserId_;
|
||||
}
|
||||
|
||||
void DeleteUserRequest::setTransferUserId(const std::string &transferUserId) {
|
||||
transferUserId_ = transferUserId;
|
||||
setParameter(std::string("TransferUserId"), transferUserId);
|
||||
}
|
||||
|
||||
std::string DeleteUserRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void DeleteUserRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,15 +34,6 @@ void GetMailTaskStatusRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string GetMailTaskStatusRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void GetMailTaskStatusRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string GetMailTaskStatusRequest::getMailId() const {
|
||||
return mailId_;
|
||||
}
|
||||
@@ -61,3 +52,12 @@ void GetMailTaskStatusRequest::setTaskId(long taskId) {
|
||||
setParameter(std::string("TaskId"), std::to_string(taskId));
|
||||
}
|
||||
|
||||
std::string GetMailTaskStatusRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void GetMailTaskStatusRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
|
||||
@@ -25,15 +25,6 @@ ListCubeDataLevelPermissionConfigRequest::ListCubeDataLevelPermissionConfigReque
|
||||
|
||||
ListCubeDataLevelPermissionConfigRequest::~ListCubeDataLevelPermissionConfigRequest() {}
|
||||
|
||||
std::string ListCubeDataLevelPermissionConfigRequest::getRuleType() const {
|
||||
return ruleType_;
|
||||
}
|
||||
|
||||
void ListCubeDataLevelPermissionConfigRequest::setRuleType(const std::string &ruleType) {
|
||||
ruleType_ = ruleType;
|
||||
setParameter(std::string("RuleType"), ruleType);
|
||||
}
|
||||
|
||||
std::string ListCubeDataLevelPermissionConfigRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -43,15 +34,6 @@ void ListCubeDataLevelPermissionConfigRequest::setAccessPoint(const std::string
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string ListCubeDataLevelPermissionConfigRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void ListCubeDataLevelPermissionConfigRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string ListCubeDataLevelPermissionConfigRequest::getCubeId() const {
|
||||
return cubeId_;
|
||||
}
|
||||
@@ -61,3 +43,21 @@ void ListCubeDataLevelPermissionConfigRequest::setCubeId(const std::string &cube
|
||||
setParameter(std::string("CubeId"), cubeId);
|
||||
}
|
||||
|
||||
std::string ListCubeDataLevelPermissionConfigRequest::getRuleType() const {
|
||||
return ruleType_;
|
||||
}
|
||||
|
||||
void ListCubeDataLevelPermissionConfigRequest::setRuleType(const std::string &ruleType) {
|
||||
ruleType_ = ruleType;
|
||||
setParameter(std::string("RuleType"), ruleType);
|
||||
}
|
||||
|
||||
std::string ListCubeDataLevelPermissionConfigRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void ListCubeDataLevelPermissionConfigRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
|
||||
@@ -25,15 +25,6 @@ ListDataLevelPermissionWhiteListRequest::ListDataLevelPermissionWhiteListRequest
|
||||
|
||||
ListDataLevelPermissionWhiteListRequest::~ListDataLevelPermissionWhiteListRequest() {}
|
||||
|
||||
std::string ListDataLevelPermissionWhiteListRequest::getRuleType() const {
|
||||
return ruleType_;
|
||||
}
|
||||
|
||||
void ListDataLevelPermissionWhiteListRequest::setRuleType(const std::string &ruleType) {
|
||||
ruleType_ = ruleType;
|
||||
setParameter(std::string("RuleType"), ruleType);
|
||||
}
|
||||
|
||||
std::string ListDataLevelPermissionWhiteListRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -43,15 +34,6 @@ void ListDataLevelPermissionWhiteListRequest::setAccessPoint(const std::string &
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string ListDataLevelPermissionWhiteListRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void ListDataLevelPermissionWhiteListRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string ListDataLevelPermissionWhiteListRequest::getCubeId() const {
|
||||
return cubeId_;
|
||||
}
|
||||
@@ -61,3 +43,21 @@ void ListDataLevelPermissionWhiteListRequest::setCubeId(const std::string &cubeI
|
||||
setParameter(std::string("CubeId"), cubeId);
|
||||
}
|
||||
|
||||
std::string ListDataLevelPermissionWhiteListRequest::getRuleType() const {
|
||||
return ruleType_;
|
||||
}
|
||||
|
||||
void ListDataLevelPermissionWhiteListRequest::setRuleType(const std::string &ruleType) {
|
||||
ruleType_ = ruleType;
|
||||
setParameter(std::string("RuleType"), ruleType);
|
||||
}
|
||||
|
||||
std::string ListDataLevelPermissionWhiteListRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void ListDataLevelPermissionWhiteListRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
|
||||
@@ -25,15 +25,6 @@ ListDataSourceRequest::ListDataSourceRequest()
|
||||
|
||||
ListDataSourceRequest::~ListDataSourceRequest() {}
|
||||
|
||||
std::string ListDataSourceRequest::getDsType() const {
|
||||
return dsType_;
|
||||
}
|
||||
|
||||
void ListDataSourceRequest::setDsType(const std::string &dsType) {
|
||||
dsType_ = dsType;
|
||||
setParameter(std::string("DsType"), dsType);
|
||||
}
|
||||
|
||||
std::string ListDataSourceRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -43,6 +34,15 @@ void ListDataSourceRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string ListDataSourceRequest::getDsType() const {
|
||||
return dsType_;
|
||||
}
|
||||
|
||||
void ListDataSourceRequest::setDsType(const std::string &dsType) {
|
||||
dsType_ = dsType;
|
||||
setParameter(std::string("DsType"), dsType);
|
||||
}
|
||||
|
||||
std::string ListDataSourceRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
@@ -43,15 +43,6 @@ void ListPortalMenusRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string ListPortalMenusRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void ListPortalMenusRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string ListPortalMenusRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
@@ -61,3 +52,12 @@ void ListPortalMenusRequest::setUserId(const std::string &userId) {
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string ListPortalMenusRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void ListPortalMenusRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
|
||||
@@ -39,10 +39,10 @@ void ModifyCopilotEmbedConfigResult::parse(const std::string &payload)
|
||||
Json::Value value;
|
||||
reader.parse(payload, value);
|
||||
setRequestId(value["RequestId"].asString());
|
||||
if(!value["Result"].isNull())
|
||||
result_ = value["Result"].asString() == "true";
|
||||
if(!value["Success"].isNull())
|
||||
success_ = value["Success"].asString() == "true";
|
||||
if(!value["Result"].isNull())
|
||||
result_ = value["Result"].asString() == "true";
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -34,15 +34,6 @@ void QueryDataRangeRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string QueryDataRangeRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void QueryDataRangeRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string QueryDataRangeRequest::getType() const {
|
||||
return type_;
|
||||
}
|
||||
@@ -61,3 +52,12 @@ void QueryDataRangeRequest::setKeyword(const std::string &keyword) {
|
||||
setParameter(std::string("Keyword"), keyword);
|
||||
}
|
||||
|
||||
std::string QueryDataRangeRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void QueryDataRangeRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,15 +34,6 @@ void QuerySmartqPermissionByCubeIdRequest::setAccessPoint(const std::string &acc
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string QuerySmartqPermissionByCubeIdRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void QuerySmartqPermissionByCubeIdRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string QuerySmartqPermissionByCubeIdRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
@@ -61,3 +52,12 @@ void QuerySmartqPermissionByCubeIdRequest::setCubeId(const std::string &cubeId)
|
||||
setParameter(std::string("CubeId"), cubeId);
|
||||
}
|
||||
|
||||
std::string QuerySmartqPermissionByCubeIdRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void QuerySmartqPermissionByCubeIdRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,6 +34,15 @@ void QueryUserGroupMemberRequest::setAccessPoint(const std::string &accessPoint)
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string QueryUserGroupMemberRequest::getKeyword() const {
|
||||
return keyword_;
|
||||
}
|
||||
|
||||
void QueryUserGroupMemberRequest::setKeyword(const std::string &keyword) {
|
||||
keyword_ = keyword;
|
||||
setParameter(std::string("Keyword"), keyword);
|
||||
}
|
||||
|
||||
std::string QueryUserGroupMemberRequest::getUserGroupId() const {
|
||||
return userGroupId_;
|
||||
}
|
||||
@@ -52,12 +61,3 @@ void QueryUserGroupMemberRequest::setSignType(const std::string &signType) {
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string QueryUserGroupMemberRequest::getKeyword() const {
|
||||
return keyword_;
|
||||
}
|
||||
|
||||
void QueryUserGroupMemberRequest::setKeyword(const std::string &keyword) {
|
||||
keyword_ = keyword;
|
||||
setParameter(std::string("Keyword"), keyword);
|
||||
}
|
||||
|
||||
|
||||
@@ -43,15 +43,6 @@ void QueryUserInfoByAccountRequest::setAccountType(int accountType) {
|
||||
setParameter(std::string("AccountType"), std::to_string(accountType));
|
||||
}
|
||||
|
||||
std::string QueryUserInfoByAccountRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void QueryUserInfoByAccountRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string QueryUserInfoByAccountRequest::getParentAccountName() const {
|
||||
return parentAccountName_;
|
||||
}
|
||||
@@ -61,6 +52,15 @@ void QueryUserInfoByAccountRequest::setParentAccountName(const std::string &pare
|
||||
setParameter(std::string("ParentAccountName"), parentAccountName);
|
||||
}
|
||||
|
||||
std::string QueryUserInfoByAccountRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void QueryUserInfoByAccountRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string QueryUserInfoByAccountRequest::getAccount() const {
|
||||
return account_;
|
||||
}
|
||||
|
||||
@@ -74,6 +74,8 @@ void QueryUserListResult::parse(const std::string &payload)
|
||||
dataItemObject.userId = resultNodeDataDataItem["UserId"].asString();
|
||||
if(!resultNodeDataDataItem["UserType"].isNull())
|
||||
dataItemObject.userType = std::stoi(resultNodeDataDataItem["UserType"].asString());
|
||||
if(!resultNodeDataDataItem["IsDeleted"].isNull())
|
||||
dataItemObject.isDeleted = resultNodeDataDataItem["IsDeleted"].asString() == "true";
|
||||
auto allRoleIdList = value["RoleIdList"]["roleIdList"];
|
||||
for (auto value : allRoleIdList)
|
||||
dataItemObject.roleIdList.push_back(value.asString());
|
||||
|
||||
@@ -34,15 +34,6 @@ void QueryUserRoleInfoInWorkspaceRequest::setAccessPoint(const std::string &acce
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string QueryUserRoleInfoInWorkspaceRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void QueryUserRoleInfoInWorkspaceRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string QueryUserRoleInfoInWorkspaceRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
@@ -52,6 +43,15 @@ void QueryUserRoleInfoInWorkspaceRequest::setUserId(const std::string &userId) {
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string QueryUserRoleInfoInWorkspaceRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void QueryUserRoleInfoInWorkspaceRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string QueryUserRoleInfoInWorkspaceRequest::getWorkspaceId() const {
|
||||
return workspaceId_;
|
||||
}
|
||||
|
||||
@@ -34,15 +34,6 @@ void ResultCallbackRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string ResultCallbackRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void ResultCallbackRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string ResultCallbackRequest::getHandleReason() const {
|
||||
return handleReason_;
|
||||
}
|
||||
@@ -61,6 +52,15 @@ void ResultCallbackRequest::setApplicationId(const std::string &applicationId) {
|
||||
setParameter(std::string("ApplicationId"), applicationId);
|
||||
}
|
||||
|
||||
std::string ResultCallbackRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void ResultCallbackRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
int ResultCallbackRequest::getStatus() const {
|
||||
return status_;
|
||||
}
|
||||
|
||||
@@ -25,15 +25,6 @@ SaveFavoritesRequest::SaveFavoritesRequest()
|
||||
|
||||
SaveFavoritesRequest::~SaveFavoritesRequest() {}
|
||||
|
||||
std::string SaveFavoritesRequest::getWorksType() const {
|
||||
return worksType_;
|
||||
}
|
||||
|
||||
void SaveFavoritesRequest::setWorksType(const std::string &worksType) {
|
||||
worksType_ = worksType;
|
||||
setParameter(std::string("WorksType"), worksType);
|
||||
}
|
||||
|
||||
std::string SaveFavoritesRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -43,15 +34,6 @@ void SaveFavoritesRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string SaveFavoritesRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void SaveFavoritesRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string SaveFavoritesRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
@@ -61,6 +43,24 @@ void SaveFavoritesRequest::setUserId(const std::string &userId) {
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string SaveFavoritesRequest::getWorksType() const {
|
||||
return worksType_;
|
||||
}
|
||||
|
||||
void SaveFavoritesRequest::setWorksType(const std::string &worksType) {
|
||||
worksType_ = worksType;
|
||||
setParameter(std::string("WorksType"), worksType);
|
||||
}
|
||||
|
||||
std::string SaveFavoritesRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void SaveFavoritesRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string SaveFavoritesRequest::getWorksId() const {
|
||||
return worksId_;
|
||||
}
|
||||
|
||||
@@ -34,15 +34,6 @@ void SetDataLevelPermissionExtraConfigRequest::setMissHitPolicy(const std::strin
|
||||
setParameter(std::string("MissHitPolicy"), missHitPolicy);
|
||||
}
|
||||
|
||||
std::string SetDataLevelPermissionExtraConfigRequest::getRuleType() const {
|
||||
return ruleType_;
|
||||
}
|
||||
|
||||
void SetDataLevelPermissionExtraConfigRequest::setRuleType(const std::string &ruleType) {
|
||||
ruleType_ = ruleType;
|
||||
setParameter(std::string("RuleType"), ruleType);
|
||||
}
|
||||
|
||||
std::string SetDataLevelPermissionExtraConfigRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -52,15 +43,6 @@ void SetDataLevelPermissionExtraConfigRequest::setAccessPoint(const std::string
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string SetDataLevelPermissionExtraConfigRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void SetDataLevelPermissionExtraConfigRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string SetDataLevelPermissionExtraConfigRequest::getCubeId() const {
|
||||
return cubeId_;
|
||||
}
|
||||
@@ -70,3 +52,21 @@ void SetDataLevelPermissionExtraConfigRequest::setCubeId(const std::string &cube
|
||||
setParameter(std::string("CubeId"), cubeId);
|
||||
}
|
||||
|
||||
std::string SetDataLevelPermissionExtraConfigRequest::getRuleType() const {
|
||||
return ruleType_;
|
||||
}
|
||||
|
||||
void SetDataLevelPermissionExtraConfigRequest::setRuleType(const std::string &ruleType) {
|
||||
ruleType_ = ruleType;
|
||||
setParameter(std::string("RuleType"), ruleType);
|
||||
}
|
||||
|
||||
std::string SetDataLevelPermissionExtraConfigRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void SetDataLevelPermissionExtraConfigRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,15 +34,6 @@ void SmartqQueryAbilityRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string SmartqQueryAbilityRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void SmartqQueryAbilityRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string SmartqQueryAbilityRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
@@ -70,3 +61,12 @@ void SmartqQueryAbilityRequest::setCubeId(const std::string &cubeId) {
|
||||
setParameter(std::string("CubeId"), cubeId);
|
||||
}
|
||||
|
||||
std::string SmartqQueryAbilityRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void SmartqQueryAbilityRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,15 +34,6 @@ void UpdateDataLevelPermissionStatusRequest::setIsOpen(int isOpen) {
|
||||
setParameter(std::string("IsOpen"), std::to_string(isOpen));
|
||||
}
|
||||
|
||||
std::string UpdateDataLevelPermissionStatusRequest::getRuleType() const {
|
||||
return ruleType_;
|
||||
}
|
||||
|
||||
void UpdateDataLevelPermissionStatusRequest::setRuleType(const std::string &ruleType) {
|
||||
ruleType_ = ruleType;
|
||||
setParameter(std::string("RuleType"), ruleType);
|
||||
}
|
||||
|
||||
std::string UpdateDataLevelPermissionStatusRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -52,15 +43,6 @@ void UpdateDataLevelPermissionStatusRequest::setAccessPoint(const std::string &a
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string UpdateDataLevelPermissionStatusRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void UpdateDataLevelPermissionStatusRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string UpdateDataLevelPermissionStatusRequest::getCubeId() const {
|
||||
return cubeId_;
|
||||
}
|
||||
@@ -70,3 +52,21 @@ void UpdateDataLevelPermissionStatusRequest::setCubeId(const std::string &cubeId
|
||||
setParameter(std::string("CubeId"), cubeId);
|
||||
}
|
||||
|
||||
std::string UpdateDataLevelPermissionStatusRequest::getRuleType() const {
|
||||
return ruleType_;
|
||||
}
|
||||
|
||||
void UpdateDataLevelPermissionStatusRequest::setRuleType(const std::string &ruleType) {
|
||||
ruleType_ = ruleType;
|
||||
setParameter(std::string("RuleType"), ruleType);
|
||||
}
|
||||
|
||||
std::string UpdateDataLevelPermissionStatusRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
void UpdateDataLevelPermissionStatusRequest::setSignType(const std::string &signType) {
|
||||
signType_ = signType;
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
|
||||
@@ -25,15 +25,6 @@ UpdateTicketNumRequest::UpdateTicketNumRequest()
|
||||
|
||||
UpdateTicketNumRequest::~UpdateTicketNumRequest() {}
|
||||
|
||||
std::string UpdateTicketNumRequest::getTicket() const {
|
||||
return ticket_;
|
||||
}
|
||||
|
||||
void UpdateTicketNumRequest::setTicket(const std::string &ticket) {
|
||||
ticket_ = ticket;
|
||||
setParameter(std::string("Ticket"), ticket);
|
||||
}
|
||||
|
||||
std::string UpdateTicketNumRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -43,6 +34,15 @@ void UpdateTicketNumRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string UpdateTicketNumRequest::getTicket() const {
|
||||
return ticket_;
|
||||
}
|
||||
|
||||
void UpdateTicketNumRequest::setTicket(const std::string &ticket) {
|
||||
ticket_ = ticket;
|
||||
setParameter(std::string("Ticket"), ticket);
|
||||
}
|
||||
|
||||
std::string UpdateTicketNumRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
|
||||
@@ -34,6 +34,15 @@ void UpdateUserGroupRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string UpdateUserGroupRequest::getUserGroupName() const {
|
||||
return userGroupName_;
|
||||
}
|
||||
|
||||
void UpdateUserGroupRequest::setUserGroupName(const std::string &userGroupName) {
|
||||
userGroupName_ = userGroupName;
|
||||
setParameter(std::string("UserGroupName"), userGroupName);
|
||||
}
|
||||
|
||||
std::string UpdateUserGroupRequest::getUserGroupId() const {
|
||||
return userGroupId_;
|
||||
}
|
||||
@@ -52,15 +61,6 @@ void UpdateUserGroupRequest::setSignType(const std::string &signType) {
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string UpdateUserGroupRequest::getUserGroupName() const {
|
||||
return userGroupName_;
|
||||
}
|
||||
|
||||
void UpdateUserGroupRequest::setUserGroupName(const std::string &userGroupName) {
|
||||
userGroupName_ = userGroupName;
|
||||
setParameter(std::string("UserGroupName"), userGroupName);
|
||||
}
|
||||
|
||||
std::string UpdateUserGroupRequest::getUserGroupDescription() const {
|
||||
return userGroupDescription_;
|
||||
}
|
||||
|
||||
@@ -25,15 +25,6 @@ UpdateUserTagMetaRequest::UpdateUserTagMetaRequest()
|
||||
|
||||
UpdateUserTagMetaRequest::~UpdateUserTagMetaRequest() {}
|
||||
|
||||
std::string UpdateUserTagMetaRequest::getTagId() const {
|
||||
return tagId_;
|
||||
}
|
||||
|
||||
void UpdateUserTagMetaRequest::setTagId(const std::string &tagId) {
|
||||
tagId_ = tagId;
|
||||
setParameter(std::string("TagId"), tagId);
|
||||
}
|
||||
|
||||
std::string UpdateUserTagMetaRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
@@ -43,6 +34,24 @@ void UpdateUserTagMetaRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string UpdateUserTagMetaRequest::getTagName() const {
|
||||
return tagName_;
|
||||
}
|
||||
|
||||
void UpdateUserTagMetaRequest::setTagName(const std::string &tagName) {
|
||||
tagName_ = tagName;
|
||||
setParameter(std::string("TagName"), tagName);
|
||||
}
|
||||
|
||||
std::string UpdateUserTagMetaRequest::getTagId() const {
|
||||
return tagId_;
|
||||
}
|
||||
|
||||
void UpdateUserTagMetaRequest::setTagId(const std::string &tagId) {
|
||||
tagId_ = tagId;
|
||||
setParameter(std::string("TagId"), tagId);
|
||||
}
|
||||
|
||||
std::string UpdateUserTagMetaRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
@@ -61,12 +70,3 @@ void UpdateUserTagMetaRequest::setTagDescription(const std::string &tagDescripti
|
||||
setParameter(std::string("TagDescription"), tagDescription);
|
||||
}
|
||||
|
||||
std::string UpdateUserTagMetaRequest::getTagName() const {
|
||||
return tagName_;
|
||||
}
|
||||
|
||||
void UpdateUserTagMetaRequest::setTagName(const std::string &tagName) {
|
||||
tagName_ = tagName;
|
||||
setParameter(std::string("TagName"), tagName);
|
||||
}
|
||||
|
||||
|
||||
@@ -25,6 +25,24 @@ UpdateUserTagValueRequest::UpdateUserTagValueRequest()
|
||||
|
||||
UpdateUserTagValueRequest::~UpdateUserTagValueRequest() {}
|
||||
|
||||
std::string UpdateUserTagValueRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
|
||||
void UpdateUserTagValueRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
accessPoint_ = accessPoint;
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string UpdateUserTagValueRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
|
||||
void UpdateUserTagValueRequest::setUserId(const std::string &userId) {
|
||||
userId_ = userId;
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
std::string UpdateUserTagValueRequest::getTagValue() const {
|
||||
return tagValue_;
|
||||
}
|
||||
@@ -43,15 +61,6 @@ void UpdateUserTagValueRequest::setTagId(const std::string &tagId) {
|
||||
setParameter(std::string("TagId"), tagId);
|
||||
}
|
||||
|
||||
std::string UpdateUserTagValueRequest::getAccessPoint() const {
|
||||
return accessPoint_;
|
||||
}
|
||||
|
||||
void UpdateUserTagValueRequest::setAccessPoint(const std::string &accessPoint) {
|
||||
accessPoint_ = accessPoint;
|
||||
setParameter(std::string("AccessPoint"), accessPoint);
|
||||
}
|
||||
|
||||
std::string UpdateUserTagValueRequest::getSignType() const {
|
||||
return signType_;
|
||||
}
|
||||
@@ -61,12 +70,3 @@ void UpdateUserTagValueRequest::setSignType(const std::string &signType) {
|
||||
setParameter(std::string("SignType"), signType);
|
||||
}
|
||||
|
||||
std::string UpdateUserTagValueRequest::getUserId() const {
|
||||
return userId_;
|
||||
}
|
||||
|
||||
void UpdateUserTagValueRequest::setUserId(const std::string &userId) {
|
||||
userId_ = userId;
|
||||
setParameter(std::string("UserId"), userId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user