Add role authority management.

This commit is contained in:
sdk-team
2020-10-27 02:33:55 +00:00
parent dcb1633973
commit d689d06eb7
102 changed files with 2517 additions and 140 deletions

View File

@@ -28,6 +28,8 @@
#include "model/AddApDeviceResult.h"
#include "model/AddPlanogramShelfRequest.h"
#include "model/AddPlanogramShelfResult.h"
#include "model/AddRoleActionsRequest.h"
#include "model/AddRoleActionsResult.h"
#include "model/AddUserRequest.h"
#include "model/AddUserResult.h"
#include "model/AssignUserRequest.h"
@@ -46,6 +48,8 @@
#include "model/DeleteApDeviceResult.h"
#include "model/DeletePlanogramShelfRequest.h"
#include "model/DeletePlanogramShelfResult.h"
#include "model/DeleteRoleActionsRequest.h"
#include "model/DeleteRoleActionsResult.h"
#include "model/DeleteStoreRequest.h"
#include "model/DeleteStoreResult.h"
#include "model/DeleteUserRequest.h"
@@ -56,6 +60,8 @@
#include "model/DescribeApDevicesResult.h"
#include "model/DescribeBindersRequest.h"
#include "model/DescribeBindersResult.h"
#include "model/DescribeClientPackageRequest.h"
#include "model/DescribeClientPackageResult.h"
#include "model/DescribeEslDevicesRequest.h"
#include "model/DescribeEslDevicesResult.h"
#include "model/DescribeItemsRequest.h"
@@ -68,6 +74,8 @@
#include "model/DescribePlanogramRailsResult.h"
#include "model/DescribePlanogramShelvesRequest.h"
#include "model/DescribePlanogramShelvesResult.h"
#include "model/DescribeRoleActionsRequest.h"
#include "model/DescribeRoleActionsResult.h"
#include "model/DescribeStoreConfigRequest.h"
#include "model/DescribeStoreConfigResult.h"
#include "model/DescribeStoresRequest.h"
@@ -90,6 +98,8 @@
#include "model/UpdateStoreResult.h"
#include "model/UpdateStoreConfigRequest.h"
#include "model/UpdateStoreConfigResult.h"
#include "model/UpdateUserRequest.h"
#include "model/UpdateUserResult.h"
namespace AlibabaCloud
@@ -108,6 +118,9 @@ namespace AlibabaCloud
typedef Outcome<Error, Model::AddPlanogramShelfResult> AddPlanogramShelfOutcome;
typedef std::future<AddPlanogramShelfOutcome> AddPlanogramShelfOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::AddPlanogramShelfRequest&, const AddPlanogramShelfOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> AddPlanogramShelfAsyncHandler;
typedef Outcome<Error, Model::AddRoleActionsResult> AddRoleActionsOutcome;
typedef std::future<AddRoleActionsOutcome> AddRoleActionsOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::AddRoleActionsRequest&, const AddRoleActionsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> AddRoleActionsAsyncHandler;
typedef Outcome<Error, Model::AddUserResult> AddUserOutcome;
typedef std::future<AddUserOutcome> AddUserOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::AddUserRequest&, const AddUserOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> AddUserAsyncHandler;
@@ -135,6 +148,9 @@ namespace AlibabaCloud
typedef Outcome<Error, Model::DeletePlanogramShelfResult> DeletePlanogramShelfOutcome;
typedef std::future<DeletePlanogramShelfOutcome> DeletePlanogramShelfOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::DeletePlanogramShelfRequest&, const DeletePlanogramShelfOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DeletePlanogramShelfAsyncHandler;
typedef Outcome<Error, Model::DeleteRoleActionsResult> DeleteRoleActionsOutcome;
typedef std::future<DeleteRoleActionsOutcome> DeleteRoleActionsOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::DeleteRoleActionsRequest&, const DeleteRoleActionsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DeleteRoleActionsAsyncHandler;
typedef Outcome<Error, Model::DeleteStoreResult> DeleteStoreOutcome;
typedef std::future<DeleteStoreOutcome> DeleteStoreOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::DeleteStoreRequest&, const DeleteStoreOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DeleteStoreAsyncHandler;
@@ -150,6 +166,9 @@ namespace AlibabaCloud
typedef Outcome<Error, Model::DescribeBindersResult> DescribeBindersOutcome;
typedef std::future<DescribeBindersOutcome> DescribeBindersOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::DescribeBindersRequest&, const DescribeBindersOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeBindersAsyncHandler;
typedef Outcome<Error, Model::DescribeClientPackageResult> DescribeClientPackageOutcome;
typedef std::future<DescribeClientPackageOutcome> DescribeClientPackageOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::DescribeClientPackageRequest&, const DescribeClientPackageOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeClientPackageAsyncHandler;
typedef Outcome<Error, Model::DescribeEslDevicesResult> DescribeEslDevicesOutcome;
typedef std::future<DescribeEslDevicesOutcome> DescribeEslDevicesOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::DescribeEslDevicesRequest&, const DescribeEslDevicesOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeEslDevicesAsyncHandler;
@@ -168,6 +187,9 @@ namespace AlibabaCloud
typedef Outcome<Error, Model::DescribePlanogramShelvesResult> DescribePlanogramShelvesOutcome;
typedef std::future<DescribePlanogramShelvesOutcome> DescribePlanogramShelvesOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::DescribePlanogramShelvesRequest&, const DescribePlanogramShelvesOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribePlanogramShelvesAsyncHandler;
typedef Outcome<Error, Model::DescribeRoleActionsResult> DescribeRoleActionsOutcome;
typedef std::future<DescribeRoleActionsOutcome> DescribeRoleActionsOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::DescribeRoleActionsRequest&, const DescribeRoleActionsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeRoleActionsAsyncHandler;
typedef Outcome<Error, Model::DescribeStoreConfigResult> DescribeStoreConfigOutcome;
typedef std::future<DescribeStoreConfigOutcome> DescribeStoreConfigOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::DescribeStoreConfigRequest&, const DescribeStoreConfigOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeStoreConfigAsyncHandler;
@@ -201,6 +223,9 @@ namespace AlibabaCloud
typedef Outcome<Error, Model::UpdateStoreConfigResult> UpdateStoreConfigOutcome;
typedef std::future<UpdateStoreConfigOutcome> UpdateStoreConfigOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::UpdateStoreConfigRequest&, const UpdateStoreConfigOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdateStoreConfigAsyncHandler;
typedef Outcome<Error, Model::UpdateUserResult> UpdateUserOutcome;
typedef std::future<UpdateUserOutcome> UpdateUserOutcomeCallable;
typedef std::function<void(const CloudeslClient*, const Model::UpdateUserRequest&, const UpdateUserOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdateUserAsyncHandler;
CloudeslClient(const Credentials &credentials, const ClientConfiguration &configuration);
CloudeslClient(const std::shared_ptr<CredentialsProvider> &credentialsProvider, const ClientConfiguration &configuration);
@@ -215,6 +240,9 @@ namespace AlibabaCloud
AddPlanogramShelfOutcome addPlanogramShelf(const Model::AddPlanogramShelfRequest &request)const;
void addPlanogramShelfAsync(const Model::AddPlanogramShelfRequest& request, const AddPlanogramShelfAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
AddPlanogramShelfOutcomeCallable addPlanogramShelfCallable(const Model::AddPlanogramShelfRequest& request) const;
AddRoleActionsOutcome addRoleActions(const Model::AddRoleActionsRequest &request)const;
void addRoleActionsAsync(const Model::AddRoleActionsRequest& request, const AddRoleActionsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
AddRoleActionsOutcomeCallable addRoleActionsCallable(const Model::AddRoleActionsRequest& request) const;
AddUserOutcome addUser(const Model::AddUserRequest &request)const;
void addUserAsync(const Model::AddUserRequest& request, const AddUserAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
AddUserOutcomeCallable addUserCallable(const Model::AddUserRequest& request) const;
@@ -242,6 +270,9 @@ namespace AlibabaCloud
DeletePlanogramShelfOutcome deletePlanogramShelf(const Model::DeletePlanogramShelfRequest &request)const;
void deletePlanogramShelfAsync(const Model::DeletePlanogramShelfRequest& request, const DeletePlanogramShelfAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DeletePlanogramShelfOutcomeCallable deletePlanogramShelfCallable(const Model::DeletePlanogramShelfRequest& request) const;
DeleteRoleActionsOutcome deleteRoleActions(const Model::DeleteRoleActionsRequest &request)const;
void deleteRoleActionsAsync(const Model::DeleteRoleActionsRequest& request, const DeleteRoleActionsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DeleteRoleActionsOutcomeCallable deleteRoleActionsCallable(const Model::DeleteRoleActionsRequest& request) const;
DeleteStoreOutcome deleteStore(const Model::DeleteStoreRequest &request)const;
void deleteStoreAsync(const Model::DeleteStoreRequest& request, const DeleteStoreAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DeleteStoreOutcomeCallable deleteStoreCallable(const Model::DeleteStoreRequest& request) const;
@@ -257,6 +288,9 @@ namespace AlibabaCloud
DescribeBindersOutcome describeBinders(const Model::DescribeBindersRequest &request)const;
void describeBindersAsync(const Model::DescribeBindersRequest& request, const DescribeBindersAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DescribeBindersOutcomeCallable describeBindersCallable(const Model::DescribeBindersRequest& request) const;
DescribeClientPackageOutcome describeClientPackage(const Model::DescribeClientPackageRequest &request)const;
void describeClientPackageAsync(const Model::DescribeClientPackageRequest& request, const DescribeClientPackageAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DescribeClientPackageOutcomeCallable describeClientPackageCallable(const Model::DescribeClientPackageRequest& request) const;
DescribeEslDevicesOutcome describeEslDevices(const Model::DescribeEslDevicesRequest &request)const;
void describeEslDevicesAsync(const Model::DescribeEslDevicesRequest& request, const DescribeEslDevicesAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DescribeEslDevicesOutcomeCallable describeEslDevicesCallable(const Model::DescribeEslDevicesRequest& request) const;
@@ -275,6 +309,9 @@ namespace AlibabaCloud
DescribePlanogramShelvesOutcome describePlanogramShelves(const Model::DescribePlanogramShelvesRequest &request)const;
void describePlanogramShelvesAsync(const Model::DescribePlanogramShelvesRequest& request, const DescribePlanogramShelvesAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DescribePlanogramShelvesOutcomeCallable describePlanogramShelvesCallable(const Model::DescribePlanogramShelvesRequest& request) const;
DescribeRoleActionsOutcome describeRoleActions(const Model::DescribeRoleActionsRequest &request)const;
void describeRoleActionsAsync(const Model::DescribeRoleActionsRequest& request, const DescribeRoleActionsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DescribeRoleActionsOutcomeCallable describeRoleActionsCallable(const Model::DescribeRoleActionsRequest& request) const;
DescribeStoreConfigOutcome describeStoreConfig(const Model::DescribeStoreConfigRequest &request)const;
void describeStoreConfigAsync(const Model::DescribeStoreConfigRequest& request, const DescribeStoreConfigAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
DescribeStoreConfigOutcomeCallable describeStoreConfigCallable(const Model::DescribeStoreConfigRequest& request) const;
@@ -308,6 +345,9 @@ namespace AlibabaCloud
UpdateStoreConfigOutcome updateStoreConfig(const Model::UpdateStoreConfigRequest &request)const;
void updateStoreConfigAsync(const Model::UpdateStoreConfigRequest& request, const UpdateStoreConfigAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
UpdateStoreConfigOutcomeCallable updateStoreConfigCallable(const Model::UpdateStoreConfigRequest& request) const;
UpdateUserOutcome updateUser(const Model::UpdateUserRequest &request)const;
void updateUserAsync(const Model::UpdateUserRequest& request, const UpdateUserAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
UpdateUserOutcomeCallable updateUserCallable(const Model::UpdateUserRequest& request) const;
private:
std::shared_ptr<EndpointProvider> endpointProvider_;

View File

@@ -35,12 +35,15 @@ namespace AlibabaCloud
ActivateApDeviceRequest();
~ActivateApDeviceRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getApMac()const;
void setApMac(const std::string& apMac);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
private:
std::string extraParams_;
std::string apMac_;
std::string storeId_;

View File

@@ -35,6 +35,10 @@ namespace AlibabaCloud
AddApDeviceRequest();
~AddApDeviceRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getClientToken()const;
void setClientToken(const std::string& clientToken);
std::string getRemark()const;
void setRemark(const std::string& remark);
std::string getApMac()const;
@@ -43,6 +47,8 @@ namespace AlibabaCloud
void setStoreId(const std::string& storeId);
private:
std::string extraParams_;
std::string clientToken_;
std::string remark_;
std::string apMac_;
std::string storeId_;

View File

@@ -35,17 +35,29 @@ namespace AlibabaCloud
AddPlanogramShelfRequest();
~AddPlanogramShelfRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getClientToken()const;
void setClientToken(const std::string& clientToken);
std::string getShelfType()const;
void setShelfType(const std::string& shelfType);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
std::string getZone()const;
void setZone(const std::string& zone);
std::string getShelf()const;
void setShelf(const std::string& shelf);
std::string getCategory()const;
void setCategory(const std::string& category);
private:
std::string extraParams_;
std::string clientToken_;
std::string shelfType_;
std::string storeId_;
std::string zone_;
std::string shelf_;
std::string category_;
};
}

View File

@@ -0,0 +1,57 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_CLOUDESL_MODEL_ADDROLEACTIONSREQUEST_H_
#define ALIBABACLOUD_CLOUDESL_MODEL_ADDROLEACTIONSREQUEST_H_
#include <string>
#include <vector>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/cloudesl/CloudeslExport.h>
namespace AlibabaCloud
{
namespace Cloudesl
{
namespace Model
{
class ALIBABACLOUD_CLOUDESL_EXPORT AddRoleActionsRequest : public RpcServiceRequest
{
public:
AddRoleActionsRequest();
~AddRoleActionsRequest();
std::string getRoleCode()const;
void setRoleCode(const std::string& roleCode);
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getClientToken()const;
void setClientToken(const std::string& clientToken);
std::string getAccessControlLists()const;
void setAccessControlLists(const std::string& accessControlLists);
private:
std::string roleCode_;
std::string extraParams_;
std::string clientToken_;
std::string accessControlLists_;
};
}
}
}
#endif // !ALIBABACLOUD_CLOUDESL_MODEL_ADDROLEACTIONSREQUEST_H_

View File

@@ -0,0 +1,63 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_CLOUDESL_MODEL_ADDROLEACTIONSRESULT_H_
#define ALIBABACLOUD_CLOUDESL_MODEL_ADDROLEACTIONSRESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/cloudesl/CloudeslExport.h>
namespace AlibabaCloud
{
namespace Cloudesl
{
namespace Model
{
class ALIBABACLOUD_CLOUDESL_EXPORT AddRoleActionsResult : public ServiceResult
{
public:
AddRoleActionsResult();
explicit AddRoleActionsResult(const std::string &payload);
~AddRoleActionsResult();
std::string getMessage()const;
std::string getDynamicCode()const;
std::string getErrorCode()const;
std::string getDynamicMessage()const;
std::string getErrorMessage()const;
std::string getCode()const;
bool getSuccess()const;
protected:
void parse(const std::string &payload);
private:
std::string message_;
std::string dynamicCode_;
std::string errorCode_;
std::string dynamicMessage_;
std::string errorMessage_;
std::string code_;
bool success_;
};
}
}
}
#endif // !ALIBABACLOUD_CLOUDESL_MODEL_ADDROLEACTIONSRESULT_H_

View File

@@ -35,10 +35,16 @@ namespace AlibabaCloud
AddUserRequest();
~AddUserRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getClientToken()const;
void setClientToken(const std::string& clientToken);
std::string getUserId()const;
void setUserId(const std::string& userId);
private:
std::string extraParams_;
std::string clientToken_;
std::string userId_;
};

View File

@@ -35,6 +35,8 @@ namespace AlibabaCloud
AssignUserRequest();
~AssignUserRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStores()const;
void setStores(const std::string& stores);
std::string getUserType()const;
@@ -43,6 +45,7 @@ namespace AlibabaCloud
void setUserId(const std::string& userId);
private:
std::string extraParams_;
std::string stores_;
std::string userType_;
std::string userId_;

View File

@@ -35,6 +35,8 @@ namespace AlibabaCloud
AssociatePlanogramRailRequest();
~AssociatePlanogramRailRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
int getLayer()const;
@@ -45,6 +47,7 @@ namespace AlibabaCloud
void setRailCode(const std::string& railCode);
private:
std::string extraParams_;
std::string storeId_;
int layer_;
std::string shelf_;

View File

@@ -89,12 +89,15 @@ namespace AlibabaCloud
BatchInsertItemsRequest();
~BatchInsertItemsRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
std::vector<ItemInfo> getItemInfo()const;
void setItemInfo(const std::vector<ItemInfo>& itemInfo);
private:
std::string extraParams_;
std::string storeId_;
std::vector<ItemInfo> itemInfo_;

View File

@@ -35,26 +35,29 @@ namespace AlibabaCloud
BindEslDeviceRequest();
~BindEslDeviceRequest();
std::string getColumn()const;
void setColumn(const std::string& column);
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
int getLayer()const;
void setLayer(int layer);
std::string getShelf()const;
void setShelf(const std::string& shelf);
std::string getEslBarCode()const;
void setEslBarCode(const std::string& eslBarCode);
std::string getItemBarCode()const;
void setItemBarCode(const std::string& itemBarCode);
std::string getColumn()const;
void setColumn(const std::string& column);
std::string getShelf()const;
void setShelf(const std::string& shelf);
private:
std::string column_;
std::string extraParams_;
std::string storeId_;
int layer_;
std::string shelf_;
std::string eslBarCode_;
std::string itemBarCode_;
std::string column_;
std::string shelf_;
};
}

View File

@@ -47,26 +47,29 @@ namespace AlibabaCloud
std::string getActionType()const;
void setActionType(const std::string& actionType);
bool getBeAutoRefresh()const;
void setBeAutoRefresh(bool beAutoRefresh);
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
int getLayer()const;
void setLayer(int layer);
std::string getShelf()const;
void setShelf(const std::string& shelf);
std::string getLayerOrigin()const;
void setLayerOrigin(const std::string& layerOrigin);
bool getBeAutoRefresh()const;
void setBeAutoRefresh(bool beAutoRefresh);
std::string getShelf()const;
void setShelf(const std::string& shelf);
std::vector<ShelfPositionInfo> getShelfPositionInfo()const;
void setShelfPositionInfo(const std::vector<ShelfPositionInfo>& shelfPositionInfo);
private:
std::string actionType_;
bool beAutoRefresh_;
std::string extraParams_;
std::string storeId_;
int layer_;
std::string shelf_;
std::string layerOrigin_;
bool beAutoRefresh_;
std::string shelf_;
std::vector<ShelfPositionInfo> shelfPositionInfo_;
};

View File

@@ -35,20 +35,26 @@ namespace AlibabaCloud
CreateStoreRequest();
~CreateStoreRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getClientToken()const;
void setClientToken(const std::string& clientToken);
std::string getStoreName()const;
void setStoreName(const std::string& storeName);
std::string getParentId()const;
void setParentId(const std::string& parentId);
std::string getPhone()const;
void setPhone(const std::string& phone);
std::string getUserStoreCode()const;
void setUserStoreCode(const std::string& userStoreCode);
std::string getPhone()const;
void setPhone(const std::string& phone);
private:
std::string extraParams_;
std::string clientToken_;
std::string storeName_;
std::string parentId_;
std::string phone_;
std::string userStoreCode_;
std::string phone_;
};
}

View File

@@ -35,12 +35,15 @@ namespace AlibabaCloud
DeleteApDeviceRequest();
~DeleteApDeviceRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getApMac()const;
void setApMac(const std::string& apMac);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
private:
std::string extraParams_;
std::string apMac_;
std::string storeId_;

View File

@@ -35,6 +35,8 @@ namespace AlibabaCloud
DeletePlanogramShelfRequest();
~DeletePlanogramShelfRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
bool getBeAutoRefresh()const;
void setBeAutoRefresh(bool beAutoRefresh);
std::string getStoreId()const;
@@ -43,6 +45,7 @@ namespace AlibabaCloud
void setShelf(const std::string& shelf);
private:
std::string extraParams_;
bool beAutoRefresh_;
std::string storeId_;
std::string shelf_;

View File

@@ -0,0 +1,54 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_CLOUDESL_MODEL_DELETEROLEACTIONSREQUEST_H_
#define ALIBABACLOUD_CLOUDESL_MODEL_DELETEROLEACTIONSREQUEST_H_
#include <string>
#include <vector>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/cloudesl/CloudeslExport.h>
namespace AlibabaCloud
{
namespace Cloudesl
{
namespace Model
{
class ALIBABACLOUD_CLOUDESL_EXPORT DeleteRoleActionsRequest : public RpcServiceRequest
{
public:
DeleteRoleActionsRequest();
~DeleteRoleActionsRequest();
std::string getRoleCode()const;
void setRoleCode(const std::string& roleCode);
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getAccessControlLists()const;
void setAccessControlLists(const std::string& accessControlLists);
private:
std::string roleCode_;
std::string extraParams_;
std::string accessControlLists_;
};
}
}
}
#endif // !ALIBABACLOUD_CLOUDESL_MODEL_DELETEROLEACTIONSREQUEST_H_

View File

@@ -0,0 +1,63 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_CLOUDESL_MODEL_DELETEROLEACTIONSRESULT_H_
#define ALIBABACLOUD_CLOUDESL_MODEL_DELETEROLEACTIONSRESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/cloudesl/CloudeslExport.h>
namespace AlibabaCloud
{
namespace Cloudesl
{
namespace Model
{
class ALIBABACLOUD_CLOUDESL_EXPORT DeleteRoleActionsResult : public ServiceResult
{
public:
DeleteRoleActionsResult();
explicit DeleteRoleActionsResult(const std::string &payload);
~DeleteRoleActionsResult();
std::string getMessage()const;
std::string getDynamicCode()const;
std::string getErrorCode()const;
std::string getDynamicMessage()const;
std::string getErrorMessage()const;
std::string getCode()const;
bool getSuccess()const;
protected:
void parse(const std::string &payload);
private:
std::string message_;
std::string dynamicCode_;
std::string errorCode_;
std::string dynamicMessage_;
std::string errorMessage_;
std::string code_;
bool success_;
};
}
}
}
#endif // !ALIBABACLOUD_CLOUDESL_MODEL_DELETEROLEACTIONSRESULT_H_

View File

@@ -35,10 +35,13 @@ namespace AlibabaCloud
DeleteStoreRequest();
~DeleteStoreRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
private:
std::string extraParams_;
std::string storeId_;
};

View File

@@ -35,10 +35,13 @@ namespace AlibabaCloud
DeleteUserRequest();
~DeleteUserRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getUserId()const;
void setUserId(const std::string& userId);
private:
std::string extraParams_;
std::string userId_;
};

View File

@@ -35,6 +35,8 @@ namespace AlibabaCloud
DescribeAlarmsRequest();
~DescribeAlarmsRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
int getPageNumber()const;
@@ -53,6 +55,7 @@ namespace AlibabaCloud
void setDeviceMac(const std::string& deviceMac);
private:
std::string extraParams_;
std::string storeId_;
int pageNumber_;
int pageSize_;

View File

@@ -35,6 +35,8 @@ namespace AlibabaCloud
DescribeApDevicesRequest();
~DescribeApDevicesRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getApMac()const;
void setApMac(const std::string& apMac);
std::string getStoreId()const;
@@ -51,6 +53,7 @@ namespace AlibabaCloud
void setStatus(bool status);
private:
std::string extraParams_;
std::string apMac_;
std::string storeId_;
int pageNumber_;

View File

@@ -35,8 +35,8 @@ namespace AlibabaCloud
DescribeBindersRequest();
~DescribeBindersRequest();
std::string getItemTitle()const;
void setItemTitle(const std::string& itemTitle);
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
int getPageNumber()const;
@@ -47,14 +47,17 @@ namespace AlibabaCloud
void setPageSize(int pageSize);
std::string getItemBarCode()const;
void setItemBarCode(const std::string& itemBarCode);
std::string getItemTitle()const;
void setItemTitle(const std::string& itemTitle);
private:
std::string itemTitle_;
std::string extraParams_;
std::string storeId_;
int pageNumber_;
std::string eslBarCode_;
int pageSize_;
std::string itemBarCode_;
std::string itemTitle_;
};
}

View File

@@ -0,0 +1,51 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_CLOUDESL_MODEL_DESCRIBECLIENTPACKAGEREQUEST_H_
#define ALIBABACLOUD_CLOUDESL_MODEL_DESCRIBECLIENTPACKAGEREQUEST_H_
#include <string>
#include <vector>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/cloudesl/CloudeslExport.h>
namespace AlibabaCloud
{
namespace Cloudesl
{
namespace Model
{
class ALIBABACLOUD_CLOUDESL_EXPORT DescribeClientPackageRequest : public RpcServiceRequest
{
public:
DescribeClientPackageRequest();
~DescribeClientPackageRequest();
std::string getClientType()const;
void setClientType(const std::string& clientType);
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
private:
std::string clientType_;
std::string extraParams_;
};
}
}
}
#endif // !ALIBABACLOUD_CLOUDESL_MODEL_DESCRIBECLIENTPACKAGEREQUEST_H_

View File

@@ -0,0 +1,71 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_CLOUDESL_MODEL_DESCRIBECLIENTPACKAGERESULT_H_
#define ALIBABACLOUD_CLOUDESL_MODEL_DESCRIBECLIENTPACKAGERESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/cloudesl/CloudeslExport.h>
namespace AlibabaCloud
{
namespace Cloudesl
{
namespace Model
{
class ALIBABACLOUD_CLOUDESL_EXPORT DescribeClientPackageResult : public ServiceResult
{
public:
DescribeClientPackageResult();
explicit DescribeClientPackageResult(const std::string &payload);
~DescribeClientPackageResult();
std::string getDescription()const;
std::string getMessage()const;
std::string getVersion()const;
std::string getDynamicCode()const;
std::string getErrorCode()const;
std::string getDynamicMessage()const;
std::string getErrorMessage()const;
std::string getUpdateType()const;
std::string getCode()const;
std::string getUrl()const;
bool getSuccess()const;
protected:
void parse(const std::string &payload);
private:
std::string description_;
std::string message_;
std::string version_;
std::string dynamicCode_;
std::string errorCode_;
std::string dynamicMessage_;
std::string errorMessage_;
std::string updateType_;
std::string code_;
std::string url_;
bool success_;
};
}
}
}
#endif // !ALIBABACLOUD_CLOUDESL_MODEL_DESCRIBECLIENTPACKAGERESULT_H_

View File

@@ -35,6 +35,8 @@ namespace AlibabaCloud
DescribeEslDevicesRequest();
~DescribeEslDevicesRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getType()const;
void setType(const std::string& type);
std::string getStoreId()const;
@@ -53,6 +55,7 @@ namespace AlibabaCloud
void setFromBatteryLevel(int fromBatteryLevel);
private:
std::string extraParams_;
std::string type_;
std::string storeId_;
int pageNumber_;

View File

@@ -35,6 +35,8 @@ namespace AlibabaCloud
DescribeItemsRequest();
~DescribeItemsRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
int getPageNumber()const;
@@ -53,6 +55,7 @@ namespace AlibabaCloud
void setSkuId(const std::string& skuId);
private:
std::string extraParams_;
std::string storeId_;
int pageNumber_;
std::string itemId_;

View File

@@ -61,6 +61,7 @@ namespace AlibabaCloud
std::string customizeFeatureK;
int itemInfoIndex;
std::string itemQrCode;
std::string gmtCreate;
std::string customizeFeatureB;
std::string customizeFeatureA;
int memberPrice;
@@ -68,6 +69,7 @@ namespace AlibabaCloud
bool bePromotion;
int suggestPrice;
std::string sourceCode;
std::string gmtModified;
std::string itemBarCode;
int salesPrice;
std::string itemShortTitle;

View File

@@ -35,16 +35,22 @@ namespace AlibabaCloud
DescribePlanogramEslDevicesRequest();
~DescribePlanogramEslDevicesRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
int getLayer()const;
void setLayer(int layer);
std::string getEslBarCode()const;
void setEslBarCode(const std::string& eslBarCode);
std::string getShelf()const;
void setShelf(const std::string& shelf);
private:
std::string extraParams_;
std::string storeId_;
int layer_;
std::string eslBarCode_;
std::string shelf_;
};

View File

@@ -35,6 +35,8 @@ namespace AlibabaCloud
DescribePlanogramPositionsRequest();
~DescribePlanogramPositionsRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
int getLayer()const;
@@ -43,6 +45,7 @@ namespace AlibabaCloud
void setShelf(const std::string& shelf);
private:
std::string extraParams_;
std::string storeId_;
int layer_;
std::string shelf_;

View File

@@ -45,6 +45,7 @@ namespace AlibabaCloud
float depth;
};
std::string layerOrigin;
std::string railCode;
int layer;
std::vector<LayerInfo::ShelfPositionInfo> shelfPositionInfos;
};
@@ -55,6 +56,7 @@ namespace AlibabaCloud
~DescribePlanogramPositionsResult();
std::string getMessage()const;
std::string getStoreId()const;
std::string getShelfType()const;
std::string getShelf()const;
std::string getDynamicCode()const;
std::vector<LayerInfo> getLayerInfos()const;
@@ -69,6 +71,7 @@ namespace AlibabaCloud
private:
std::string message_;
std::string storeId_;
std::string shelfType_;
std::string shelf_;
std::string dynamicCode_;
std::vector<LayerInfo> layerInfos_;

