client

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2022 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) GetAgeDistribution

func (client *Client) GetAgeDistribution(request *GetAgeDistributionRequest) (_result *GetAgeDistributionResponse, _err error)

func (*Client) GetAgeDistributionWithOptions

func (client *Client) GetAgeDistributionWithOptions(request *GetAgeDistributionRequest, runtime *util.RuntimeOptions) (_result *GetAgeDistributionResponse, _err error)

func (*Client) GetAllTrendCategory

func (client *Client) GetAllTrendCategory() (_result *GetAllTrendCategoryResponse, _err error)

func (*Client) GetAllTrendCategoryWithOptions

func (client *Client) GetAllTrendCategoryWithOptions(runtime *util.RuntimeOptions) (_result *GetAllTrendCategoryResponse, _err error)

func (*Client) GetCrowdLabel

func (client *Client) GetCrowdLabel(request *GetCrowdLabelRequest) (_result *GetCrowdLabelResponse, _err error)

func (*Client) GetCrowdLabelWithOptions

func (client *Client) GetCrowdLabelWithOptions(request *GetCrowdLabelRequest, runtime *util.RuntimeOptions) (_result *GetCrowdLabelResponse, _err error)

func (*Client) GetCrowdRegin

func (client *Client) GetCrowdRegin(request *GetCrowdReginRequest) (_result *GetCrowdReginResponse, _err error)

func (*Client) GetCrowdReginWithOptions

func (client *Client) GetCrowdReginWithOptions(request *GetCrowdReginRequest, runtime *util.RuntimeOptions) (_result *GetCrowdReginResponse, _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) GetOpportunityMarket

func (client *Client) GetOpportunityMarket(request *GetOpportunityMarketRequest) (_result *GetOpportunityMarketResponse, _err error)

func (*Client) GetOpportunityMarketWithOptions

func (client *Client) GetOpportunityMarketWithOptions(request *GetOpportunityMarketRequest, runtime *util.RuntimeOptions) (_result *GetOpportunityMarketResponse, _err error)

func (*Client) GetPriceRange

func (client *Client) GetPriceRange(request *GetPriceRangeRequest) (_result *GetPriceRangeResponse, _err error)

func (*Client) GetPriceRangeWithOptions

func (client *Client) GetPriceRangeWithOptions(request *GetPriceRangeRequest, runtime *util.RuntimeOptions) (_result *GetPriceRangeResponse, _err error)

func (*Client) GetSexRatio

func (client *Client) GetSexRatio(request *GetSexRatioRequest) (_result *GetSexRatioResponse, _err error)

func (*Client) GetSexRatioWithOptions

func (client *Client) GetSexRatioWithOptions(request *GetSexRatioRequest, runtime *util.RuntimeOptions) (_result *GetSexRatioResponse, _err error)

func (*Client) GetStoreSalesVolumeTop

func (client *Client) GetStoreSalesVolumeTop(request *GetStoreSalesVolumeTopRequest) (_result *GetStoreSalesVolumeTopResponse, _err error)

func (*Client) GetStoreSalesVolumeTopWithOptions

func (client *Client) GetStoreSalesVolumeTopWithOptions(request *GetStoreSalesVolumeTopRequest, runtime *util.RuntimeOptions) (_result *GetStoreSalesVolumeTopResponse, _err error)

func (*Client) GetStoreSearchTop

func (client *Client) GetStoreSearchTop(request *GetStoreSearchTopRequest) (_result *GetStoreSearchTopResponse, _err error)

func (*Client) GetStoreSearchTopWithOptions

func (client *Client) GetStoreSearchTopWithOptions(request *GetStoreSearchTopRequest, runtime *util.RuntimeOptions) (_result *GetStoreSearchTopResponse, _err error)

func (*Client) GetStyleTop

func (client *Client) GetStyleTop(request *GetStyleTopRequest) (_result *GetStyleTopResponse, _err error)

func (*Client) GetStyleTopWithOptions

func (client *Client) GetStyleTopWithOptions(request *GetStyleTopRequest, runtime *util.RuntimeOptions) (_result *GetStyleTopResponse, _err error)

func (*Client) GetTrendImageDetail

func (client *Client) GetTrendImageDetail(request *GetTrendImageDetailRequest) (_result *GetTrendImageDetailResponse, _err error)

func (*Client) GetTrendImageDetailWithOptions

func (client *Client) GetTrendImageDetailWithOptions(request *GetTrendImageDetailRequest, runtime *util.RuntimeOptions) (_result *GetTrendImageDetailResponse, _err error)

func (*Client) GetTrendImageList

func (client *Client) GetTrendImageList(request *GetTrendImageListRequest) (_result *GetTrendImageListResponse, _err error)

func (*Client) GetTrendImageListWithOptions

func (client *Client) GetTrendImageListWithOptions(request *GetTrendImageListRequest, runtime *util.RuntimeOptions) (_result *GetTrendImageListResponse, _err error)

func (*Client) GetTrendIndex

func (client *Client) GetTrendIndex(request *GetTrendIndexRequest) (_result *GetTrendIndexResponse, _err error)

func (*Client) GetTrendIndexWithOptions

func (client *Client) GetTrendIndexWithOptions(request *GetTrendIndexRequest, runtime *util.RuntimeOptions) (_result *GetTrendIndexResponse, _err error)

func (*Client) GetTrendSearchRecord

func (client *Client) GetTrendSearchRecord(request *GetTrendSearchRecordRequest) (_result *GetTrendSearchRecordResponse, _err error)

func (*Client) GetTrendSearchRecordWithOptions

func (client *Client) GetTrendSearchRecordWithOptions(request *GetTrendSearchRecordRequest, runtime *util.RuntimeOptions) (_result *GetTrendSearchRecordResponse, _err error)

func (*Client) GetTrendStatistic

