client

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation ¶

Overview ¶

This file is auto-generated, don't edit it. Thanks. *

*

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type Client ¶

type Client struct {
	openapi.Client
}

func NewClient ¶

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) CreateDemandPlan ¶

func (client *Client) CreateDemandPlan(request *CreateDemandPlanRequest) (_result *CreateDemandPlanResponse, _err error)

func (*Client) CreateDemandPlanV2 ¶

func (client *Client) CreateDemandPlanV2(request *CreateDemandPlanV2Request) (_result *CreateDemandPlanV2Response, _err error)

func (*Client) CreateDemandPlanV2WithOptions ¶

func (client *Client) CreateDemandPlanV2WithOptions(request *CreateDemandPlanV2Request, headers *CreateDemandPlanV2Headers, runtime *util.RuntimeOptions) (_result *CreateDemandPlanV2Response, _err error)

func (*Client) CreateDemandPlanWithOptions ¶

func (client *Client) CreateDemandPlanWithOptions(request *CreateDemandPlanRequest, headers *CreateDemandPlanHeaders, runtime *util.RuntimeOptions) (_result *CreateDemandPlanResponse, _err error)

func (*Client) DeleteUrgentDemandItem ¶

func (client *Client) DeleteUrgentDemandItem(request *DeleteUrgentDemandItemRequest) (_result *DeleteUrgentDemandItemResponse, _err error)

func (*Client) DeleteUrgentDemandItemWithOptions ¶

func (client *Client) DeleteUrgentDemandItemWithOptions(request *DeleteUrgentDemandItemRequest, headers *DeleteUrgentDemandItemHeaders, runtime *util.RuntimeOptions) (_result *DeleteUrgentDemandItemResponse, _err error)

func (*Client) DeleteUrgentDemandPlan ¶

func (client *Client) DeleteUrgentDemandPlan(request *DeleteUrgentDemandPlanRequest) (_result *DeleteUrgentDemandPlanResponse, _err error)

func (*Client) DeleteUrgentDemandPlanWithOptions ¶

func (client *Client) DeleteUrgentDemandPlanWithOptions(request *DeleteUrgentDemandPlanRequest, headers *DeleteUrgentDemandPlanHeaders, runtime *util.RuntimeOptions) (_result *DeleteUrgentDemandPlanResponse, _err error)

func (*Client) DeliveryItemDetailSyn ¶

func (client *Client) DeliveryItemDetailSyn(request *DeliveryItemDetailSynRequest) (_result *DeliveryItemDetailSynResponse, _err error)

func (*Client) DeliveryItemDetailSynWithOptions ¶

func (client *Client) DeliveryItemDetailSynWithOptions(request *DeliveryItemDetailSynRequest, headers *DeliveryItemDetailSynHeaders, runtime *util.RuntimeOptions) (_result *DeliveryItemDetailSynResponse, _err error)

func (*Client) GetEndpoint ¶

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetUrgentDemandItemList ¶

func (client *Client) GetUrgentDemandItemList(request *GetUrgentDemandItemListRequest) (_result *GetUrgentDemandItemListResponse, _err error)

func (*Client) GetUrgentDemandItemListWithOptions ¶

func (client *Client) GetUrgentDemandItemListWithOptions(request *GetUrgentDemandItemListRequest, headers *GetUrgentDemandItemListHeaders, runtime *util.RuntimeOptions) (_result *GetUrgentDemandItemListResponse, _err error)

func (*Client) GetUrgentDemandPlanDetail ¶

func (client *Client) GetUrgentDemandPlanDetail(request *GetUrgentDemandPlanDetailRequest) (_result *GetUrgentDemandPlanDetailResponse, _err error)

func (*Client) GetUrgentDemandPlanDetailWithOptions ¶

func (client *Client) GetUrgentDemandPlanDetailWithOptions(request *GetUrgentDemandPlanDetailRequest, headers *GetUrgentDemandPlanDetailHeaders, runtime *util.RuntimeOptions) (_result *GetUrgentDemandPlanDetailResponse, _err error)

func (*Client) GetUrgentDemandPlanList ¶

func (client *Client) GetUrgentDemandPlanList(request *GetUrgentDemandPlanListRequest) (_result *GetUrgentDemandPlanListResponse, _err error)

func (*Client) GetUrgentDemandPlanListWithOptions ¶

func (client *Client) GetUrgentDemandPlanListWithOptions(request *GetUrgentDemandPlanListRequest, headers *GetUrgentDemandPlanListHeaders, runtime *util.RuntimeOptions) (_result *GetUrgentDemandPlanListResponse, _err error)

func (*Client) Init ¶

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) PushResourcePlan ¶

func (client *Client) PushResourcePlan(request *PushResourcePlanRequest) (_result *PushResourcePlanResponse, _err error)

func (*Client) PushResourcePlanWithOptions ¶

func (client *Client) PushResourcePlanWithOptions(request *PushResourcePlanRequest, headers *PushResourcePlanHeaders, runtime *util.RuntimeOptions) (_result *PushResourcePlanResponse, _err error)

func (*Client) QueryDeliveredSupplyItems ¶

func (client *Client) QueryDeliveredSupplyItems(request *QueryDeliveredSupplyItemsRequest) (_result *QueryDeliveredSupplyItemsResponse, _err error)

func (*Client) QueryDeliveredSupplyItemsWithOptions ¶

func (client *Client) QueryDeliveredSupplyItemsWithOptions(request *QueryDeliveredSupplyItemsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *QueryDeliveredSupplyItemsResponse, _err error)

func (*Client) QueryPeriodBudgetBill ¶

func (client *Client) QueryPeriodBudgetBill(request *QueryPeriodBudgetBillRequest) (_result *QueryPeriodBudgetBillResponse, _err error)

func (*Client) QueryPeriodBudgetBillWithOptions ¶

func (client *Client) QueryPeriodBudgetBillWithOptions(request *QueryPeriodBudgetBillRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *QueryPeriodBudgetBillResponse, _err error)

func (*Client) SaveUrgentDemandItem ¶

func (client *Client) SaveUrgentDemandItem(request *SaveUrgentDemandItemRequest) (_result *SaveUrgentDemandItemResponse, _err error)

func (*Client) SaveUrgentDemandItemWithOptions ¶

func (client *Client) SaveUrgentDemandItemWithOptions(request *SaveUrgentDemandItemRequest, headers *SaveUrgentDemandItemHeaders, runtime *util.RuntimeOptions) (_result *SaveUrgentDemandItemResponse, _err error)

func (*Client) SubmitUrgentDemandPlan ¶

func (client *Client) SubmitUrgentDemandPlan(request *SubmitUrgentDemandPlanRequest) (_result *SubmitUrgentDemandPlanResponse, _err error)

func (*Client) SubmitUrgentDemandPlanWithOptions ¶

func (client *Client) SubmitUrgentDemandPlanWithOptions(request *SubmitUrgentDemandPlanRequest, headers *SubmitUrgentDemandPlanHeaders, runtime *util.RuntimeOptions) (_result *SubmitUrgentDemandPlanResponse, _err error)

type CreateDemandPlanHeaders ¶

type CreateDemandPlanHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	YunUserId     *string            `json:"Yun-User-Id,omitempty" xml:"Yun-User-Id,omitempty"`
}

func (CreateDemandPlanHeaders) GoString ¶

func (s CreateDemandPlanHeaders) GoString() string

func (*CreateDemandPlanHeaders) SetCommonHeaders ¶

func (s *CreateDemandPlanHeaders) SetCommonHeaders(v map[string]*string) *CreateDemandPlanHeaders

func (*CreateDemandPlanHeaders) SetYunUserId ¶

func (CreateDemandPlanHeaders) String ¶

func (s CreateDemandPlanHeaders) String() string

type CreateDemandPlanRequest ¶