View File

@@ -35,26 +35,29 @@ namespace AlibabaCloud
DescribePlanogramRailsRequest();
~DescribePlanogramRailsRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
int getLayer()const;
void setLayer(int layer);
int getPageNumber()const;
void setPageNumber(int pageNumber);
int getPageSize()const;
void setPageSize(int pageSize);
std::string getShelf()const;
void setShelf(const std::string& shelf);
std::string getRailCode()const;
void setRailCode(const std::string& railCode);
int getPageSize()const;
void setPageSize(int pageSize);
private:
std::string extraParams_;
std::string storeId_;
int layer_;
int pageNumber_;
int pageSize_;
std::string shelf_;
std::string railCode_;
int pageSize_;
};
}

View File

@@ -35,11 +35,20 @@ namespace AlibabaCloud
DescribePlanogramShelvesRequest();
~DescribePlanogramShelvesRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
int getPageNumber()const;
void setPageNumber(int pageNumber);
int getPageSize()const;
void setPageSize(int pageSize);
private:
std::string extraParams_;
std::string storeId_;
int pageNumber_;
int pageSize_;
};
}

View File

@@ -38,8 +38,12 @@ namespace AlibabaCloud
{
int layer;
};
std::string category;
std::string shelfType;
std::string zone;
std::string shelf;
std::vector<ShelfInfo::LayerInfo> layerInfos;
bool beMatch;
};
@@ -47,8 +51,11 @@ namespace AlibabaCloud
explicit DescribePlanogramShelvesResult(const std::string &payload);
~DescribePlanogramShelvesResult();
std::vector<ShelfInfo> getShelfInfos()const;
int getTotalCount()const;
std::string getMessage()const;
std::string getStoreId()const;
int getPageSize()const;
int getPageNumber()const;
std::string getDynamicCode()const;
std::string getDynamicMessage()const;
std::string getErrorCode()const;
@@ -60,8 +67,11 @@ namespace AlibabaCloud
void parse(const std::string &payload);
private:
std::vector<ShelfInfo> shelfInfos_;
int totalCount_;
std::string message_;
std::string storeId_;
int pageSize_;
int pageNumber_;
std::string dynamicCode_;
std::string dynamicMessage_;
std::string errorCode_;