func (client *Client) GetTrendStatistic(request *GetTrendStatisticRequest) (_result *GetTrendStatisticResponse, _err error)

func (*Client) GetTrendStatisticWithOptions

func (client *Client) GetTrendStatisticWithOptions(request *GetTrendStatisticRequest, runtime *util.RuntimeOptions) (_result *GetTrendStatisticResponse, _err error)

func (*Client) Init

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

type GetAgeDistributionRequest

type GetAgeDistributionRequest struct {
	CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"`
}

func (GetAgeDistributionRequest) GoString

func (s GetAgeDistributionRequest) GoString() string

func (*GetAgeDistributionRequest) SetCateIds

func (GetAgeDistributionRequest) String

func (s GetAgeDistributionRequest) String() string

type GetAgeDistributionResponse

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

func (GetAgeDistributionResponse) GoString

func (s GetAgeDistributionResponse) GoString() string

func (*GetAgeDistributionResponse) SetBody

func (*GetAgeDistributionResponse) SetHeaders

func (*GetAgeDistributionResponse) SetStatusCode

func (GetAgeDistributionResponse) String

type GetAgeDistributionResponseBody

type GetAgeDistributionResponseBody struct {
	Code    *string                               `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    []*GetAgeDistributionResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message *string                               `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *string `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetAgeDistributionResponseBody) GoString

func (*GetAgeDistributionResponseBody) SetCode

func (*GetAgeDistributionResponseBody) SetData

func (*GetAgeDistributionResponseBody) SetMessage

func (*GetAgeDistributionResponseBody) SetRequestId

func (*GetAgeDistributionResponseBody) SetSuccessResponse

func (GetAgeDistributionResponseBody) String

type GetAgeDistributionResponseBodyData

type GetAgeDistributionResponseBodyData struct {
	AgeRange      *string `json:"AgeRange,omitempty" xml:"AgeRange,omitempty"`
	SaleNumbers   *int64  `json:"SaleNumbers,omitempty" xml:"SaleNumbers,omitempty"`
	SearchNumbers *int64  `json:"SearchNumbers,omitempty" xml:"SearchNumbers,omitempty"`
}

func (GetAgeDistributionResponseBodyData) GoString

func (*GetAgeDistributionResponseBodyData) SetAgeRange

func (*GetAgeDistributionResponseBodyData) SetSaleNumbers

func (*GetAgeDistributionResponseBodyData) SetSearchNumbers

func (GetAgeDistributionResponseBodyData) String

type GetAllTrendCategoryResponse

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

func (GetAllTrendCategoryResponse) GoString

func (s GetAllTrendCategoryResponse) GoString() string

func (*GetAllTrendCategoryResponse) SetBody

func (*GetAllTrendCategoryResponse) SetHeaders

func (*GetAllTrendCategoryResponse) SetStatusCode

func (GetAllTrendCategoryResponse) String

type GetAllTrendCategoryResponseBody

type GetAllTrendCategoryResponseBody struct {
	Code    *string                                `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    []*GetAllTrendCategoryResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message *string                                `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *bool   `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetAllTrendCategoryResponseBody) GoString

func (*GetAllTrendCategoryResponseBody) SetCode

func (*GetAllTrendCategoryResponseBody) SetData

func (*GetAllTrendCategoryResponseBody) SetMessage

func (*GetAllTrendCategoryResponseBody) SetRequestId

func (*GetAllTrendCategoryResponseBody) SetSuccessResponse

func (GetAllTrendCategoryResponseBody) String

type GetAllTrendCategoryResponseBodyData

type GetAllTrendCategoryResponseBodyData struct {
	CategoryId        *int64        `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	CategoryLevel     *int32        `json:"CategoryLevel,omitempty" xml:"CategoryLevel,omitempty"`
	CategoryName      *string       `json:"CategoryName,omitempty" xml:"CategoryName,omitempty"`
	ChildCategory     []interface{} `json:"ChildCategory,omitempty" xml:"ChildCategory,omitempty" type:"Repeated"`
	SuperCategoryName *string       `json:"SuperCategoryName,omitempty" xml:"SuperCategoryName,omitempty"`
}

func (GetAllTrendCategoryResponseBodyData) GoString

func (*GetAllTrendCategoryResponseBodyData) SetCategoryId

func (*GetAllTrendCategoryResponseBodyData) SetCategoryLevel

func (*GetAllTrendCategoryResponseBodyData) SetCategoryName

func (*GetAllTrendCategoryResponseBodyData) SetChildCategory

func (s *GetAllTrendCategoryResponseBodyData) SetChildCategory(v []interface{}) *GetAllTrendCategoryResponseBodyData

func (*GetAllTrendCategoryResponseBodyData) SetSuperCategoryName

func (GetAllTrendCategoryResponseBodyData) String

type GetCrowdLabelRequest

type GetCrowdLabelRequest struct {
	CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"`
}

func (GetCrowdLabelRequest) GoString

func (s GetCrowdLabelRequest) GoString() string

func (*GetCrowdLabelRequest) SetCateIds

func (GetCrowdLabelRequest) String

func (s GetCrowdLabelRequest) String() string

type GetCrowdLabelResponse

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

func (GetCrowdLabelResponse) GoString

func (s GetCrowdLabelResponse) GoString() string

func (*GetCrowdLabelResponse) SetBody

func (*GetCrowdLabelResponse) SetHeaders

func (*GetCrowdLabelResponse) SetStatusCode

func (s *GetCrowdLabelResponse) SetStatusCode(v int32) *GetCrowdLabelResponse

func (GetCrowdLabelResponse) String

func (s GetCrowdLabelResponse) String() string

type GetCrowdLabelResponseBody

