regenerate code
This commit is contained in:
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_BSSOPENAPI_EXPORT AllocateCostUnitResourceRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct ResourceInstanceList
|
||||
{
|
||||
std::string resourceId;
|
||||
|
||||
@@ -39,8 +39,6 @@ namespace AlibabaCloud
|
||||
void setInvoicingType(int invoicingType);
|
||||
int getProcessWay()const;
|
||||
void setProcessWay(int processWay);
|
||||
long getCallerBid()const;
|
||||
void setCallerBid(long callerBid);
|
||||
long getOwnerId()const;
|
||||
void setOwnerId(long ownerId);
|
||||
long getInvoiceAmount()const;
|
||||
@@ -55,13 +53,10 @@ namespace AlibabaCloud
|
||||
void setCustomerId(long customerId);
|
||||
std::vector<long> getSelectedIds()const;
|
||||
void setSelectedIds(const std::vector<long>& selectedIds);
|
||||
long getCallerUid()const;
|
||||
void setCallerUid(long callerUid);
|
||||
|
||||
private:
|
||||
int invoicingType_;
|
||||
int processWay_;
|
||||
long callerBid_;
|
||||
long ownerId_;
|
||||
long invoiceAmount_;
|
||||
long addressId_;
|
||||
@@ -69,7 +64,6 @@ namespace AlibabaCloud
|
||||
bool invoiceByAmount_;
|
||||
long customerId_;
|
||||
std::vector<long> selectedIds_;
|
||||
long callerUid_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_BSSOPENAPI_EXPORT CreateCostUnitRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct UnitEntityList
|
||||
{
|
||||
std::string unitName;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_BSSOPENAPI_EXPORT CreateInstanceRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Parameter
|
||||
{
|
||||
std::string code;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_BSSOPENAPI_EXPORT GetPayAsYouGoPriceRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct ModuleList
|
||||
{
|
||||
std::string moduleCode;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_BSSOPENAPI_EXPORT GetSubscriptionPriceRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct ModuleList
|
||||
{
|
||||
std::string moduleCode;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_BSSOPENAPI_EXPORT ModifyCostUnitRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct UnitEntityList
|
||||
{
|
||||
std::string newUnitName;
|
||||
|
||||
@@ -30,6 +30,7 @@ namespace AlibabaCloud
|
||||
{
|
||||
class ALIBABACLOUD_BSSOPENAPI_EXPORT ModifyInstanceRequest : public RpcServiceRequest
|
||||
{
|
||||
public:
|
||||
struct Parameter
|
||||
{
|
||||
std::string code;
|
||||
|
||||
@@ -35,17 +35,11 @@ namespace AlibabaCloud
|
||||
QueryCustomerAddressListRequest();
|
||||
~QueryCustomerAddressListRequest();
|
||||
|
||||
long getCallerBid()const;
|
||||
void setCallerBid(long callerBid);
|
||||
long getOwnerId()const;
|
||||
void setOwnerId(long ownerId);
|
||||
long getCallerUid()const;
|
||||
void setCallerUid(long callerUid);
|
||||
|
||||
private:
|
||||
long callerBid_;
|
||||
long ownerId_;
|
||||
long callerUid_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,10 +39,12 @@ namespace AlibabaCloud
|
||||
std::string deductDate;
|
||||
std::string instanceSpec;
|
||||
std::string rIInstanceId;
|
||||
float deductFactorTotal;
|
||||
std::string deductedProductDetail;
|
||||
std::string deductedCommodityCode;
|
||||
std::string deductedInstanceId;
|
||||
std::string deductHours;
|
||||
float deductQuantity;
|
||||
};
|
||||
long totalCount;
|
||||
long pageNum;
|
||||
|
||||
Reference in New Issue
Block a user