View File

@@ -0,0 +1,51 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_CLOUDESL_MODEL_DESCRIBEROLEACTIONSREQUEST_H_
#define ALIBABACLOUD_CLOUDESL_MODEL_DESCRIBEROLEACTIONSREQUEST_H_
#include <string>
#include <vector>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/cloudesl/CloudeslExport.h>
namespace AlibabaCloud
{
namespace Cloudesl
{
namespace Model
{
class ALIBABACLOUD_CLOUDESL_EXPORT DescribeRoleActionsRequest : public RpcServiceRequest
{
public:
DescribeRoleActionsRequest();
~DescribeRoleActionsRequest();
std::string getRoleCode()const;
void setRoleCode(const std::string& roleCode);
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
private:
std::string roleCode_;
std::string extraParams_;
};
}
}
}
#endif // !ALIBABACLOUD_CLOUDESL_MODEL_DESCRIBEROLEACTIONSREQUEST_H_

View File

@@ -0,0 +1,75 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_CLOUDESL_MODEL_DESCRIBEROLEACTIONSRESULT_H_
#define ALIBABACLOUD_CLOUDESL_MODEL_DESCRIBEROLEACTIONSRESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/cloudesl/CloudeslExport.h>
namespace AlibabaCloud
{
namespace Cloudesl
{
namespace Model
{
class ALIBABACLOUD_CLOUDESL_EXPORT DescribeRoleActionsResult : public ServiceResult
{
public:
struct RoleAclInfo
{
struct RoleActionInfo
{
std::string code;
};
std::vector<RoleAclInfo::RoleActionInfo> accessControlLists;
std::string roleCode;
std::string name;
};
DescribeRoleActionsResult();
explicit DescribeRoleActionsResult(const std::string &payload);
~DescribeRoleActionsResult();
std::string getMessage()const;
std::vector<RoleAclInfo> getRoleAclInfos()const;
std::string getDynamicCode()const;
std::string getErrorCode()const;
std::string getDynamicMessage()const;
std::string getErrorMessage()const;
std::string getCode()const;
bool getSuccess()const;
protected:
void parse(const std::string &payload);
private:
std::string message_;
std::vector<RoleAclInfo> roleAclInfos_;
std::string dynamicCode_;
std::string errorCode_;
std::string dynamicMessage_;
std::string errorMessage_;
std::string code_;
bool success_;
};
}
}
}
#endif // !ALIBABACLOUD_CLOUDESL_MODEL_DESCRIBEROLEACTIONSRESULT_H_