type GetCrowdLabelResponseBody struct {
	Code            *string                          `json:"Code,omitempty" xml:"Code,omitempty"`
	Data            []*GetCrowdLabelResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message         *string                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId       *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *string                          `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetCrowdLabelResponseBody) GoString

func (s GetCrowdLabelResponseBody) GoString() string

func (*GetCrowdLabelResponseBody) SetCode

func (*GetCrowdLabelResponseBody) SetData

func (*GetCrowdLabelResponseBody) SetMessage

func (*GetCrowdLabelResponseBody) SetRequestId

func (*GetCrowdLabelResponseBody) SetSuccessResponse

func (GetCrowdLabelResponseBody) String

func (s GetCrowdLabelResponseBody) String() string

type GetCrowdLabelResponseBodyData

type GetCrowdLabelResponseBodyData struct {
	ClosingDate    *string  `json:"ClosingDate,omitempty" xml:"ClosingDate,omitempty"`
	LabelName      *string  `json:"LabelName,omitempty" xml:"LabelName,omitempty"`
	OrderAmount    *float64 `json:"OrderAmount,omitempty" xml:"OrderAmount,omitempty"`
	PurchaseAmount *float64 `json:"PurchaseAmount,omitempty" xml:"PurchaseAmount,omitempty"`
	SearchVolume   *float64 `json:"SearchVolume,omitempty" xml:"SearchVolume,omitempty"`
}

func (GetCrowdLabelResponseBodyData) GoString

func (*GetCrowdLabelResponseBodyData) SetClosingDate

func (*GetCrowdLabelResponseBodyData) SetLabelName

func (*GetCrowdLabelResponseBodyData) SetOrderAmount

func (*GetCrowdLabelResponseBodyData) SetPurchaseAmount

func (*GetCrowdLabelResponseBodyData) SetSearchVolume

func (GetCrowdLabelResponseBodyData) String

type GetCrowdReginRequest

type GetCrowdReginRequest struct {
	CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"`
}

func (GetCrowdReginRequest) GoString

func (s GetCrowdReginRequest) GoString() string

func (*GetCrowdReginRequest) SetCateIds

func (GetCrowdReginRequest) String

func (s GetCrowdReginRequest) String() string

type GetCrowdReginResponse

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

func (GetCrowdReginResponse) GoString

func (s GetCrowdReginResponse) GoString() string

func (*GetCrowdReginResponse) SetBody

func (*GetCrowdReginResponse) SetHeaders

func (*GetCrowdReginResponse) SetStatusCode

func (s *GetCrowdReginResponse) SetStatusCode(v int32) *GetCrowdReginResponse

func (GetCrowdReginResponse) String

func (s GetCrowdReginResponse) String() string

type GetCrowdReginResponseBody