type CreateDemandPlanRequest struct {
	AccountId   *string `json:"accountId,omitempty" xml:"accountId,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Period      *string `json:"period,omitempty" xml:"period,omitempty"`
	Source      *string `json:"source,omitempty" xml:"source,omitempty"`
	Type        *string `json:"type,omitempty" xml:"type,omitempty"`
	UserId      *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (CreateDemandPlanRequest) GoString ¶

func (s CreateDemandPlanRequest) GoString() string

func (*CreateDemandPlanRequest) SetAccountId ¶

func (*CreateDemandPlanRequest) SetDescription ¶

func (*CreateDemandPlanRequest) SetName ¶

func (*CreateDemandPlanRequest) SetPeriod ¶

func (*CreateDemandPlanRequest) SetSource ¶

func (*CreateDemandPlanRequest) SetType ¶

func (*CreateDemandPlanRequest) SetUserId ¶

func (CreateDemandPlanRequest) String ¶

func (s CreateDemandPlanRequest) String() string

type CreateDemandPlanResponse ¶

type CreateDemandPlanResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateDemandPlanResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateDemandPlanResponse) GoString ¶

func (s CreateDemandPlanResponse) GoString() string

func (*CreateDemandPlanResponse) SetBody ¶

func (*CreateDemandPlanResponse) SetHeaders ¶

func (*CreateDemandPlanResponse) SetStatusCode ¶

func (CreateDemandPlanResponse) String ¶

func (s CreateDemandPlanResponse) String() string

type CreateDemandPlanResponseBody ¶

type CreateDemandPlanResponseBody struct {
	// code
	Code    *int64  `json:"code,omitempty" xml:"code,omitempty"`
	Data    *int64  `json:"data,omitempty" xml:"data,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
	// success
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
	// traceId
	TraceId *string `json:"traceId,omitempty" xml:"traceId,omitempty"`
}

func (CreateDemandPlanResponseBody) GoString ¶

func (s CreateDemandPlanResponseBody) GoString() string

func (*CreateDemandPlanResponseBody) SetCode ¶

func (*CreateDemandPlanResponseBody) SetData ¶

func (*CreateDemandPlanResponseBody) SetMessage ¶

func (*CreateDemandPlanResponseBody) SetSuccess ¶

func (*CreateDemandPlanResponseBody) SetTraceId ¶

func (CreateDemandPlanResponseBody) String ¶

type CreateDemandPlanV2Headers ¶

type CreateDemandPlanV2Headers struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	YunUserId     *string            `json:"Yun-User-Id,omitempty" xml:"Yun-User-Id,omitempty"`
}

func (CreateDemandPlanV2Headers) GoString ¶

func (s CreateDemandPlanV2Headers) GoString() string

func (*CreateDemandPlanV2Headers) SetCommonHeaders ¶

func (*CreateDemandPlanV2Headers) SetYunUserId ¶

func (CreateDemandPlanV2Headers) String ¶

func (s CreateDemandPlanV2Headers) String() string

type CreateDemandPlanV2Request ¶

type CreateDemandPlanV2Request struct {
	AccountId   *string `json:"accountId,omitempty" xml:"accountId,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	ProductType *string `json:"productType,omitempty" xml:"productType,omitempty"`
	Type        *string `json:"type,omitempty" xml:"type,omitempty"`
	UserId      *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (CreateDemandPlanV2Request) GoString ¶

func (s CreateDemandPlanV2Request) GoString() string

func (*CreateDemandPlanV2Request) SetAccountId ¶

func (*CreateDemandPlanV2Request) SetDescription ¶

func (*CreateDemandPlanV2Request) SetName ¶

func (*CreateDemandPlanV2Request) SetProductType ¶

func (*CreateDemandPlanV2Request) SetType ¶

func (*CreateDemandPlanV2Request) SetUserId ¶

func (CreateDemandPlanV2Request) String ¶

func (s CreateDemandPlanV2Request) String() string

type CreateDemandPlanV2Response ¶

type CreateDemandPlanV2Response struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateDemandPlanV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateDemandPlanV2Response) GoString ¶

func (s CreateDemandPlanV2Response) GoString() string

func (*CreateDemandPlanV2Response) SetBody ¶

func (*CreateDemandPlanV2Response) SetHeaders ¶

func (*CreateDemandPlanV2Response) SetStatusCode ¶

func (CreateDemandPlanV2Response) String ¶

type CreateDemandPlanV2ResponseBody ¶

type CreateDemandPlanV2ResponseBody struct {
	Code    *int64  `json:"code,omitempty" xml:"code,omitempty"`
	Data    *int64  `json:"data,omitempty" xml:"data,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
	Success *bool   `json:"success,omitempty" xml:"success,omitempty"`
	TraceId *string `json:"traceId,omitempty" xml:"traceId,omitempty"`
}

func (CreateDemandPlanV2ResponseBody) GoString ¶

func (*CreateDemandPlanV2ResponseBody) SetCode ¶

func (*CreateDemandPlanV2ResponseBody) SetData ¶

func (*CreateDemandPlanV2ResponseBody) SetMessage ¶

func (*CreateDemandPlanV2ResponseBody) SetSuccess ¶

func (*CreateDemandPlanV2ResponseBody) SetTraceId ¶

func (CreateDemandPlanV2ResponseBody) String ¶

type DeleteUrgentDemandItemHeaders ¶

type DeleteUrgentDemandItemHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	YunUserId     *string            `json:"Yun-User-Id,omitempty" xml:"Yun-User-Id,omitempty"`
}

func (DeleteUrgentDemandItemHeaders) GoString ¶

func (*DeleteUrgentDemandItemHeaders) SetCommonHeaders ¶

func (*DeleteUrgentDemandItemHeaders) SetYunUserId ¶

func (DeleteUrgentDemandItemHeaders) String ¶

type DeleteUrgentDemandItemRequest ¶

type DeleteUrgentDemandItemRequest struct {
	Id       *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Modifier *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
}

func (DeleteUrgentDemandItemRequest) GoString ¶

func (*DeleteUrgentDemandItemRequest) SetId ¶

func (*DeleteUrgentDemandItemRequest) SetModifier ¶

func (DeleteUrgentDemandItemRequest) String ¶

type DeleteUrgentDemandItemResponse ¶

type DeleteUrgentDemandItemResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteUrgentDemandItemResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteUrgentDemandItemResponse) GoString ¶

func (*DeleteUrgentDemandItemResponse) SetHeaders ¶

func (*DeleteUrgentDemandItemResponse) SetStatusCode ¶

func (DeleteUrgentDemandItemResponse) String ¶

type DeleteUrgentDemandItemResponseBody ¶

type DeleteUrgentDemandItemResponseBody struct {
	Code    *int64  `json:"code,omitempty" xml:"code,omitempty"`
	Data    *int64  `json:"data,omitempty" xml:"data,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
	Success *bool   `json:"success,omitempty" xml:"success,omitempty"`
	TraceId *string `json:"traceId,omitempty" xml:"traceId,omitempty"`
}

func (DeleteUrgentDemandItemResponseBody) GoString ¶

func (*DeleteUrgentDemandItemResponseBody) SetCode ¶

func (*DeleteUrgentDemandItemResponseBody) SetData ¶

func (*DeleteUrgentDemandItemResponseBody) SetMessage ¶

func (*DeleteUrgentDemandItemResponseBody) SetSuccess ¶

func (*DeleteUrgentDemandItemResponseBody) SetTraceId ¶

func (DeleteUrgentDemandItemResponseBody) String ¶

type DeleteUrgentDemandPlanHeaders ¶

type DeleteUrgentDemandPlanHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	YunUserId     *string            `json:"Yun-User-Id,omitempty" xml:"Yun-User-Id,omitempty"`
}

func (DeleteUrgentDemandPlanHeaders) GoString ¶

func (*DeleteUrgentDemandPlanHeaders) SetCommonHeaders ¶

func (*DeleteUrgentDemandPlanHeaders) SetYunUserId ¶

func (DeleteUrgentDemandPlanHeaders) String ¶

type DeleteUrgentDemandPlanRequest ¶

type DeleteUrgentDemandPlanRequest struct {
	Id       *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Modifier *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
}

func (DeleteUrgentDemandPlanRequest) GoString ¶

func (*DeleteUrgentDemandPlanRequest) SetId ¶

func (*DeleteUrgentDemandPlanRequest) SetModifier ¶

func (DeleteUrgentDemandPlanRequest) String ¶

type DeleteUrgentDemandPlanResponse ¶

type DeleteUrgentDemandPlanResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteUrgentDemandPlanResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteUrgentDemandPlanResponse) GoString ¶

func (*DeleteUrgentDemandPlanResponse) SetHeaders ¶

func (*DeleteUrgentDemandPlanResponse) SetStatusCode ¶

func (DeleteUrgentDemandPlanResponse) String ¶

type DeleteUrgentDemandPlanResponseBody ¶

type DeleteUrgentDemandPlanResponseBody struct {
	Code    *int64  `json:"code,omitempty" xml:"code,omitempty"`
	Data    *int64  `json:"data,omitempty" xml:"data,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
	Success *bool   `json:"success,omitempty" xml:"success,omitempty"`
	TraceId *string `json:"traceId,omitempty" xml:"traceId,omitempty"`
}