View File

@@ -35,10 +35,13 @@ namespace AlibabaCloud
DescribeStoreConfigRequest();
~DescribeStoreConfigRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
private:
std::string extraParams_;
std::string storeId_;
};

View File

@@ -35,6 +35,8 @@ namespace AlibabaCloud
DescribeStoresRequest();
~DescribeStoresRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreName()const;
void setStoreName(const std::string& storeName);
std::string getStoreId()const;
@@ -51,6 +53,7 @@ namespace AlibabaCloud
void setUserStoreCode(const std::string& userStoreCode);
private:
std::string extraParams_;
std::string storeName_;
std::string storeId_;
int pageNumber_;

View File

@@ -35,6 +35,8 @@ namespace AlibabaCloud
DescribeUserLogRequest();
~DescribeUserLogRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
std::string getUserId()const;
@@ -61,6 +63,7 @@ namespace AlibabaCloud
void setLogId(const std::string& logId);
private:
std::string extraParams_;
std::string storeId_;
std::string userId_;
int pageNumber_;

View File

@@ -35,22 +35,25 @@ namespace AlibabaCloud
DescribeUsersRequest();
~DescribeUsersRequest();
std::string getUserType()const;
void setUserType(const std::string& userType);
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getUserId()const;
void setUserId(const std::string& userId);
int getPageNumber()const;
void setPageNumber(int pageNumber);
int getPageSize()const;
void setPageSize(int pageSize);
std::string getUserType()const;
void setUserType(const std::string& userType);
std::string getUserName()const;
void setUserName(const std::string& userName);
private:
std::string userType_;
std::string extraParams_;
std::string userId_;
int pageNumber_;
int pageSize_;
std::string userType_;
std::string userName_;
};