type GetCrowdReginResponseBody struct {
	Code    *string                        `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    *GetCrowdReginResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message *string                        `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *bool   `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetCrowdReginResponseBody) GoString

func (s GetCrowdReginResponseBody) GoString() string

func (*GetCrowdReginResponseBody) SetCode

func (*GetCrowdReginResponseBody) SetData

func (*GetCrowdReginResponseBody) SetMessage

func (*GetCrowdReginResponseBody) SetRequestId

func (*GetCrowdReginResponseBody) SetSuccessResponse

func (s *GetCrowdReginResponseBody) SetSuccessResponse(v bool) *GetCrowdReginResponseBody

func (GetCrowdReginResponseBody) String

func (s GetCrowdReginResponseBody) String() string

type GetCrowdReginResponseBodyData

type GetCrowdReginResponseBodyData struct {
	SaleNumbers   []*GetCrowdReginResponseBodyDataSaleNumbers   `json:"SaleNumbers,omitempty" xml:"SaleNumbers,omitempty" type:"Repeated"`
	SearchNumbers []*GetCrowdReginResponseBodyDataSearchNumbers `json:"SearchNumbers,omitempty" xml:"SearchNumbers,omitempty" type:"Repeated"`
}

func (GetCrowdReginResponseBodyData) GoString

func (*GetCrowdReginResponseBodyData) SetSaleNumbers

func (GetCrowdReginResponseBodyData) String

type GetCrowdReginResponseBodyDataSaleNumbers

type GetCrowdReginResponseBodyDataSaleNumbers struct {
	Name  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Value *int64  `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (GetCrowdReginResponseBodyDataSaleNumbers) GoString

func (*GetCrowdReginResponseBodyDataSaleNumbers) SetName

func (*GetCrowdReginResponseBodyDataSaleNumbers) SetValue

func (GetCrowdReginResponseBodyDataSaleNumbers) String

type GetCrowdReginResponseBodyDataSearchNumbers

type GetCrowdReginResponseBodyDataSearchNumbers struct {
	Name  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Value *int64  `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (GetCrowdReginResponseBodyDataSearchNumbers) GoString

func (*GetCrowdReginResponseBodyDataSearchNumbers) SetName

func (*GetCrowdReginResponseBodyDataSearchNumbers) SetValue

func (GetCrowdReginResponseBodyDataSearchNumbers) String

type GetOpportunityMarketRequest

type GetOpportunityMarketRequest struct {
	CateIds     *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"`
	TimeDisplay *int64  `json:"TimeDisplay,omitempty" xml:"TimeDisplay,omitempty"`
}

func (GetOpportunityMarketRequest) GoString

func (s GetOpportunityMarketRequest) GoString() string

func (*GetOpportunityMarketRequest) SetCateIds

func (*GetOpportunityMarketRequest) SetTimeDisplay

func (GetOpportunityMarketRequest) String

type GetOpportunityMarketResponse

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

func (GetOpportunityMarketResponse) GoString

func (s GetOpportunityMarketResponse) GoString() string

func (*GetOpportunityMarketResponse) SetBody

func (*GetOpportunityMarketResponse) SetHeaders

func (*GetOpportunityMarketResponse) SetStatusCode

func (GetOpportunityMarketResponse) String

type GetOpportunityMarketResponseBody

type GetOpportunityMarketResponseBody struct {
	Code            *string                                 `json:"Code,omitempty" xml:"Code,omitempty"`
	Data            []*GetOpportunityMarketResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message         *string                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId       *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *bool                                   `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetOpportunityMarketResponseBody) GoString

func (*GetOpportunityMarketResponseBody) SetCode

func (*GetOpportunityMarketResponseBody) SetMessage

func (*GetOpportunityMarketResponseBody) SetRequestId

func (*GetOpportunityMarketResponseBody) SetSuccessResponse

func (GetOpportunityMarketResponseBody) String

type GetOpportunityMarketResponseBodyData

type GetOpportunityMarketResponseBodyData struct {
	CateName          *string  `json:"CateName,omitempty" xml:"CateName,omitempty"`
	OpportunityIndex  *float64 `json:"OpportunityIndex,omitempty" xml:"OpportunityIndex,omitempty"`
	RelativeCommodity *float64 `json:"RelativeCommodity,omitempty" xml:"RelativeCommodity,omitempty"`
	RelativeDischarge *float64 `json:"RelativeDischarge,omitempty" xml:"RelativeDischarge,omitempty"`
	TimeUnit          *string  `json:"TimeUnit,omitempty" xml:"TimeUnit,omitempty"`
}

func (GetOpportunityMarketResponseBodyData) GoString

func (*GetOpportunityMarketResponseBodyData) SetCateName

func (*GetOpportunityMarketResponseBodyData) SetOpportunityIndex

func (*GetOpportunityMarketResponseBodyData) SetRelativeCommodity

func (*GetOpportunityMarketResponseBodyData) SetRelativeDischarge

func (*GetOpportunityMarketResponseBodyData) SetTimeUnit

func (GetOpportunityMarketResponseBodyData) String

type GetPriceRangeRequest

type GetPriceRangeRequest struct {
	CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"`
}

func (GetPriceRangeRequest) GoString

func (s GetPriceRangeRequest) GoString() string

func (*GetPriceRangeRequest) SetCateIds

func (GetPriceRangeRequest) String

func (s GetPriceRangeRequest) String() string

type GetPriceRangeResponse

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

func (GetPriceRangeResponse) GoString

func (s GetPriceRangeResponse) GoString() string

func (*GetPriceRangeResponse) SetBody

func (*GetPriceRangeResponse) SetHeaders

func (*GetPriceRangeResponse) SetStatusCode

func (s *GetPriceRangeResponse) SetStatusCode(v int32) *GetPriceRangeResponse

func (GetPriceRangeResponse) String

func (s GetPriceRangeResponse) String() string

type GetPriceRangeResponseBody

type GetPriceRangeResponseBody struct {
	Code            *string                          `json:"Code,omitempty" xml:"Code,omitempty"`
	Data            []*GetPriceRangeResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message         *string                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId       *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *string                          `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetPriceRangeResponseBody) GoString

func (s GetPriceRangeResponseBody) GoString() string

func (*GetPriceRangeResponseBody) SetCode

func (*GetPriceRangeResponseBody) SetData

func (*GetPriceRangeResponseBody) SetMessage

func (*GetPriceRangeResponseBody) SetRequestId

func (*GetPriceRangeResponseBody) SetSuccessResponse

func (GetPriceRangeResponseBody) String

func (s GetPriceRangeResponseBody) String() string

type GetPriceRangeResponseBodyData

type GetPriceRangeResponseBodyData struct {
	ClosingDate *string  `json:"ClosingDate,omitempty" xml:"ClosingDate,omitempty"`
	GoodsSales  *int64   `json:"GoodsSales,omitempty" xml:"GoodsSales,omitempty"`
	PriceRange  *string  `json:"PriceRange,omitempty" xml:"PriceRange,omitempty"`
	SalesVolume *float64 `json:"SalesVolume,omitempty" xml:"SalesVolume,omitempty"`
}

func (GetPriceRangeResponseBodyData) GoString

func (*GetPriceRangeResponseBodyData) SetClosingDate

func (*GetPriceRangeResponseBodyData) SetGoodsSales

func (*GetPriceRangeResponseBodyData) SetPriceRange

func (*GetPriceRangeResponseBodyData) SetSalesVolume

func (GetPriceRangeResponseBodyData) String

type GetSexRatioRequest

type GetSexRatioRequest struct {
	CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"`
}

func (GetSexRatioRequest) GoString

func (s GetSexRatioRequest) GoString() string

func (*GetSexRatioRequest) SetCateIds

func (s *GetSexRatioRequest) SetCateIds(v string) *GetSexRatioRequest

func (GetSexRatioRequest) String

func (s GetSexRatioRequest) String() string

type GetSexRatioResponse

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

func (GetSexRatioResponse) GoString

func (s GetSexRatioResponse) GoString() string

func (*GetSexRatioResponse) SetBody

func (*GetSexRatioResponse) SetHeaders

func (s *GetSexRatioResponse) SetHeaders(v map[string]*string) *GetSexRatioResponse

func (*GetSexRatioResponse) SetStatusCode

func (s *GetSexRatioResponse) SetStatusCode(v int32) *GetSexRatioResponse

func (GetSexRatioResponse) String

func (s GetSexRatioResponse) String() string

type GetSexRatioResponseBody

type GetSexRatioResponseBody struct {
	Code    *string                      `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    *GetSexRatioResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message *string                      `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *string `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetSexRatioResponseBody) GoString

func (s GetSexRatioResponseBody) GoString() string

func (*GetSexRatioResponseBody) SetCode

func (*GetSexRatioResponseBody) SetData

func (*GetSexRatioResponseBody) SetMessage

func (*GetSexRatioResponseBody) SetRequestId

func (*GetSexRatioResponseBody) SetSuccessResponse

func (s *GetSexRatioResponseBody) SetSuccessResponse(v string) *GetSexRatioResponseBody

func (GetSexRatioResponseBody) String

func (s GetSexRatioResponseBody) String() string

type GetSexRatioResponseBodyData

type GetSexRatioResponseBodyData struct {
	SaleNumbers   []*GetSexRatioResponseBodyDataSaleNumbers   `json:"SaleNumbers,omitempty" xml:"SaleNumbers,omitempty" type:"Repeated"`
	SearchNumbers []*GetSexRatioResponseBodyDataSearchNumbers `json:"SearchNumbers,omitempty" xml:"SearchNumbers,omitempty" type:"Repeated"`
}

func (GetSexRatioResponseBodyData) GoString

func (s GetSexRatioResponseBodyData) GoString() string

func (*GetSexRatioResponseBodyData) SetSaleNumbers

func (*GetSexRatioResponseBodyData) SetSearchNumbers

func (GetSexRatioResponseBodyData) String

type GetSexRatioResponseBodyDataSaleNumbers

type GetSexRatioResponseBodyDataSaleNumbers struct {
	Name  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Value *int64  `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (GetSexRatioResponseBodyDataSaleNumbers) GoString

func (*GetSexRatioResponseBodyDataSaleNumbers) SetName

func (*GetSexRatioResponseBodyDataSaleNumbers) SetValue

func (GetSexRatioResponseBodyDataSaleNumbers) String

type GetSexRatioResponseBodyDataSearchNumbers

type GetSexRatioResponseBodyDataSearchNumbers struct {
	Name  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Value *int64  `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (GetSexRatioResponseBodyDataSearchNumbers) GoString

func (*GetSexRatioResponseBodyDataSearchNumbers) SetName

func (*GetSexRatioResponseBodyDataSearchNumbers) SetValue

func (GetSexRatioResponseBodyDataSearchNumbers) String

type GetStoreSalesVolumeTopRequest

type GetStoreSalesVolumeTopRequest struct {
	CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"`
}

func (GetStoreSalesVolumeTopRequest) GoString

func (*GetStoreSalesVolumeTopRequest) SetCateIds

func (GetStoreSalesVolumeTopRequest) String

type GetStoreSalesVolumeTopResponse

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

func (GetStoreSalesVolumeTopResponse) GoString

func (*GetStoreSalesVolumeTopResponse) SetHeaders

func (*GetStoreSalesVolumeTopResponse) SetStatusCode

func (GetStoreSalesVolumeTopResponse) String

type GetStoreSalesVolumeTopResponseBody

type GetStoreSalesVolumeTopResponseBody struct {
	Code    *string                                   `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    []*GetStoreSalesVolumeTopResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message *string                                   `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *bool   `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetStoreSalesVolumeTopResponseBody) GoString

func (*GetStoreSalesVolumeTopResponseBody) SetCode

func (*GetStoreSalesVolumeTopResponseBody) SetMessage

func (*GetStoreSalesVolumeTopResponseBody) SetRequestId

func (*GetStoreSalesVolumeTopResponseBody) SetSuccessResponse

func (GetStoreSalesVolumeTopResponseBody) String

type GetStoreSalesVolumeTopResponseBodyData

type GetStoreSalesVolumeTopResponseBodyData struct {
	ShopName *string `json:"ShopName,omitempty" xml:"ShopName,omitempty"`
}

func (GetStoreSalesVolumeTopResponseBodyData) GoString

func (*GetStoreSalesVolumeTopResponseBodyData) SetShopName

func (GetStoreSalesVolumeTopResponseBodyData) String

type GetStoreSearchTopRequest

type GetStoreSearchTopRequest struct {
	CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"`
}

func (GetStoreSearchTopRequest) GoString

func (s GetStoreSearchTopRequest) GoString() string

func (*GetStoreSearchTopRequest) SetCateIds

func (GetStoreSearchTopRequest) String

func (s GetStoreSearchTopRequest) String() string

type GetStoreSearchTopResponse

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

func (GetStoreSearchTopResponse) GoString

func (s GetStoreSearchTopResponse) GoString() string

func (*GetStoreSearchTopResponse) SetBody

func (*GetStoreSearchTopResponse) SetHeaders

func (*GetStoreSearchTopResponse) SetStatusCode

func (GetStoreSearchTopResponse) String

func (s GetStoreSearchTopResponse) String() string

type GetStoreSearchTopResponseBody

type GetStoreSearchTopResponseBody struct {
	Code    *string                              `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    []*GetStoreSearchTopResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message *string                              `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *bool   `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetStoreSearchTopResponseBody) GoString

func (*GetStoreSearchTopResponseBody) SetCode

func (*GetStoreSearchTopResponseBody) SetData

func (*GetStoreSearchTopResponseBody) SetMessage

func (*GetStoreSearchTopResponseBody) SetRequestId

func (*GetStoreSearchTopResponseBody) SetSuccessResponse

func (GetStoreSearchTopResponseBody) String

type GetStoreSearchTopResponseBodyData

type GetStoreSearchTopResponseBodyData struct {
	ShopName *string `json:"ShopName,omitempty" xml:"ShopName,omitempty"`
}

func (GetStoreSearchTopResponseBodyData) GoString

func (*GetStoreSearchTopResponseBodyData) SetShopName

func (GetStoreSearchTopResponseBodyData) String

type GetStyleTopRequest

type GetStyleTopRequest struct {
	// A short description of struct
	CateIds     *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"`
	SortOrder   *int64  `json:"SortOrder,omitempty" xml:"SortOrder,omitempty"`
	TimeDisplay *int64  `json:"TimeDisplay,omitempty" xml:"TimeDisplay,omitempty"`
}

func (GetStyleTopRequest) GoString

func (s GetStyleTopRequest) GoString() string

func (*GetStyleTopRequest) SetCateIds

func (s *GetStyleTopRequest) SetCateIds(v string) *GetStyleTopRequest

func (*GetStyleTopRequest) SetSortOrder

func (s *GetStyleTopRequest) SetSortOrder(v int64) *GetStyleTopRequest

func (*GetStyleTopRequest) SetTimeDisplay

func (s *GetStyleTopRequest) SetTimeDisplay(v int64) *GetStyleTopRequest

func (GetStyleTopRequest) String

func (s GetStyleTopRequest) String() string

type GetStyleTopResponse

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

func (GetStyleTopResponse) GoString

func (s GetStyleTopResponse) GoString() string

func (*GetStyleTopResponse) SetBody

func (*GetStyleTopResponse) SetHeaders

func (s *GetStyleTopResponse) SetHeaders(v map[string]*string) *GetStyleTopResponse

func (*GetStyleTopResponse) SetStatusCode

func (s *GetStyleTopResponse) SetStatusCode(v int32) *GetStyleTopResponse

func (GetStyleTopResponse) String

func (s GetStyleTopResponse) String() string

type GetStyleTopResponseBody

type GetStyleTopResponseBody struct {
	// Id of the request
	Code            *string                        `json:"Code,omitempty" xml:"Code,omitempty"`
	Data            []*GetStyleTopResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message         *string                        `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId       *string                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *string                        `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetStyleTopResponseBody) GoString

func (s GetStyleTopResponseBody) GoString() string

func (*GetStyleTopResponseBody) SetCode

func (*GetStyleTopResponseBody) SetData

func (*GetStyleTopResponseBody) SetMessage

func (*GetStyleTopResponseBody) SetRequestId

func (*GetStyleTopResponseBody) SetSuccessResponse

func (s *GetStyleTopResponseBody) SetSuccessResponse(v string) *GetStyleTopResponseBody

func (GetStyleTopResponseBody) String

func (s GetStyleTopResponseBody) String() string

type GetStyleTopResponseBodyData

type GetStyleTopResponseBodyData struct {
	CateName     *string   `json:"CateName,omitempty" xml:"CateName,omitempty"`
	Color        *string   `json:"Color,omitempty" xml:"Color,omitempty"`
	Images       []*string `json:"Images,omitempty" xml:"Images,omitempty" type:"Repeated"`
	Material     *string   `json:"Material,omitempty" xml:"Material,omitempty"`
	ProductLink  *string   `json:"ProductLink,omitempty" xml:"ProductLink,omitempty"`
	SalesVolume  *float64  `json:"SalesVolume,omitempty" xml:"SalesVolume,omitempty"`
	SearchVolume *float64  `json:"SearchVolume,omitempty" xml:"SearchVolume,omitempty"`
	Style        *string   `json:"Style,omitempty" xml:"Style,omitempty"`
	Title        *string   `json:"Title,omitempty" xml:"Title,omitempty"`
}

func (GetStyleTopResponseBodyData) GoString

func (s GetStyleTopResponseBodyData) GoString() string

func (*GetStyleTopResponseBodyData) SetCateName

func (*GetStyleTopResponseBodyData) SetColor

func (*GetStyleTopResponseBodyData) SetImages

func (*GetStyleTopResponseBodyData) SetMaterial

func (*GetStyleTopResponseBodyData) SetSalesVolume

func (*GetStyleTopResponseBodyData) SetSearchVolume

func (*GetStyleTopResponseBodyData) SetStyle

func (*GetStyleTopResponseBodyData) SetTitle

func (GetStyleTopResponseBodyData) String

type GetTrendImageDetailRequest

type GetTrendImageDetailRequest struct {
	AiImgId *string `json:"AiImgId,omitempty" xml:"AiImgId,omitempty"`
}

func (GetTrendImageDetailRequest) GoString

func (s GetTrendImageDetailRequest) GoString() string

func (*GetTrendImageDetailRequest) SetAiImgId

func (GetTrendImageDetailRequest) String

type GetTrendImageDetailResponse

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

func (GetTrendImageDetailResponse) GoString

func (s GetTrendImageDetailResponse) GoString() string

func (*GetTrendImageDetailResponse) SetBody

func (*GetTrendImageDetailResponse) SetHeaders

func (*GetTrendImageDetailResponse) SetStatusCode

func (GetTrendImageDetailResponse) String

type GetTrendImageDetailResponseBody

type GetTrendImageDetailResponseBody struct {
	Code    *string                              `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    *GetTrendImageDetailResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message *string                              `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *bool   `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetTrendImageDetailResponseBody) GoString

func (*GetTrendImageDetailResponseBody) SetCode

func (*GetTrendImageDetailResponseBody) SetMessage

func (*GetTrendImageDetailResponseBody) SetRequestId

func (*GetTrendImageDetailResponseBody) SetSuccessResponse

func (GetTrendImageDetailResponseBody) String

type GetTrendImageDetailResponseBodyData

type GetTrendImageDetailResponseBodyData struct {
	AiImgId      *string                                            `json:"AiImgId,omitempty" xml:"AiImgId,omitempty"`
	AiImgUrl     *string                                            `json:"AiImgUrl,omitempty" xml:"AiImgUrl,omitempty"`
	MultiPictUrl *string                                            `json:"MultiPictUrl,omitempty" xml:"MultiPictUrl,omitempty"`
	Population   *string                                            `json:"Population,omitempty" xml:"Population,omitempty"`
	PriceMax     *int64                                             `json:"PriceMax,omitempty" xml:"PriceMax,omitempty"`
	PriceMin     *int64                                             `json:"PriceMin,omitempty" xml:"PriceMin,omitempty"`
	SimilarGoods []*GetTrendImageDetailResponseBodyDataSimilarGoods `json:"SimilarGoods,omitempty" xml:"SimilarGoods,omitempty" type:"Repeated"`
	Tags         *string                                            `json:"Tags,omitempty" xml:"Tags,omitempty"`
}

func (GetTrendImageDetailResponseBodyData) GoString

func (*GetTrendImageDetailResponseBodyData) SetAiImgId

func (*GetTrendImageDetailResponseBodyData) SetAiImgUrl

func (*GetTrendImageDetailResponseBodyData) SetMultiPictUrl

func (*GetTrendImageDetailResponseBodyData) SetPopulation

func (*GetTrendImageDetailResponseBodyData) SetPriceMax

func (*GetTrendImageDetailResponseBodyData) SetPriceMin

func (*GetTrendImageDetailResponseBodyData) SetTags

func (GetTrendImageDetailResponseBodyData) String

type GetTrendImageDetailResponseBodyDataSimilarGoods

type GetTrendImageDetailResponseBodyDataSimilarGoods struct {
	AiImgUrl     *string `json:"AiImgUrl,omitempty" xml:"AiImgUrl,omitempty"`
	GoodsSales   *int64  `json:"GoodsSales,omitempty" xml:"GoodsSales,omitempty"`
	SearchVolume *int64  `json:"SearchVolume,omitempty" xml:"SearchVolume,omitempty"`
}

func (GetTrendImageDetailResponseBodyDataSimilarGoods) GoString

func (*GetTrendImageDetailResponseBodyDataSimilarGoods) SetAiImgUrl

func (*GetTrendImageDetailResponseBodyDataSimilarGoods) SetGoodsSales

func (*GetTrendImageDetailResponseBodyDataSimilarGoods) SetSearchVolume

func (GetTrendImageDetailResponseBodyDataSimilarGoods) String

type GetTrendImageListRequest

type GetTrendImageListRequest struct {
	CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"`
	Query   *string `json:"Query,omitempty" xml:"Query,omitempty"`
}

func (GetTrendImageListRequest) GoString

func (s GetTrendImageListRequest) GoString() string

func (*GetTrendImageListRequest) SetCateIds

func (*GetTrendImageListRequest) SetQuery

func (GetTrendImageListRequest) String

func (s GetTrendImageListRequest) String() string

type GetTrendImageListResponse

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

func (GetTrendImageListResponse) GoString

func (s GetTrendImageListResponse) GoString() string

func (*GetTrendImageListResponse) SetBody

func (*GetTrendImageListResponse) SetHeaders

func (*GetTrendImageListResponse) SetStatusCode

func (GetTrendImageListResponse) String

func (s GetTrendImageListResponse) String() string

type GetTrendImageListResponseBody

type GetTrendImageListResponseBody struct {
	Code    *string                              `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    []*GetTrendImageListResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message *string                              `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *bool   `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetTrendImageListResponseBody) GoString

func (*GetTrendImageListResponseBody) SetCode

func (*GetTrendImageListResponseBody) SetData

func (*GetTrendImageListResponseBody) SetMessage

func (*GetTrendImageListResponseBody) SetRequestId

func (*GetTrendImageListResponseBody) SetSuccessResponse

func (GetTrendImageListResponseBody) String

type GetTrendImageListResponseBodyData

type GetTrendImageListResponseBodyData struct {
	AiImgId    *string `json:"AiImgId,omitempty" xml:"AiImgId,omitempty"`
	AiImgUrl   *string `json:"AiImgUrl,omitempty" xml:"AiImgUrl,omitempty"`
	Population *string `json:"Population,omitempty" xml:"Population,omitempty"`
	PriceMax   *int64  `json:"PriceMax,omitempty" xml:"PriceMax,omitempty"`
	PriceMin   *int64  `json:"PriceMin,omitempty" xml:"PriceMin,omitempty"`
}

func (GetTrendImageListResponseBodyData) GoString

func (*GetTrendImageListResponseBodyData) SetAiImgId

func (*GetTrendImageListResponseBodyData) SetAiImgUrl

func (*GetTrendImageListResponseBodyData) SetPopulation

func (*GetTrendImageListResponseBodyData) SetPriceMax

func (*GetTrendImageListResponseBodyData) SetPriceMin

func (GetTrendImageListResponseBodyData) String

type GetTrendIndexRequest

type GetTrendIndexRequest struct {
	CateIds  *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"`
	MonthNum *int32  `json:"MonthNum,omitempty" xml:"MonthNum,omitempty"`
}

func (GetTrendIndexRequest) GoString

func (s GetTrendIndexRequest) GoString() string

func (*GetTrendIndexRequest) SetCateIds

func (*GetTrendIndexRequest) SetMonthNum

func (s *GetTrendIndexRequest) SetMonthNum(v int32) *GetTrendIndexRequest

func (GetTrendIndexRequest) String

func (s GetTrendIndexRequest) String() string

type GetTrendIndexResponse

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

func (GetTrendIndexResponse) GoString

func (s GetTrendIndexResponse) GoString() string

func (*GetTrendIndexResponse) SetBody

func (*GetTrendIndexResponse) SetHeaders

func (*GetTrendIndexResponse) SetStatusCode

func (s *GetTrendIndexResponse) SetStatusCode(v int32) *GetTrendIndexResponse

func (GetTrendIndexResponse) String

func (s GetTrendIndexResponse) String() string

type GetTrendIndexResponseBody

type GetTrendIndexResponseBody struct {
	Code    *string                          `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    []*GetTrendIndexResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message *string                          `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *bool   `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetTrendIndexResponseBody) GoString

func (s GetTrendIndexResponseBody) GoString() string

func (*GetTrendIndexResponseBody) SetCode

func (*GetTrendIndexResponseBody) SetData

func (*GetTrendIndexResponseBody) SetMessage

func (*GetTrendIndexResponseBody) SetRequestId

func (*GetTrendIndexResponseBody) SetSuccessResponse

func (s *GetTrendIndexResponseBody) SetSuccessResponse(v bool) *GetTrendIndexResponseBody

func (GetTrendIndexResponseBody) String

func (s GetTrendIndexResponseBody) String() string

type GetTrendIndexResponseBodyData

type GetTrendIndexResponseBodyData struct {
	BrandIndex         *float32 `json:"BrandIndex,omitempty" xml:"BrandIndex,omitempty"`
	ECommerceIndex     *float32 `json:"ECommerceIndex,omitempty" xml:"ECommerceIndex,omitempty"`
	InstitutionalIndex *float32 `json:"InstitutionalIndex,omitempty" xml:"InstitutionalIndex,omitempty"`
	MediaIndex         *float32 `json:"MediaIndex,omitempty" xml:"MediaIndex,omitempty"`
	SocialIndex        *float32 `json:"SocialIndex,omitempty" xml:"SocialIndex,omitempty"`
	TrendIndex         *float32 `json:"TrendIndex,omitempty" xml:"TrendIndex,omitempty"`
	YearMonth          *string  `json:"YearMonth,omitempty" xml:"YearMonth,omitempty"`
}

func (GetTrendIndexResponseBodyData) GoString

func (*GetTrendIndexResponseBodyData) SetBrandIndex

func (*GetTrendIndexResponseBodyData) SetECommerceIndex

func (*GetTrendIndexResponseBodyData) SetInstitutionalIndex

func (*GetTrendIndexResponseBodyData) SetMediaIndex

func (*GetTrendIndexResponseBodyData) SetSocialIndex

func (*GetTrendIndexResponseBodyData) SetTrendIndex

func (*GetTrendIndexResponseBodyData) SetYearMonth

func (GetTrendIndexResponseBodyData) String

type GetTrendSearchRecordRequest

type GetTrendSearchRecordRequest struct {
	Key *string `json:"Key,omitempty" xml:"Key,omitempty"`
}

func (GetTrendSearchRecordRequest) GoString

func (s GetTrendSearchRecordRequest) GoString() string

func (*GetTrendSearchRecordRequest) SetKey

func (GetTrendSearchRecordRequest) String

type GetTrendSearchRecordResponse

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

func (GetTrendSearchRecordResponse) GoString

func (s GetTrendSearchRecordResponse) GoString() string

func (*GetTrendSearchRecordResponse) SetBody

func (*GetTrendSearchRecordResponse) SetHeaders

func (*GetTrendSearchRecordResponse) SetStatusCode

func (GetTrendSearchRecordResponse) String

type GetTrendSearchRecordResponseBody

type GetTrendSearchRecordResponseBody struct {
	Code    *string                                 `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    []*GetTrendSearchRecordResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message *string                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *bool   `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetTrendSearchRecordResponseBody) GoString

func (*GetTrendSearchRecordResponseBody) SetCode

func (*GetTrendSearchRecordResponseBody) SetMessage

func (*GetTrendSearchRecordResponseBody) SetRequestId

func (*GetTrendSearchRecordResponseBody) SetSuccessResponse

func (GetTrendSearchRecordResponseBody) String

type GetTrendSearchRecordResponseBodyData

type GetTrendSearchRecordResponseBodyData struct {
	Id       *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	QueryKey *string `json:"QueryKey,omitempty" xml:"QueryKey,omitempty"`
}

func (GetTrendSearchRecordResponseBodyData) GoString

func (*GetTrendSearchRecordResponseBodyData) SetId

func (*GetTrendSearchRecordResponseBodyData) SetQueryKey

func (GetTrendSearchRecordResponseBodyData) String

type GetTrendStatisticRequest

type GetTrendStatisticRequest struct {
	CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"`
}

func (GetTrendStatisticRequest) GoString

func (s GetTrendStatisticRequest) GoString() string

func (*GetTrendStatisticRequest) SetCateIds

func (GetTrendStatisticRequest) String

func (s GetTrendStatisticRequest) String() string

type GetTrendStatisticResponse

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

func (GetTrendStatisticResponse) GoString

func (s GetTrendStatisticResponse) GoString() string

func (*GetTrendStatisticResponse) SetBody

func (*GetTrendStatisticResponse) SetHeaders

func (*GetTrendStatisticResponse) SetStatusCode

func (GetTrendStatisticResponse) String

func (s GetTrendStatisticResponse) String() string

type GetTrendStatisticResponseBody

type GetTrendStatisticResponseBody struct {
	Code    *string                            `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    *GetTrendStatisticResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message *string                            `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SuccessResponse *bool   `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"`
}

func (GetTrendStatisticResponseBody) GoString

func (*GetTrendStatisticResponseBody) SetCode

func (*GetTrendStatisticResponseBody) SetData

func (*GetTrendStatisticResponseBody) SetMessage

func (*GetTrendStatisticResponseBody) SetRequestId

func (*GetTrendStatisticResponseBody) SetSuccessResponse

func (GetTrendStatisticResponseBody) String

type GetTrendStatisticResponseBodyData

type GetTrendStatisticResponseBodyData struct {
	CommodityCount *int64   `json:"CommodityCount,omitempty" xml:"CommodityCount,omitempty"`
	Sales          *float64 `json:"Sales,omitempty" xml:"Sales,omitempty"`
	ShopCount      *int64   `json:"ShopCount,omitempty" xml:"ShopCount,omitempty"`
}

func (GetTrendStatisticResponseBodyData) GoString

func (*GetTrendStatisticResponseBodyData) SetCommodityCount

func (*GetTrendStatisticResponseBodyData) SetSales

func (*GetTrendStatisticResponseBodyData) SetShopCount

func (GetTrendStatisticResponseBodyData) String

Jump to

Keyboard shortcuts

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