func (DeleteUrgentDemandPlanResponseBody) GoString ¶

func (*DeleteUrgentDemandPlanResponseBody) SetCode ¶

func (*DeleteUrgentDemandPlanResponseBody) SetData ¶

func (*DeleteUrgentDemandPlanResponseBody) SetMessage ¶

func (*DeleteUrgentDemandPlanResponseBody) SetSuccess ¶

func (*DeleteUrgentDemandPlanResponseBody) SetTraceId ¶

func (DeleteUrgentDemandPlanResponseBody) String ¶

type DeliveryItemDetailSynHeaders ¶

type DeliveryItemDetailSynHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	YunUserId     *string            `json:"Yun-User-Id,omitempty" xml:"Yun-User-Id,omitempty"`
}

func (DeliveryItemDetailSynHeaders) GoString ¶

func (s DeliveryItemDetailSynHeaders) GoString() string

func (*DeliveryItemDetailSynHeaders) SetCommonHeaders ¶

func (*DeliveryItemDetailSynHeaders) SetYunUserId ¶

func (DeliveryItemDetailSynHeaders) String ¶

type DeliveryItemDetailSynRequest ¶

type DeliveryItemDetailSynRequest struct {
	Channel                *string                                               `json:"channel,omitempty" xml:"channel,omitempty"`
	DeliveryItemDetailDTOS []*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS `json:"deliveryItemDetailDTOS,omitempty" xml:"deliveryItemDetailDTOS,omitempty" type:"Repeated"`
	DeliveryItemId         *string                                               `json:"deliveryItemId,omitempty" xml:"deliveryItemId,omitempty"`
	DeliveryPlanId         *string                                               `json:"deliveryPlanId,omitempty" xml:"deliveryPlanId,omitempty"`
}

func (DeliveryItemDetailSynRequest) GoString ¶

func (s DeliveryItemDetailSynRequest) GoString() string

func (*DeliveryItemDetailSynRequest) SetChannel ¶

func (*DeliveryItemDetailSynRequest) SetDeliveryItemId ¶

func (*DeliveryItemDetailSynRequest) SetDeliveryPlanId ¶

func (DeliveryItemDetailSynRequest) String ¶

type DeliveryItemDetailSynRequestDeliveryItemDetailDTOS ¶

type DeliveryItemDetailSynRequestDeliveryItemDetailDTOS struct {
	ActualSupplyTime             *string `json:"actualSupplyTime,omitempty" xml:"actualSupplyTime,omitempty"`
	Amount                       *int64  `json:"amount,omitempty" xml:"amount,omitempty"`
	Comment                      *string `json:"comment,omitempty" xml:"comment,omitempty"`
	DeliveredAmount              *int64  `json:"deliveredAmount,omitempty" xml:"deliveredAmount,omitempty"`
	DeliveryItemId               *string `json:"deliveryItemId,omitempty" xml:"deliveryItemId,omitempty"`
	DeliveryPlanId               *string `json:"deliveryPlanId,omitempty" xml:"deliveryPlanId,omitempty"`
	LastSupplyTime               *string `json:"lastSupplyTime,omitempty" xml:"lastSupplyTime,omitempty"`
	Status                       *string `json:"status,omitempty" xml:"status,omitempty"`
	SubDemandSupplyPerformerName *string `json:"subDemandSupplyPerformerName,omitempty" xml:"subDemandSupplyPerformerName,omitempty"`
	SubDemandSupplyPerformerUid  *string `json:"subDemandSupplyPerformerUid,omitempty" xml:"subDemandSupplyPerformerUid,omitempty"`
	SubDemandSupplyPmName        *string `json:"subDemandSupplyPmName,omitempty" xml:"subDemandSupplyPmName,omitempty"`
	SubDemandSupplyPmUid         *string `json:"subDemandSupplyPmUid,omitempty" xml:"subDemandSupplyPmUid,omitempty"`
	SubOrderId                   *int64  `json:"subOrderId,omitempty" xml:"subOrderId,omitempty"`
	SupplyStatus                 *string `json:"supplyStatus,omitempty" xml:"supplyStatus,omitempty"`
	TotalOrderId                 *int64  `json:"totalOrderId,omitempty" xml:"totalOrderId,omitempty"`
}

func (DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) GoString ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetActualSupplyTime ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetAmount ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetComment ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetDeliveredAmount ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetDeliveryItemId ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetDeliveryPlanId ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetLastSupplyTime ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetStatus ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetSubDemandSupplyPerformerName ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetSubDemandSupplyPerformerUid ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetSubDemandSupplyPmName ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetSubDemandSupplyPmUid ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetSubOrderId ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetSupplyStatus ¶

func (*DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) SetTotalOrderId ¶

func (DeliveryItemDetailSynRequestDeliveryItemDetailDTOS) String ¶

type DeliveryItemDetailSynResponse ¶

type DeliveryItemDetailSynResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeliveryItemDetailSynResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeliveryItemDetailSynResponse) GoString ¶

func (*DeliveryItemDetailSynResponse) SetHeaders ¶

func (*DeliveryItemDetailSynResponse) SetStatusCode ¶

func (DeliveryItemDetailSynResponse) String ¶

type DeliveryItemDetailSynResponseBody ¶

type DeliveryItemDetailSynResponseBody struct {
	Code    *int64  `json:"code,omitempty" xml:"code,omitempty"`
	Data    *bool   `json:"data,omitempty" xml:"data,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
	Success *bool   `json:"success,omitempty" xml:"success,omitempty"`
	TraceId *string `json:"traceId,omitempty" xml:"traceId,omitempty"`
}

func (DeliveryItemDetailSynResponseBody) GoString ¶

func (*DeliveryItemDetailSynResponseBody) SetCode ¶

func (*DeliveryItemDetailSynResponseBody) SetData ¶

func (*DeliveryItemDetailSynResponseBody) SetMessage ¶

func (*DeliveryItemDetailSynResponseBody) SetSuccess ¶

func (*DeliveryItemDetailSynResponseBody) SetTraceId ¶

func (DeliveryItemDetailSynResponseBody) String ¶

type GetUrgentDemandItemListHeaders ¶

type GetUrgentDemandItemListHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	YunUserId     *string            `json:"Yun-User-Id,omitempty" xml:"Yun-User-Id,omitempty"`
}

func (GetUrgentDemandItemListHeaders) GoString ¶

func (*GetUrgentDemandItemListHeaders) SetCommonHeaders ¶

func (*GetUrgentDemandItemListHeaders) SetYunUserId ¶

func (GetUrgentDemandItemListHeaders) String ¶

type GetUrgentDemandItemListRequest ¶

type GetUrgentDemandItemListRequest struct {
	CommodityCode     *string `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	CommodityTypeCode *string `json:"commodityTypeCode,omitempty" xml:"commodityTypeCode,omitempty"`
	Current           *int64  `json:"current,omitempty" xml:"current,omitempty"`
	PlanId            *int64  `json:"planId,omitempty" xml:"planId,omitempty"`
	Region            *string `json:"region,omitempty" xml:"region,omitempty"`
	Size              *int64  `json:"size,omitempty" xml:"size,omitempty"`
	Zone              *string `json:"zone,omitempty" xml:"zone,omitempty"`
}

func (GetUrgentDemandItemListRequest) GoString ¶

func (*GetUrgentDemandItemListRequest) SetCommodityCode ¶

func (*GetUrgentDemandItemListRequest) SetCommodityTypeCode ¶

func (*GetUrgentDemandItemListRequest) SetCurrent ¶

func (*GetUrgentDemandItemListRequest) SetPlanId ¶

func (*GetUrgentDemandItemListRequest) SetRegion ¶

func (*GetUrgentDemandItemListRequest) SetSize ¶

func (*GetUrgentDemandItemListRequest) SetZone ¶