View File

@@ -34,9 +34,17 @@ namespace AlibabaCloud
public:
struct UserInfo
{
struct DingTalkInfo
{
std::string dingTalkCompanyId;
std::string dingTalkUserId;
};
std::string userName;
std::string ownerId;
std::string userId;
std::vector<UserInfo::DingTalkInfo> dingTalkInfos;
std::string stores;
std::string bid;
std::string userType;
};

View File

@@ -35,12 +35,15 @@ namespace AlibabaCloud
DissociatePlanogramRailRequest();
~DissociatePlanogramRailRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
std::string getRailCode()const;
void setRailCode(const std::string& railCode);
private:
std::string extraParams_;
std::string storeId_;
std::string railCode_;

View File

@@ -35,10 +35,13 @@ namespace AlibabaCloud
GetUserRequest();
~GetUserRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getUserId()const;
void setUserId(const std::string& userId);
private:
std::string extraParams_;
std::string userId_;
};

View File

@@ -34,9 +34,17 @@ namespace AlibabaCloud
public:
struct User
{
struct DingTalkInfo
{
std::string dingTalkCompanyId;
std::string dingTalkUserId;
};
std::string userName;
std::string ownerId;
std::string userId;
std::vector<DingTalkInfo> dingTalkInfos;
std::string stores;
std::string bid;
std::string userType;
};

View File

@@ -35,10 +35,13 @@ namespace AlibabaCloud
UnassignUserRequest();
~UnassignUserRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getUserId()const;
void setUserId(const std::string& userId);
private:
std::string extraParams_;
std::string userId_;
};

View File

@@ -35,26 +35,29 @@ namespace AlibabaCloud
UnbindEslDeviceRequest();
~UnbindEslDeviceRequest();
std::string getColumn()const;
void setColumn(const std::string& column);
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
int getLayer()const;
void setLayer(int layer);
std::string getShelf()const;
void setShelf(const std::string& shelf);
std::string getEslBarCode()const;
void setEslBarCode(const std::string& eslBarCode);
std::string getItemBarCode()const;
void setItemBarCode(const std::string& itemBarCode);
std::string getColumn()const;
void setColumn(const std::string& column);
std::string getShelf()const;
void setShelf(const std::string& shelf);
private:
std::string column_;
std::string extraParams_;
std::string storeId_;
int layer_;
std::string shelf_;
std::string eslBarCode_;
std::string itemBarCode_;
std::string column_;
std::string shelf_;
};
}

View File

@@ -35,6 +35,8 @@ namespace AlibabaCloud
UpdateEslDeviceLightRequest();
~UpdateEslDeviceLightRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
int getLightUpTime()const;
void setLightUpTime(int lightUpTime);
std::string getStoreId()const;
@@ -49,6 +51,7 @@ namespace AlibabaCloud
void setItemBarCode(const std::string& itemBarCode);
private:
std::string extraParams_;
int lightUpTime_;
std::string storeId_;
std::string frequency_;