func (GetUrgentDemandItemListRequest) String ¶

type GetUrgentDemandItemListResponse ¶

type GetUrgentDemandItemListResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUrgentDemandItemListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUrgentDemandItemListResponse) GoString ¶

func (*GetUrgentDemandItemListResponse) SetHeaders ¶

func (*GetUrgentDemandItemListResponse) SetStatusCode ¶

func (GetUrgentDemandItemListResponse) String ¶

type GetUrgentDemandItemListResponseBody ¶

type GetUrgentDemandItemListResponseBody struct {
	Code    *int64                                   `json:"code,omitempty" xml:"code,omitempty"`
	Data    *GetUrgentDemandItemListResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	Message *string                                  `json:"message,omitempty" xml:"message,omitempty"`
	Success *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
	TraceId *string                                  `json:"traceId,omitempty" xml:"traceId,omitempty"`
}

func (GetUrgentDemandItemListResponseBody) GoString ¶

func (*GetUrgentDemandItemListResponseBody) SetCode ¶

func (*GetUrgentDemandItemListResponseBody) SetMessage ¶

func (*GetUrgentDemandItemListResponseBody) SetSuccess ¶

func (*GetUrgentDemandItemListResponseBody) SetTraceId ¶

func (GetUrgentDemandItemListResponseBody) String ¶

type GetUrgentDemandItemListResponseBodyData ¶

type GetUrgentDemandItemListResponseBodyData struct {
	Current *int64                                            `json:"current,omitempty" xml:"current,omitempty"`
	Pages   *int64                                            `json:"pages,omitempty" xml:"pages,omitempty"`
	Records []*GetUrgentDemandItemListResponseBodyDataRecords `json:"records,omitempty" xml:"records,omitempty" type:"Repeated"`
	Size    *int64                                            `json:"size,omitempty" xml:"size,omitempty"`
	Total   *int64                                            `json:"total,omitempty" xml:"total,omitempty"`
}

func (GetUrgentDemandItemListResponseBodyData) GoString ¶

func (*GetUrgentDemandItemListResponseBodyData) SetCurrent ¶

func (*GetUrgentDemandItemListResponseBodyData) SetPages ¶

func (*GetUrgentDemandItemListResponseBodyData) SetSize ¶

func (*GetUrgentDemandItemListResponseBodyData) SetTotal ¶

func (GetUrgentDemandItemListResponseBodyData) String ¶

type GetUrgentDemandItemListResponseBodyDataRecords ¶

type GetUrgentDemandItemListResponseBodyDataRecords struct {
	Zone                   *string                                                               `json:"Zone,omitempty" xml:"Zone,omitempty"`
	AccountId              *string                                                               `json:"accountId,omitempty" xml:"accountId,omitempty"`
	CommodityCode          *string                                                               `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	CommodityNum           *int64                                                                `json:"commodityNum,omitempty" xml:"commodityNum,omitempty"`
	CommodityTypeCode      *string                                                               `json:"commodityTypeCode,omitempty" xml:"commodityTypeCode,omitempty"`
	Creator                *string                                                               `json:"creator,omitempty" xml:"creator,omitempty"`
	CreatorName            *string                                                               `json:"creatorName,omitempty" xml:"creatorName,omitempty"`
	EffectTime             *string                                                               `json:"effectTime,omitempty" xml:"effectTime,omitempty"`
	GmtModified            *string                                                               `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Id                     *int64                                                                `json:"id,omitempty" xml:"id,omitempty"`
	Modifier               *string                                                               `json:"modifier,omitempty" xml:"modifier,omitempty"`
	ModifierName           *string                                                               `json:"modifierName,omitempty" xml:"modifierName,omitempty"`
	NetworkType            *string                                                               `json:"networkType,omitempty" xml:"networkType,omitempty"`
	PayDuration            *int64                                                                `json:"payDuration,omitempty" xml:"payDuration,omitempty"`
	PayDurationUnit        *string                                                               `json:"payDurationUnit,omitempty" xml:"payDurationUnit,omitempty"`
	PayType                *string                                                               `json:"payType,omitempty" xml:"payType,omitempty"`
	PlanId                 *int64                                                                `json:"planId,omitempty" xml:"planId,omitempty"`
	Region                 *string                                                               `json:"region,omitempty" xml:"region,omitempty"`
	UrgentDemandEbsRequest *GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEbsRequest `json:"urgentDemandEbsRequest,omitempty" xml:"urgentDemandEbsRequest,omitempty" type:"Struct"`
	UrgentDemandEcsRequest *GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEcsRequest `json:"urgentDemandEcsRequest,omitempty" xml:"urgentDemandEcsRequest,omitempty" type:"Struct"`
}

func (GetUrgentDemandItemListResponseBodyDataRecords) GoString ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetAccountId ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetCommodityCode ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetCommodityNum ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetCommodityTypeCode ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetCreator ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetCreatorName ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetEffectTime ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetGmtModified ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetId ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetModifier ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetModifierName ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetNetworkType ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetPayDuration ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetPayDurationUnit ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetPayType ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetPlanId ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetRegion ¶

func (*GetUrgentDemandItemListResponseBodyDataRecords) SetZone ¶

func (GetUrgentDemandItemListResponseBodyDataRecords) String ¶

type GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEbsRequest ¶

type GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEbsRequest struct {
	CommodityCode     *string `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	CommodityNum      *int64  `json:"commodityNum,omitempty" xml:"commodityNum,omitempty"`
	CommodityTypeCode *string `json:"commodityTypeCode,omitempty" xml:"commodityTypeCode,omitempty"`
	DataDiskSize      *int64  `json:"dataDiskSize,omitempty" xml:"dataDiskSize,omitempty"`
	ItemId            *int64  `json:"itemId,omitempty" xml:"itemId,omitempty"`
	PerformanceLevel  *int64  `json:"performanceLevel,omitempty" xml:"performanceLevel,omitempty"`
}

func (GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEbsRequest) GoString ¶

func (*GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEbsRequest) SetCommodityCode ¶

func (*GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEbsRequest) SetCommodityNum ¶

func (*GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEbsRequest) SetCommodityTypeCode ¶

func (*GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEbsRequest) SetDataDiskSize ¶

func (*GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEbsRequest) SetItemId ¶

func (*GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEbsRequest) SetPerformanceLevel ¶

func (GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEbsRequest) String ¶

type GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEcsRequest ¶

type GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEcsRequest struct {
	CommodityCode     *string `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	CommodityNum      *int64  `json:"commodityNum,omitempty" xml:"commodityNum,omitempty"`
	CommodityTypeCode *string `json:"commodityTypeCode,omitempty" xml:"commodityTypeCode,omitempty"`
	ItemId            *int64  `json:"itemId,omitempty" xml:"itemId,omitempty"`
	VcpuCount         *int64  `json:"vcpuCount,omitempty" xml:"vcpuCount,omitempty"`
}

func (GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEcsRequest) GoString ¶

func (*GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEcsRequest) SetCommodityCode ¶

func (*GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEcsRequest) SetCommodityNum ¶

func (*GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEcsRequest) SetCommodityTypeCode ¶

func (*GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEcsRequest) SetItemId ¶

func (*GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEcsRequest) SetVcpuCount ¶

func (GetUrgentDemandItemListResponseBodyDataRecordsUrgentDemandEcsRequest) String ¶

type GetUrgentDemandPlanDetailHeaders ¶

type GetUrgentDemandPlanDetailHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	YunUserId     *string            `json:"Yun-User-Id,omitempty" xml:"Yun-User-Id,omitempty"`
}

func (GetUrgentDemandPlanDetailHeaders) GoString ¶

func (*GetUrgentDemandPlanDetailHeaders) SetCommonHeaders ¶

func (*GetUrgentDemandPlanDetailHeaders) SetYunUserId ¶

func (GetUrgentDemandPlanDetailHeaders) String ¶

type GetUrgentDemandPlanDetailRequest ¶

type GetUrgentDemandPlanDetailRequest struct {
	PlanId *string `json:"planId,omitempty" xml:"planId,omitempty"`
}

func (GetUrgentDemandPlanDetailRequest) GoString ¶

func (*GetUrgentDemandPlanDetailRequest) SetPlanId ¶

func (GetUrgentDemandPlanDetailRequest) String ¶

type GetUrgentDemandPlanDetailResponse ¶

type GetUrgentDemandPlanDetailResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUrgentDemandPlanDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUrgentDemandPlanDetailResponse) GoString ¶

func (*GetUrgentDemandPlanDetailResponse) SetHeaders ¶

func (*GetUrgentDemandPlanDetailResponse) SetStatusCode ¶

func (GetUrgentDemandPlanDetailResponse) String ¶

type GetUrgentDemandPlanDetailResponseBody ¶

type GetUrgentDemandPlanDetailResponseBody struct {
	// code
	Code *int64 `json:"code,omitempty" xml:"code,omitempty"`
	// body
	Data    *GetUrgentDemandPlanDetailResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	Message *string                                    `json:"message,omitempty" xml:"message,omitempty"`
	// success
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
	// traceId
	TraceId *string `json:"traceId,omitempty" xml:"traceId,omitempty"`
}

func (GetUrgentDemandPlanDetailResponseBody) GoString ¶

func (*GetUrgentDemandPlanDetailResponseBody) SetCode ¶

func (*GetUrgentDemandPlanDetailResponseBody) SetMessage ¶

func (*GetUrgentDemandPlanDetailResponseBody) SetSuccess ¶

func (*GetUrgentDemandPlanDetailResponseBody) SetTraceId ¶

func (GetUrgentDemandPlanDetailResponseBody) String ¶

type GetUrgentDemandPlanDetailResponseBodyData ¶

type GetUrgentDemandPlanDetailResponseBodyData struct {
	AccountDept           *string                `json:"accountDept,omitempty" xml:"accountDept,omitempty"`
	AccountId             *string                `json:"accountId,omitempty" xml:"accountId,omitempty"`
	AccountName           *string                `json:"accountName,omitempty" xml:"accountName,omitempty"`
	ApprovalUrl           *string                `json:"approvalUrl,omitempty" xml:"approvalUrl,omitempty"`
	BpmSubstate           map[string]interface{} `json:"bpmSubstate,omitempty" xml:"bpmSubstate,omitempty"`
	CommodityTypeCodeList []*string              `json:"commodityTypeCodeList,omitempty" xml:"commodityTypeCodeList,omitempty" type:"Repeated"`
	Creator               *string                `json:"creator,omitempty" xml:"creator,omitempty"`
	CreatorName           *string                `json:"creatorName,omitempty" xml:"creatorName,omitempty"`
	Description           *string                `json:"description,omitempty" xml:"description,omitempty"`
	DetailType            *string                `json:"detailType,omitempty" xml:"detailType,omitempty"`
	GmtCreate             *string                `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified           *string                `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Modifier              *string                `json:"modifier,omitempty" xml:"modifier,omitempty"`
	ModifierName          *string                `json:"modifierName,omitempty" xml:"modifierName,omitempty"`
	PlanId                *int64                 `json:"planId,omitempty" xml:"planId,omitempty"`
	PlanName              *string                `json:"planName,omitempty" xml:"planName,omitempty"`
	Status                *int64                 `json:"status,omitempty" xml:"status,omitempty"`
	YunzhiProductName     *string                `json:"yunzhiProductName,omitempty" xml:"yunzhiProductName,omitempty"`
}

func (GetUrgentDemandPlanDetailResponseBodyData) GoString ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetAccountDept ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetAccountId ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetAccountName ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetApprovalUrl ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetBpmSubstate ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetCommodityTypeCodeList ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetCreator ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetCreatorName ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetDescription ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetDetailType ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetGmtCreate ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetGmtModified ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetModifier ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetModifierName ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetPlanId ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetPlanName ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetStatus ¶

func (*GetUrgentDemandPlanDetailResponseBodyData) SetYunzhiProductName ¶

func (GetUrgentDemandPlanDetailResponseBodyData) String ¶

type GetUrgentDemandPlanListHeaders ¶

type GetUrgentDemandPlanListHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	YunUserId     *string            `json:"Yun-User-Id,omitempty" xml:"Yun-User-Id,omitempty"`
}

func (GetUrgentDemandPlanListHeaders) GoString ¶

func (*GetUrgentDemandPlanListHeaders) SetCommonHeaders ¶

func (*GetUrgentDemandPlanListHeaders) SetYunUserId ¶

func (GetUrgentDemandPlanListHeaders) String ¶

type GetUrgentDemandPlanListRequest ¶

type GetUrgentDemandPlanListRequest struct {
	Current  *int64  `json:"current,omitempty" xml:"current,omitempty"`
	Period   *string `json:"period,omitempty" xml:"period,omitempty"`
	PlanType *int64  `json:"planType,omitempty" xml:"planType,omitempty"`
	Size     *int64  `json:"size,omitempty" xml:"size,omitempty"`
	UserId   *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetUrgentDemandPlanListRequest) GoString ¶

func (*GetUrgentDemandPlanListRequest) SetCurrent ¶

func (*GetUrgentDemandPlanListRequest) SetPeriod ¶

func (*GetUrgentDemandPlanListRequest) SetPlanType ¶

func (*GetUrgentDemandPlanListRequest) SetSize ¶

func (*GetUrgentDemandPlanListRequest) SetUserId ¶

func (GetUrgentDemandPlanListRequest) String ¶

type GetUrgentDemandPlanListResponse ¶

type GetUrgentDemandPlanListResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUrgentDemandPlanListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUrgentDemandPlanListResponse) GoString ¶

func (*GetUrgentDemandPlanListResponse) SetHeaders ¶

func (*GetUrgentDemandPlanListResponse) SetStatusCode ¶

func (GetUrgentDemandPlanListResponse) String ¶

type GetUrgentDemandPlanListResponseBody ¶

type GetUrgentDemandPlanListResponseBody struct {
	Code    *int64                                   `json:"code,omitempty" xml:"code,omitempty"`
	Data    *GetUrgentDemandPlanListResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	Message *string                                  `json:"message,omitempty" xml:"message,omitempty"`
	Success *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
	TraceId *string                                  `json:"traceId,omitempty" xml:"traceId,omitempty"`
}

func (GetUrgentDemandPlanListResponseBody) GoString ¶

func (*GetUrgentDemandPlanListResponseBody) SetCode ¶

func (*GetUrgentDemandPlanListResponseBody) SetMessage ¶

func (*GetUrgentDemandPlanListResponseBody) SetSuccess ¶

func (*GetUrgentDemandPlanListResponseBody) SetTraceId ¶

func (GetUrgentDemandPlanListResponseBody) String ¶

type GetUrgentDemandPlanListResponseBodyData ¶

type GetUrgentDemandPlanListResponseBodyData struct {
	Current *int64                                            `json:"current,omitempty" xml:"current,omitempty"`
	Pages   *int64                                            `json:"pages,omitempty" xml:"pages,omitempty"`
	Records []*GetUrgentDemandPlanListResponseBodyDataRecords `json:"records,omitempty" xml:"records,omitempty" type:"Repeated"`
	Size    *int64                                            `json:"size,omitempty" xml:"size,omitempty"`
	Total   *int64                                            `json:"total,omitempty" xml:"total,omitempty"`
}

func (GetUrgentDemandPlanListResponseBodyData) GoString ¶

func (*GetUrgentDemandPlanListResponseBodyData) SetCurrent ¶

func (*GetUrgentDemandPlanListResponseBodyData) SetPages ¶

func (*GetUrgentDemandPlanListResponseBodyData) SetSize ¶

func (*GetUrgentDemandPlanListResponseBodyData) SetTotal ¶

func (GetUrgentDemandPlanListResponseBodyData) String ¶

type GetUrgentDemandPlanListResponseBodyDataRecords ¶