View File

@@ -35,19 +35,22 @@ namespace AlibabaCloud
UpdateStoreConfigRequest();
~UpdateStoreConfigRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
bool getEnableNotification()const;
void setEnableNotification(bool enableNotification);
std::string getNotificationWebHook()const;
void setNotificationWebHook(const std::string& notificationWebHook);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
std::string getNotificationSilentTimes()const;
void setNotificationSilentTimes(const std::string& notificationSilentTimes);
private:
std::string extraParams_;
std::string storeId_;
bool enableNotification_;
std::string notificationWebHook_;
std::string storeId_;
std::string notificationSilentTimes_;
};

View File

@@ -35,20 +35,23 @@ namespace AlibabaCloud
UpdateStoreRequest();
~UpdateStoreRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getStoreName()const;
void setStoreName(const std::string& storeName);
std::string getStoreId()const;
void setStoreId(const std::string& storeId);
std::string getPhone()const;
void setPhone(const std::string& phone);
std::string getUserStoreCode()const;
void setUserStoreCode(const std::string& userStoreCode);
std::string getPhone()const;
void setPhone(const std::string& phone);
private:
std::string extraParams_;
std::string storeName_;
std::string storeId_;
std::string phone_;
std::string userStoreCode_;
std::string phone_;
};
}

View File

@@ -0,0 +1,57 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_CLOUDESL_MODEL_UPDATEUSERREQUEST_H_
#define ALIBABACLOUD_CLOUDESL_MODEL_UPDATEUSERREQUEST_H_
#include <string>
#include <vector>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/cloudesl/CloudeslExport.h>
namespace AlibabaCloud
{
namespace Cloudesl
{
namespace Model
{
class ALIBABACLOUD_CLOUDESL_EXPORT UpdateUserRequest : public RpcServiceRequest
{
public:
UpdateUserRequest();
~UpdateUserRequest();
std::string getExtraParams()const;
void setExtraParams(const std::string& extraParams);
std::string getDingTalkUserId()const;
void setDingTalkUserId(const std::string& dingTalkUserId);
std::string getUserId()const;
void setUserId(const std::string& userId);
std::string getDingTalkCompanyId()const;
void setDingTalkCompanyId(const std::string& dingTalkCompanyId);
private:
std::string extraParams_;
std::string dingTalkUserId_;
std::string userId_;
std::string dingTalkCompanyId_;
};
}
}
}
#endif // !ALIBABACLOUD_CLOUDESL_MODEL_UPDATEUSERREQUEST_H_

View File

@@ -0,0 +1,63 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef ALIBABACLOUD_CLOUDESL_MODEL_UPDATEUSERRESULT_H_
#define ALIBABACLOUD_CLOUDESL_MODEL_UPDATEUSERRESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/cloudesl/CloudeslExport.h>
namespace AlibabaCloud
{
namespace Cloudesl
{
namespace Model
{
class ALIBABACLOUD_CLOUDESL_EXPORT UpdateUserResult : public ServiceResult
{
public:
UpdateUserResult();
explicit UpdateUserResult(const std::string &payload);
~UpdateUserResult();
std::string getMessage()const;
std::string getDynamicCode()const;
std::string getErrorCode()const;
std::string getDynamicMessage()const;
std::string getErrorMessage()const;
std::string getCode()const;
bool getSuccess()const;
protected:
void parse(const std::string &payload);
private:
std::string message_;
std::string dynamicCode_;
std::string errorCode_;
std::string dynamicMessage_;
std::string errorMessage_;
std::string code_;
bool success_;
};
}
}
}
#endif // !ALIBABACLOUD_CLOUDESL_MODEL_UPDATEUSERRESULT_H_