type GetUrgentDemandPlanListResponseBodyDataRecords struct {
	AccountId    *string `json:"accountId,omitempty" xml:"accountId,omitempty"`
	AccountName  *string `json:"accountName,omitempty" xml:"accountName,omitempty"`
	AccountType  *string `json:"accountType,omitempty" xml:"accountType,omitempty"`
	ApprovalUrl  *string `json:"approvalUrl,omitempty" xml:"approvalUrl,omitempty"`
	Creator      *string `json:"creator,omitempty" xml:"creator,omitempty"`
	CreatorName  *string `json:"creatorName,omitempty" xml:"creatorName,omitempty"`
	Description  *string `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate    *string `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified  *string `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Modifier     *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
	ModifierName *string `json:"modifierName,omitempty" xml:"modifierName,omitempty"`
	PlanId       *int64  `json:"planId,omitempty" xml:"planId,omitempty"`
	PlanName     *string `json:"planName,omitempty" xml:"planName,omitempty"`
	Status       *int64  `json:"status,omitempty" xml:"status,omitempty"`
}

func (GetUrgentDemandPlanListResponseBodyDataRecords) GoString ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetAccountId ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetAccountName ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetAccountType ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetApprovalUrl ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetCreator ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetCreatorName ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetDescription ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetGmtCreate ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetGmtModified ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetModifier ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetModifierName ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetPlanId ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetPlanName ¶

func (*GetUrgentDemandPlanListResponseBodyDataRecords) SetStatus ¶

func (GetUrgentDemandPlanListResponseBodyDataRecords) String ¶

type PushResourcePlanHeaders ¶

type PushResourcePlanHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	YunUserId     *string            `json:"Yun-User-Id,omitempty" xml:"Yun-User-Id,omitempty"`
}

func (PushResourcePlanHeaders) GoString ¶

func (s PushResourcePlanHeaders) GoString() string

func (*PushResourcePlanHeaders) SetCommonHeaders ¶

func (s *PushResourcePlanHeaders) SetCommonHeaders(v map[string]*string) *PushResourcePlanHeaders

func (*PushResourcePlanHeaders) SetYunUserId ¶

func (PushResourcePlanHeaders) String ¶

func (s PushResourcePlanHeaders) String() string

type PushResourcePlanRequest ¶

type PushResourcePlanRequest struct {
	BufferCnt   *int64                               `json:"bufferCnt,omitempty" xml:"bufferCnt,omitempty"`
	DemandCount *int64                               `json:"demandCount,omitempty" xml:"demandCount,omitempty"`
	DemandId    *string                              `json:"demandId,omitempty" xml:"demandId,omitempty"`
	MethodList  []*PushResourcePlanRequestMethodList `json:"methodList,omitempty" xml:"methodList,omitempty" type:"Repeated"`
	RequestId   *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	RequireCnt  *int64                               `json:"requireCnt,omitempty" xml:"requireCnt,omitempty"`
	SubDemandId *string                              `json:"subDemandId,omitempty" xml:"subDemandId,omitempty"`
}

func (PushResourcePlanRequest) GoString ¶

func (s PushResourcePlanRequest) GoString() string

func (*PushResourcePlanRequest) SetBufferCnt ¶

func (*PushResourcePlanRequest) SetDemandCount ¶

func (*PushResourcePlanRequest) SetDemandId ¶

func (*PushResourcePlanRequest) SetMethodList ¶

func (*PushResourcePlanRequest) SetRequestId ¶

func (*PushResourcePlanRequest) SetRequireCnt ¶

func (*PushResourcePlanRequest) SetSubDemandId ¶

func (PushResourcePlanRequest) String ¶

func (s PushResourcePlanRequest) String() string

type PushResourcePlanRequestMethodList ¶

type PushResourcePlanRequestMethodList struct {
	Azone            *string                                      `json:"azone,omitempty" xml:"azone,omitempty"`
	BufferCnt        *int64                                       `json:"bufferCnt,omitempty" xml:"bufferCnt,omitempty"`
	Cluster          *string                                      `json:"cluster,omitempty" xml:"cluster,omitempty"`
	Comment          *string                                      `json:"comment,omitempty" xml:"comment,omitempty"`
	ConvertHostCnt   *int64                                       `json:"convertHostCnt,omitempty" xml:"convertHostCnt,omitempty"`
	ConvertHostType  *string                                      `json:"convertHostType,omitempty" xml:"convertHostType,omitempty"`
	DataList         []*PushResourcePlanRequestMethodListDataList `json:"dataList,omitempty" xml:"dataList,omitempty" type:"Repeated"`
	DenamdCount      *int64                                       `json:"denamdCount,omitempty" xml:"denamdCount,omitempty"`
	GapCnt           *int64                                       `json:"gapCnt,omitempty" xml:"gapCnt,omitempty"`
	Region           *string                                      `json:"region,omitempty" xml:"region,omitempty"`
	ResourceMethodId *int64                                       `json:"resourceMethodId,omitempty" xml:"resourceMethodId,omitempty"`
	RoomCode         *string                                      `json:"roomCode,omitempty" xml:"roomCode,omitempty"`
}

func (PushResourcePlanRequestMethodList) GoString ¶

func (*PushResourcePlanRequestMethodList) SetAzone ¶

func (*PushResourcePlanRequestMethodList) SetBufferCnt ¶

func (*PushResourcePlanRequestMethodList) SetCluster ¶

func (*PushResourcePlanRequestMethodList) SetComment ¶

func (*PushResourcePlanRequestMethodList) SetConvertHostCnt ¶

func (*PushResourcePlanRequestMethodList) SetConvertHostType ¶

func (*PushResourcePlanRequestMethodList) SetDenamdCount ¶

func (*PushResourcePlanRequestMethodList) SetGapCnt ¶

func (*PushResourcePlanRequestMethodList) SetRegion ¶

func (*PushResourcePlanRequestMethodList) SetResourceMethodId ¶

func (*PushResourcePlanRequestMethodList) SetRoomCode ¶

func (PushResourcePlanRequestMethodList) String ¶

type PushResourcePlanRequestMethodListDataList ¶

type PushResourcePlanRequestMethodListDataList struct {
	ClassZone       *string `json:"classZone,omitempty" xml:"classZone,omitempty"`
	ConvertHostType *string `json:"convertHostType,omitempty" xml:"convertHostType,omitempty"`
	LogicZone       *string `json:"logicZone,omitempty" xml:"logicZone,omitempty"`
	NetArch         *string `json:"netArch,omitempty" xml:"netArch,omitempty"`
	Nic             *string `json:"nic,omitempty" xml:"nic,omitempty"`
	Product3        *string `json:"product3,omitempty" xml:"product3,omitempty"`
	SafeZone        *string `json:"safeZone,omitempty" xml:"safeZone,omitempty"`
	Scenario        *string `json:"scenario,omitempty" xml:"scenario,omitempty"`
	SupplyAmount    *int64  `json:"supplyAmount,omitempty" xml:"supplyAmount,omitempty"`
	SupplyDate      *string `json:"supplyDate,omitempty" xml:"supplyDate,omitempty"`
	SupplyType      *int64  `json:"supplyType,omitempty" xml:"supplyType,omitempty"`
}

func (PushResourcePlanRequestMethodListDataList) GoString ¶

func (*PushResourcePlanRequestMethodListDataList) SetClassZone ¶

func (*PushResourcePlanRequestMethodListDataList) SetConvertHostType ¶

func (*PushResourcePlanRequestMethodListDataList) SetLogicZone ¶

func (*PushResourcePlanRequestMethodListDataList) SetNetArch ¶

func (*PushResourcePlanRequestMethodListDataList) SetNic ¶

func (*PushResourcePlanRequestMethodListDataList) SetProduct3 ¶

func (*PushResourcePlanRequestMethodListDataList) SetSafeZone ¶

func (*PushResourcePlanRequestMethodListDataList) SetScenario ¶

func (*PushResourcePlanRequestMethodListDataList) SetSupplyAmount ¶

func (*PushResourcePlanRequestMethodListDataList) SetSupplyDate ¶

func (*PushResourcePlanRequestMethodListDataList) SetSupplyType ¶

func (PushResourcePlanRequestMethodListDataList) String ¶

type PushResourcePlanResponse ¶

type PushResourcePlanResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PushResourcePlanResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PushResourcePlanResponse) GoString ¶

func (s PushResourcePlanResponse) GoString() string

func (*PushResourcePlanResponse) SetBody ¶

func (*PushResourcePlanResponse) SetHeaders ¶

func (*PushResourcePlanResponse) SetStatusCode ¶

func (PushResourcePlanResponse) String ¶

func (s PushResourcePlanResponse) String() string

type PushResourcePlanResponseBody ¶

type PushResourcePlanResponseBody struct {
	Code    *int64  `json:"code,omitempty" xml:"code,omitempty"`
	Data    *bool   `json:"data,omitempty" xml:"data,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
	Success *bool   `json:"success,omitempty" xml:"success,omitempty"`
	TraceId *string `json:"traceId,omitempty" xml:"traceId,omitempty"`
}

func (PushResourcePlanResponseBody) GoString ¶

func (s PushResourcePlanResponseBody) GoString() string

func (*PushResourcePlanResponseBody) SetCode ¶

func (*PushResourcePlanResponseBody) SetData ¶

func (*PushResourcePlanResponseBody) SetMessage ¶

func (*PushResourcePlanResponseBody) SetSuccess ¶

func (*PushResourcePlanResponseBody) SetTraceId ¶

func (PushResourcePlanResponseBody) String ¶

type QueryDeliveredSupplyItemsRequest ¶

type QueryDeliveredSupplyItemsRequest struct {
	AccountId         *string `json:"accountId,omitempty" xml:"accountId,omitempty"`
	CommodityTypeCode *string `json:"commodityTypeCode,omitempty" xml:"commodityTypeCode,omitempty"`
}

func (QueryDeliveredSupplyItemsRequest) GoString ¶

func (*QueryDeliveredSupplyItemsRequest) SetAccountId ¶

func (*QueryDeliveredSupplyItemsRequest) SetCommodityTypeCode ¶

func (QueryDeliveredSupplyItemsRequest) String ¶

type QueryDeliveredSupplyItemsResponse ¶

type QueryDeliveredSupplyItemsResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       []*QueryDeliveredSupplyItemsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true" type:"Repeated"`
}

func (QueryDeliveredSupplyItemsResponse) GoString ¶

func (*QueryDeliveredSupplyItemsResponse) SetHeaders ¶

func (*QueryDeliveredSupplyItemsResponse) SetStatusCode ¶

func (QueryDeliveredSupplyItemsResponse) String ¶

type QueryDeliveredSupplyItemsResponseBody ¶

type QueryDeliveredSupplyItemsResponseBody struct {
	AccountId         *string `json:"accountId,omitempty" xml:"accountId,omitempty"`
	CommodityTypeCode *string `json:"commodityTypeCode,omitempty" xml:"commodityTypeCode,omitempty"`
	DemandPlanId      *int64  `json:"demandPlanId,omitempty" xml:"demandPlanId,omitempty"`
	PlanTitle         *string `json:"planTitle,omitempty" xml:"planTitle,omitempty"`
	Region            *string `json:"region,omitempty" xml:"region,omitempty"`
	Zone              *string `json:"zone,omitempty" xml:"zone,omitempty"`
	CommodityCode     *string `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	DemandCount       *int32  `json:"demandCount,omitempty" xml:"demandCount,omitempty"`
	DeliveredAmount   *int32  `json:"deliveredAmount,omitempty" xml:"deliveredAmount,omitempty"`
	OpenCount         *int32  `json:"openCount,omitempty" xml:"openCount,omitempty"`
}

func (QueryDeliveredSupplyItemsResponseBody) GoString ¶

func (*QueryDeliveredSupplyItemsResponseBody) SetAccountId ¶

func (*QueryDeliveredSupplyItemsResponseBody) SetCommodityCode ¶

func (*QueryDeliveredSupplyItemsResponseBody) SetCommodityTypeCode ¶

func (*QueryDeliveredSupplyItemsResponseBody) SetDeliveredAmount ¶

func (*QueryDeliveredSupplyItemsResponseBody) SetDemandCount ¶

func (*QueryDeliveredSupplyItemsResponseBody) SetDemandPlanId ¶

func (*QueryDeliveredSupplyItemsResponseBody) SetOpenCount ¶

func (*QueryDeliveredSupplyItemsResponseBody) SetPlanTitle ¶

func (*QueryDeliveredSupplyItemsResponseBody) SetRegion ¶

func (*QueryDeliveredSupplyItemsResponseBody) SetZone ¶

func (QueryDeliveredSupplyItemsResponseBody) String ¶

type QueryPeriodBudgetBillRequest ¶

type QueryPeriodBudgetBillRequest struct {
	ObjectIds  *string `json:"objectIds,omitempty" xml:"objectIds,omitempty"`
	ObjectType *string `json:"objectType,omitempty" xml:"objectType,omitempty"`
	Period     *string `json:"period,omitempty" xml:"period,omitempty"`
}

func (QueryPeriodBudgetBillRequest) GoString ¶

func (s QueryPeriodBudgetBillRequest) GoString() string

func (*QueryPeriodBudgetBillRequest) SetObjectIds ¶

func (*QueryPeriodBudgetBillRequest) SetObjectType ¶

func (*QueryPeriodBudgetBillRequest) SetPeriod ¶

func (QueryPeriodBudgetBillRequest) String ¶

type QueryPeriodBudgetBillResponse ¶

type QueryPeriodBudgetBillResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryPeriodBudgetBillResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryPeriodBudgetBillResponse) GoString ¶

func (*QueryPeriodBudgetBillResponse) SetHeaders ¶

func (*QueryPeriodBudgetBillResponse) SetStatusCode ¶

func (QueryPeriodBudgetBillResponse) String ¶

type QueryPeriodBudgetBillResponseBody ¶

type QueryPeriodBudgetBillResponseBody struct {
	PeriodBudgetBillDTOS []*QueryPeriodBudgetBillResponseBodyPeriodBudgetBillDTOS `json:"periodBudgetBillDTOS,omitempty" xml:"periodBudgetBillDTOS,omitempty" type:"Repeated"`
}

func (QueryPeriodBudgetBillResponseBody) GoString ¶

func (QueryPeriodBudgetBillResponseBody) String ¶

type QueryPeriodBudgetBillResponseBodyPeriodBudgetBillDTOS ¶

type QueryPeriodBudgetBillResponseBodyPeriodBudgetBillDTOS struct {
	Bill         *float64 `json:"bill,omitempty" xml:"bill,omitempty"`
	Budget       *float64 `json:"budget,omitempty" xml:"budget,omitempty"`
	LastYearBill *float64 `json:"lastYearBill,omitempty" xml:"lastYearBill,omitempty"`
	Month        *string  `json:"month,omitempty" xml:"month,omitempty"`
}

func (QueryPeriodBudgetBillResponseBodyPeriodBudgetBillDTOS) GoString ¶

func (*QueryPeriodBudgetBillResponseBodyPeriodBudgetBillDTOS) SetBill ¶

func (*QueryPeriodBudgetBillResponseBodyPeriodBudgetBillDTOS) SetBudget ¶

func (*QueryPeriodBudgetBillResponseBodyPeriodBudgetBillDTOS) SetLastYearBill ¶

func (*QueryPeriodBudgetBillResponseBodyPeriodBudgetBillDTOS) SetMonth ¶

func (QueryPeriodBudgetBillResponseBodyPeriodBudgetBillDTOS) String ¶

type SaveUrgentDemandItemHeaders ¶

type SaveUrgentDemandItemHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	YunUserId     *string            `json:"Yun-User-Id,omitempty" xml:"Yun-User-Id,omitempty"`
}

func (SaveUrgentDemandItemHeaders) GoString ¶

func (s SaveUrgentDemandItemHeaders) GoString() string

func (*SaveUrgentDemandItemHeaders) SetCommonHeaders ¶

func (*SaveUrgentDemandItemHeaders) SetYunUserId ¶

func (SaveUrgentDemandItemHeaders) String ¶

type SaveUrgentDemandItemRequest ¶

type SaveUrgentDemandItemRequest struct {
	AccountId              *string                                            `json:"accountId,omitempty" xml:"accountId,omitempty"`
	Creator                *string                                            `json:"creator,omitempty" xml:"creator,omitempty"`
	EffectTime             *string                                            `json:"effectTime,omitempty" xml:"effectTime,omitempty"`
	Modifier               *string                                            `json:"modifier,omitempty" xml:"modifier,omitempty"`
	NetworkType            *string                                            `json:"networkType,omitempty" xml:"networkType,omitempty"`
	PayDuration            *string                                            `json:"payDuration,omitempty" xml:"payDuration,omitempty"`
	PayDurationUnit        *string                                            `json:"payDurationUnit,omitempty" xml:"payDurationUnit,omitempty"`
	PayType                *string                                            `json:"payType,omitempty" xml:"payType,omitempty"`
	PlanId                 *int64                                             `json:"planId,omitempty" xml:"planId,omitempty"`
	Region                 *string                                            `json:"region,omitempty" xml:"region,omitempty"`
	UrgentDemandEbsRequest *SaveUrgentDemandItemRequestUrgentDemandEbsRequest `json:"urgentDemandEbsRequest,omitempty" xml:"urgentDemandEbsRequest,omitempty" type:"Struct"`
	UrgentDemandEcsRequest *SaveUrgentDemandItemRequestUrgentDemandEcsRequest `json:"urgentDemandEcsRequest,omitempty" xml:"urgentDemandEcsRequest,omitempty" type:"Struct"`
	Zone                   *string                                            `json:"zone,omitempty" xml:"zone,omitempty"`
}

func (SaveUrgentDemandItemRequest) GoString ¶

func (s SaveUrgentDemandItemRequest) GoString() string

func (*SaveUrgentDemandItemRequest) SetAccountId ¶

func (*SaveUrgentDemandItemRequest) SetCreator ¶

func (*SaveUrgentDemandItemRequest) SetEffectTime ¶

func (*SaveUrgentDemandItemRequest) SetModifier ¶

func (*SaveUrgentDemandItemRequest) SetNetworkType ¶

func (*SaveUrgentDemandItemRequest) SetPayDuration ¶

func (*SaveUrgentDemandItemRequest) SetPayDurationUnit ¶

func (*SaveUrgentDemandItemRequest) SetPayType ¶

func (*SaveUrgentDemandItemRequest) SetPlanId ¶

func (*SaveUrgentDemandItemRequest) SetRegion ¶

func (*SaveUrgentDemandItemRequest) SetZone ¶

func (SaveUrgentDemandItemRequest) String ¶

type SaveUrgentDemandItemRequestUrgentDemandEbsRequest ¶

type SaveUrgentDemandItemRequestUrgentDemandEbsRequest struct {
	CommodityCode     *string `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	CommodityNum      *int64  `json:"commodityNum,omitempty" xml:"commodityNum,omitempty"`
	CommodityTypeCode *string `json:"commodityTypeCode,omitempty" xml:"commodityTypeCode,omitempty"`
	ItemId            *int64  `json:"itemId,omitempty" xml:"itemId,omitempty"`
	PerformanceLevel  *int64  `json:"performanceLevel,omitempty" xml:"performanceLevel,omitempty"`
}

func (SaveUrgentDemandItemRequestUrgentDemandEbsRequest) GoString ¶

func (*SaveUrgentDemandItemRequestUrgentDemandEbsRequest) SetCommodityCode ¶

func (*SaveUrgentDemandItemRequestUrgentDemandEbsRequest) SetCommodityNum ¶

func (*SaveUrgentDemandItemRequestUrgentDemandEbsRequest) SetCommodityTypeCode ¶

func (*SaveUrgentDemandItemRequestUrgentDemandEbsRequest) SetItemId ¶

func (*SaveUrgentDemandItemRequestUrgentDemandEbsRequest) SetPerformanceLevel ¶

func (SaveUrgentDemandItemRequestUrgentDemandEbsRequest) String ¶

type SaveUrgentDemandItemRequestUrgentDemandEcsRequest ¶

type SaveUrgentDemandItemRequestUrgentDemandEcsRequest struct {
	CommodityCode     *string `json:"commodityCode,omitempty" xml:"commodityCode,omitempty"`
	CommodityNum      *int64  `json:"commodityNum,omitempty" xml:"commodityNum,omitempty"`
	CommodityTypeCode *string `json:"commodityTypeCode,omitempty" xml:"commodityTypeCode,omitempty"`
	ItemId            *int64  `json:"itemId,omitempty" xml:"itemId,omitempty"`
	VCpuCount         *int64  `json:"vCpuCount,omitempty" xml:"vCpuCount,omitempty"`
}

func (SaveUrgentDemandItemRequestUrgentDemandEcsRequest) GoString ¶

func (*SaveUrgentDemandItemRequestUrgentDemandEcsRequest) SetCommodityCode ¶

func (*SaveUrgentDemandItemRequestUrgentDemandEcsRequest) SetCommodityNum ¶

func (*SaveUrgentDemandItemRequestUrgentDemandEcsRequest) SetCommodityTypeCode ¶

func (*SaveUrgentDemandItemRequestUrgentDemandEcsRequest) SetItemId ¶

func (*SaveUrgentDemandItemRequestUrgentDemandEcsRequest) SetVCpuCount ¶

func (SaveUrgentDemandItemRequestUrgentDemandEcsRequest) String ¶

type SaveUrgentDemandItemResponse ¶

type SaveUrgentDemandItemResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SaveUrgentDemandItemResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SaveUrgentDemandItemResponse) GoString ¶

func (s SaveUrgentDemandItemResponse) GoString() string

func (*SaveUrgentDemandItemResponse) SetBody ¶

func (*SaveUrgentDemandItemResponse) SetHeaders ¶

func (*SaveUrgentDemandItemResponse) SetStatusCode ¶

func (SaveUrgentDemandItemResponse) String ¶

type SaveUrgentDemandItemResponseBody ¶

type SaveUrgentDemandItemResponseBody struct {
	Code    *int64   `json:"code,omitempty" xml:"code,omitempty"`
	Data    []*int64 `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	Message *string  `json:"message,omitempty" xml:"message,omitempty"`
	Success *bool    `json:"success,omitempty" xml:"success,omitempty"`
	TraceId *string  `json:"traceId,omitempty" xml:"traceId,omitempty"`
}

func (SaveUrgentDemandItemResponseBody) GoString ¶

func (*SaveUrgentDemandItemResponseBody) SetCode ¶

func (*SaveUrgentDemandItemResponseBody) SetData ¶

func (*SaveUrgentDemandItemResponseBody) SetMessage ¶

func (*SaveUrgentDemandItemResponseBody) SetSuccess ¶

func (*SaveUrgentDemandItemResponseBody) SetTraceId ¶

func (SaveUrgentDemandItemResponseBody) String ¶

type SubmitUrgentDemandPlanHeaders ¶

type SubmitUrgentDemandPlanHeaders struct {
	CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	YunUserId     *string            `json:"Yun-User-Id,omitempty" xml:"Yun-User-Id,omitempty"`
}

func (SubmitUrgentDemandPlanHeaders) GoString ¶

func (*SubmitUrgentDemandPlanHeaders) SetCommonHeaders ¶

func (*SubmitUrgentDemandPlanHeaders) SetYunUserId ¶

func (SubmitUrgentDemandPlanHeaders) String ¶

type SubmitUrgentDemandPlanRequest ¶

type SubmitUrgentDemandPlanRequest struct {
	PlanId *string `json:"planId,omitempty" xml:"planId,omitempty"`
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (SubmitUrgentDemandPlanRequest) GoString ¶

func (*SubmitUrgentDemandPlanRequest) SetPlanId ¶

func (*SubmitUrgentDemandPlanRequest) SetUserId ¶

func (SubmitUrgentDemandPlanRequest) String ¶

type SubmitUrgentDemandPlanResponse ¶

type SubmitUrgentDemandPlanResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SubmitUrgentDemandPlanResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SubmitUrgentDemandPlanResponse) GoString ¶

func (*SubmitUrgentDemandPlanResponse) SetHeaders ¶

func (*SubmitUrgentDemandPlanResponse) SetStatusCode ¶

func (SubmitUrgentDemandPlanResponse) String ¶

type SubmitUrgentDemandPlanResponseBody ¶

type SubmitUrgentDemandPlanResponseBody struct {
	// code
	Code    *int64  `json:"code,omitempty" xml:"code,omitempty"`
	Data    *bool   `json:"data,omitempty" xml:"data,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
	// success
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
	// traceId
	TraceId *string `json:"traceId,omitempty" xml:"traceId,omitempty"`
}

func (SubmitUrgentDemandPlanResponseBody) GoString ¶

func (*SubmitUrgentDemandPlanResponseBody) SetCode ¶

func (*SubmitUrgentDemandPlanResponseBody) SetData ¶

func (*SubmitUrgentDemandPlanResponseBody) SetMessage ¶

func (*SubmitUrgentDemandPlanResponseBody) SetSuccess ¶

func (*SubmitUrgentDemandPlanResponseBody) SetTraceId ¶

func (SubmitUrgentDemandPlanResponseBody) String ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL