Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type Client
- func (client *Client) GetAgeDistribution(request *GetAgeDistributionRequest) (_result *GetAgeDistributionResponse, _err error)
- func (client *Client) GetAgeDistributionWithOptions(request *GetAgeDistributionRequest, runtime *util.RuntimeOptions) (_result *GetAgeDistributionResponse, _err error)
- func (client *Client) GetAllTrendCategory() (_result *GetAllTrendCategoryResponse, _err error)
- func (client *Client) GetAllTrendCategoryWithOptions(runtime *util.RuntimeOptions) (_result *GetAllTrendCategoryResponse, _err error)
- func (client *Client) GetCrowdData(request *GetCrowdDataRequest) (_result *GetCrowdDataResponse, _err error)
- func (client *Client) GetCrowdDataWithOptions(request *GetCrowdDataRequest, runtime *util.RuntimeOptions) (_result *GetCrowdDataResponse, _err error)
- func (client *Client) GetCrowdLabel(request *GetCrowdLabelRequest) (_result *GetCrowdLabelResponse, _err error)
- func (client *Client) GetCrowdLabelWithOptions(request *GetCrowdLabelRequest, runtime *util.RuntimeOptions) (_result *GetCrowdLabelResponse, _err error)
- func (client *Client) GetCrowdRegin(request *GetCrowdReginRequest) (_result *GetCrowdReginResponse, _err error)
- func (client *Client) GetCrowdReginWithOptions(request *GetCrowdReginRequest, runtime *util.RuntimeOptions) (_result *GetCrowdReginResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetOpportunityMarket(request *GetOpportunityMarketRequest) (_result *GetOpportunityMarketResponse, _err error)
- func (client *Client) GetOpportunityMarketWithOptions(request *GetOpportunityMarketRequest, runtime *util.RuntimeOptions) (_result *GetOpportunityMarketResponse, _err error)
- func (client *Client) GetPriceRange(request *GetPriceRangeRequest) (_result *GetPriceRangeResponse, _err error)
- func (client *Client) GetPriceRangeWithOptions(request *GetPriceRangeRequest, runtime *util.RuntimeOptions) (_result *GetPriceRangeResponse, _err error)
- func (client *Client) GetSexRatio(request *GetSexRatioRequest) (_result *GetSexRatioResponse, _err error)
- func (client *Client) GetSexRatioWithOptions(request *GetSexRatioRequest, runtime *util.RuntimeOptions) (_result *GetSexRatioResponse, _err error)
- func (client *Client) GetStoreSalesVolumeTop(request *GetStoreSalesVolumeTopRequest) (_result *GetStoreSalesVolumeTopResponse, _err error)
- func (client *Client) GetStoreSalesVolumeTopWithOptions(request *GetStoreSalesVolumeTopRequest, runtime *util.RuntimeOptions) (_result *GetStoreSalesVolumeTopResponse, _err error)
- func (client *Client) GetStoreSearchTop(request *GetStoreSearchTopRequest) (_result *GetStoreSearchTopResponse, _err error)
- func (client *Client) GetStoreSearchTopWithOptions(request *GetStoreSearchTopRequest, runtime *util.RuntimeOptions) (_result *GetStoreSearchTopResponse, _err error)
- func (client *Client) GetStyleOnline(request *GetStyleOnlineRequest) (_result *GetStyleOnlineResponse, _err error)
- func (client *Client) GetStyleOnlineWithOptions(request *GetStyleOnlineRequest, runtime *util.RuntimeOptions) (_result *GetStyleOnlineResponse, _err error)
- func (client *Client) GetStyleTop(request *GetStyleTopRequest) (_result *GetStyleTopResponse, _err error)
- func (client *Client) GetStyleTopWithOptions(request *GetStyleTopRequest, runtime *util.RuntimeOptions) (_result *GetStyleTopResponse, _err error)
- func (client *Client) GetTrendImageDetail(request *GetTrendImageDetailRequest) (_result *GetTrendImageDetailResponse, _err error)
- func (client *Client) GetTrendImageDetailWithOptions(request *GetTrendImageDetailRequest, runtime *util.RuntimeOptions) (_result *GetTrendImageDetailResponse, _err error)
- func (client *Client) GetTrendImageList(request *GetTrendImageListRequest) (_result *GetTrendImageListResponse, _err error)
- func (client *Client) GetTrendImageListWithOptions(request *GetTrendImageListRequest, runtime *util.RuntimeOptions) (_result *GetTrendImageListResponse, _err error)
- func (client *Client) GetTrendIndex(request *GetTrendIndexRequest) (_result *GetTrendIndexResponse, _err error)
- func (client *Client) GetTrendIndexWithOptions(request *GetTrendIndexRequest, runtime *util.RuntimeOptions) (_result *GetTrendIndexResponse, _err error)
- func (client *Client) GetTrendSearchRecord(request *GetTrendSearchRecordRequest) (_result *GetTrendSearchRecordResponse, _err error)
- func (client *Client) GetTrendSearchRecordWithOptions(request *GetTrendSearchRecordRequest, runtime *util.RuntimeOptions) (_result *GetTrendSearchRecordResponse, _err error)
- func (client *Client) GetTrendStatistic(request *GetTrendStatisticRequest) (_result *GetTrendStatisticResponse, _err error)
- func (client *Client) GetTrendStatisticWithOptions(request *GetTrendStatisticRequest, runtime *util.RuntimeOptions) (_result *GetTrendStatisticResponse, _err error)
- func (client *Client) GetTrendWordAndIndex(request *GetTrendWordAndIndexRequest) (_result *GetTrendWordAndIndexResponse, _err error)
- func (client *Client) GetTrendWordAndIndexWithOptions(request *GetTrendWordAndIndexRequest, runtime *util.RuntimeOptions) (_result *GetTrendWordAndIndexResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- type GetAgeDistributionRequest
- func (s GetAgeDistributionRequest) GoString() string
- func (s *GetAgeDistributionRequest) SetCateIds(v string) *GetAgeDistributionRequest
- func (s *GetAgeDistributionRequest) SetEndingDate(v string) *GetAgeDistributionRequest
- func (s *GetAgeDistributionRequest) SetStartDate(v string) *GetAgeDistributionRequest
- func (s GetAgeDistributionRequest) String() string
- type GetAgeDistributionResponse
- func (s GetAgeDistributionResponse) GoString() string
- func (s *GetAgeDistributionResponse) SetBody(v *GetAgeDistributionResponseBody) *GetAgeDistributionResponse
- func (s *GetAgeDistributionResponse) SetHeaders(v map[string]*string) *GetAgeDistributionResponse
- func (s *GetAgeDistributionResponse) SetStatusCode(v int32) *GetAgeDistributionResponse
- func (s GetAgeDistributionResponse) String() string
- type GetAgeDistributionResponseBody
- func (s GetAgeDistributionResponseBody) GoString() string
- func (s *GetAgeDistributionResponseBody) SetCode(v string) *GetAgeDistributionResponseBody
- func (s *GetAgeDistributionResponseBody) SetData(v []*GetAgeDistributionResponseBodyData) *GetAgeDistributionResponseBody
- func (s *GetAgeDistributionResponseBody) SetMessage(v string) *GetAgeDistributionResponseBody
- func (s *GetAgeDistributionResponseBody) SetRequestId(v string) *GetAgeDistributionResponseBody
- func (s *GetAgeDistributionResponseBody) SetSuccessResponse(v string) *GetAgeDistributionResponseBody
- func (s GetAgeDistributionResponseBody) String() string
- type GetAgeDistributionResponseBodyData
- func (s GetAgeDistributionResponseBodyData) GoString() string
- func (s *GetAgeDistributionResponseBodyData) SetAgeRange(v string) *GetAgeDistributionResponseBodyData
- func (s *GetAgeDistributionResponseBodyData) SetSaleNumbers(v int64) *GetAgeDistributionResponseBodyData
- func (s *GetAgeDistributionResponseBodyData) SetSearchNumbers(v int64) *GetAgeDistributionResponseBodyData
- func (s GetAgeDistributionResponseBodyData) String() string
- type GetAllTrendCategoryResponse
- func (s GetAllTrendCategoryResponse) GoString() string
- func (s *GetAllTrendCategoryResponse) SetBody(v *GetAllTrendCategoryResponseBody) *GetAllTrendCategoryResponse
- func (s *GetAllTrendCategoryResponse) SetHeaders(v map[string]*string) *GetAllTrendCategoryResponse
- func (s *GetAllTrendCategoryResponse) SetStatusCode(v int32) *GetAllTrendCategoryResponse
- func (s GetAllTrendCategoryResponse) String() string
- type GetAllTrendCategoryResponseBody
- func (s GetAllTrendCategoryResponseBody) GoString() string
- func (s *GetAllTrendCategoryResponseBody) SetCode(v string) *GetAllTrendCategoryResponseBody
- func (s *GetAllTrendCategoryResponseBody) SetData(v []*GetAllTrendCategoryResponseBodyData) *GetAllTrendCategoryResponseBody
- func (s *GetAllTrendCategoryResponseBody) SetMessage(v string) *GetAllTrendCategoryResponseBody
- func (s *GetAllTrendCategoryResponseBody) SetRequestId(v string) *GetAllTrendCategoryResponseBody
- func (s *GetAllTrendCategoryResponseBody) SetSuccessResponse(v bool) *GetAllTrendCategoryResponseBody
- func (s GetAllTrendCategoryResponseBody) String() string
- type GetAllTrendCategoryResponseBodyData
- func (s GetAllTrendCategoryResponseBodyData) GoString() string
- func (s *GetAllTrendCategoryResponseBodyData) SetCategoryId(v int64) *GetAllTrendCategoryResponseBodyData
- func (s *GetAllTrendCategoryResponseBodyData) SetCategoryLevel(v int32) *GetAllTrendCategoryResponseBodyData
- func (s *GetAllTrendCategoryResponseBodyData) SetCategoryName(v string) *GetAllTrendCategoryResponseBodyData
- func (s *GetAllTrendCategoryResponseBodyData) SetChildCategory(v []interface{}) *GetAllTrendCategoryResponseBodyData
- func (s *GetAllTrendCategoryResponseBodyData) SetSuperCategoryName(v string) *GetAllTrendCategoryResponseBodyData
- func (s GetAllTrendCategoryResponseBodyData) String() string
- type GetCrowdDataRequest
- func (s GetCrowdDataRequest) GoString() string
- func (s *GetCrowdDataRequest) SetCateIds(v string) *GetCrowdDataRequest
- func (s *GetCrowdDataRequest) SetEndingDate(v string) *GetCrowdDataRequest
- func (s *GetCrowdDataRequest) SetPageIndex(v int64) *GetCrowdDataRequest
- func (s *GetCrowdDataRequest) SetStartDate(v string) *GetCrowdDataRequest
- func (s GetCrowdDataRequest) String() string
- type GetCrowdDataResponse
- func (s GetCrowdDataResponse) GoString() string
- func (s *GetCrowdDataResponse) SetBody(v *GetCrowdDataResponseBody) *GetCrowdDataResponse
- func (s *GetCrowdDataResponse) SetHeaders(v map[string]*string) *GetCrowdDataResponse
- func (s *GetCrowdDataResponse) SetStatusCode(v int32) *GetCrowdDataResponse
- func (s GetCrowdDataResponse) String() string
- type GetCrowdDataResponseBody
- func (s GetCrowdDataResponseBody) GoString() string
- func (s *GetCrowdDataResponseBody) SetCode(v string) *GetCrowdDataResponseBody
- func (s *GetCrowdDataResponseBody) SetData(v []*GetCrowdDataResponseBodyData) *GetCrowdDataResponseBody
- func (s *GetCrowdDataResponseBody) SetMessage(v string) *GetCrowdDataResponseBody
- func (s *GetCrowdDataResponseBody) SetRequestId(v string) *GetCrowdDataResponseBody
- func (s *GetCrowdDataResponseBody) SetSuccessResponse(v string) *GetCrowdDataResponseBody
- func (s GetCrowdDataResponseBody) String() string
- type GetCrowdDataResponseBodyData
- func (s GetCrowdDataResponseBodyData) GoString() string
- func (s *GetCrowdDataResponseBodyData) SetAge(v int32) *GetCrowdDataResponseBodyData
- func (s *GetCrowdDataResponseBodyData) SetBuyerId(v int64) *GetCrowdDataResponseBodyData
- func (s *GetCrowdDataResponseBodyData) SetCateId(v int64) *GetCrowdDataResponseBodyData
- func (s *GetCrowdDataResponseBodyData) SetCateName(v string) *GetCrowdDataResponseBodyData
- func (s *GetCrowdDataResponseBodyData) SetClassification(v string) *GetCrowdDataResponseBodyData
- func (s *GetCrowdDataResponseBodyData) SetClassificationNew(v string) *GetCrowdDataResponseBodyData
- func (s *GetCrowdDataResponseBodyData) SetGender(v string) *GetCrowdDataResponseBodyData
- func (s *GetCrowdDataResponseBodyData) SetOnlineDate(v string) *GetCrowdDataResponseBodyData
- func (s *GetCrowdDataResponseBodyData) SetOrderAmount(v float64) *GetCrowdDataResponseBodyData
- func (s *GetCrowdDataResponseBodyData) SetOrderQuantity(v int64) *GetCrowdDataResponseBodyData
- func (s *GetCrowdDataResponseBodyData) SetProvince(v string) *GetCrowdDataResponseBodyData
- func (s *GetCrowdDataResponseBodyData) SetSearchVolume(v int64) *GetCrowdDataResponseBodyData
- func (s *GetCrowdDataResponseBodyData) SetTrendLevel(v string) *GetCrowdDataResponseBodyData
- func (s GetCrowdDataResponseBodyData) String() string
- type GetCrowdLabelRequest
- func (s GetCrowdLabelRequest) GoString() string
- func (s *GetCrowdLabelRequest) SetCateIds(v string) *GetCrowdLabelRequest
- func (s *GetCrowdLabelRequest) SetEndingDate(v string) *GetCrowdLabelRequest
- func (s *GetCrowdLabelRequest) SetStartDate(v string) *GetCrowdLabelRequest
- func (s GetCrowdLabelRequest) String() string
- type GetCrowdLabelResponse
- func (s GetCrowdLabelResponse) GoString() string
- func (s *GetCrowdLabelResponse) SetBody(v *GetCrowdLabelResponseBody) *GetCrowdLabelResponse
- func (s *GetCrowdLabelResponse) SetHeaders(v map[string]*string) *GetCrowdLabelResponse
- func (s *GetCrowdLabelResponse) SetStatusCode(v int32) *GetCrowdLabelResponse
- func (s GetCrowdLabelResponse) String() string
- type GetCrowdLabelResponseBody
- func (s GetCrowdLabelResponseBody) GoString() string
- func (s *GetCrowdLabelResponseBody) SetCode(v string) *GetCrowdLabelResponseBody
- func (s *GetCrowdLabelResponseBody) SetData(v []*GetCrowdLabelResponseBodyData) *GetCrowdLabelResponseBody
- func (s *GetCrowdLabelResponseBody) SetMessage(v string) *GetCrowdLabelResponseBody
- func (s *GetCrowdLabelResponseBody) SetRequestId(v string) *GetCrowdLabelResponseBody
- func (s *GetCrowdLabelResponseBody) SetSuccessResponse(v string) *GetCrowdLabelResponseBody
- func (s GetCrowdLabelResponseBody) String() string
- type GetCrowdLabelResponseBodyData
- func (s GetCrowdLabelResponseBodyData) GoString() string
- func (s *GetCrowdLabelResponseBodyData) SetClosingDate(v string) *GetCrowdLabelResponseBodyData
- func (s *GetCrowdLabelResponseBodyData) SetLabelName(v string) *GetCrowdLabelResponseBodyData
- func (s *GetCrowdLabelResponseBodyData) SetOrderAmount(v float64) *GetCrowdLabelResponseBodyData
- func (s *GetCrowdLabelResponseBodyData) SetPurchaseAmount(v float64) *GetCrowdLabelResponseBodyData
- func (s *GetCrowdLabelResponseBodyData) SetSearchVolume(v float64) *GetCrowdLabelResponseBodyData
- func (s GetCrowdLabelResponseBodyData) String() string
- type GetCrowdReginRequest
- func (s GetCrowdReginRequest) GoString() string
- func (s *GetCrowdReginRequest) SetCateIds(v string) *GetCrowdReginRequest
- func (s *GetCrowdReginRequest) SetEndingDate(v string) *GetCrowdReginRequest
- func (s *GetCrowdReginRequest) SetStartDate(v string) *GetCrowdReginRequest
- func (s GetCrowdReginRequest) String() string
- type GetCrowdReginResponse
- func (s GetCrowdReginResponse) GoString() string
- func (s *GetCrowdReginResponse) SetBody(v *GetCrowdReginResponseBody) *GetCrowdReginResponse
- func (s *GetCrowdReginResponse) SetHeaders(v map[string]*string) *GetCrowdReginResponse
- func (s *GetCrowdReginResponse) SetStatusCode(v int32) *GetCrowdReginResponse
- func (s GetCrowdReginResponse) String() string
- type GetCrowdReginResponseBody
- func (s GetCrowdReginResponseBody) GoString() string
- func (s *GetCrowdReginResponseBody) SetCode(v string) *GetCrowdReginResponseBody
- func (s *GetCrowdReginResponseBody) SetData(v *GetCrowdReginResponseBodyData) *GetCrowdReginResponseBody
- func (s *GetCrowdReginResponseBody) SetMessage(v string) *GetCrowdReginResponseBody
- func (s *GetCrowdReginResponseBody) SetRequestId(v string) *GetCrowdReginResponseBody
- func (s *GetCrowdReginResponseBody) SetSuccessResponse(v bool) *GetCrowdReginResponseBody
- func (s GetCrowdReginResponseBody) String() string
- type GetCrowdReginResponseBodyData
- func (s GetCrowdReginResponseBodyData) GoString() string
- func (s *GetCrowdReginResponseBodyData) SetSaleNumbers(v []*GetCrowdReginResponseBodyDataSaleNumbers) *GetCrowdReginResponseBodyData
- func (s *GetCrowdReginResponseBodyData) SetSearchNumbers(v []*GetCrowdReginResponseBodyDataSearchNumbers) *GetCrowdReginResponseBodyData
- func (s GetCrowdReginResponseBodyData) String() string
- type GetCrowdReginResponseBodyDataSaleNumbers
- func (s GetCrowdReginResponseBodyDataSaleNumbers) GoString() string
- func (s *GetCrowdReginResponseBodyDataSaleNumbers) SetName(v string) *GetCrowdReginResponseBodyDataSaleNumbers
- func (s *GetCrowdReginResponseBodyDataSaleNumbers) SetValue(v int64) *GetCrowdReginResponseBodyDataSaleNumbers
- func (s GetCrowdReginResponseBodyDataSaleNumbers) String() string
- type GetCrowdReginResponseBodyDataSearchNumbers
- func (s GetCrowdReginResponseBodyDataSearchNumbers) GoString() string
- func (s *GetCrowdReginResponseBodyDataSearchNumbers) SetName(v string) *GetCrowdReginResponseBodyDataSearchNumbers
- func (s *GetCrowdReginResponseBodyDataSearchNumbers) SetValue(v int64) *GetCrowdReginResponseBodyDataSearchNumbers
- func (s GetCrowdReginResponseBodyDataSearchNumbers) String() string
- type GetOpportunityMarketRequest
- type GetOpportunityMarketResponse
- func (s GetOpportunityMarketResponse) GoString() string
- func (s *GetOpportunityMarketResponse) SetBody(v *GetOpportunityMarketResponseBody) *GetOpportunityMarketResponse
- func (s *GetOpportunityMarketResponse) SetHeaders(v map[string]*string) *GetOpportunityMarketResponse
- func (s *GetOpportunityMarketResponse) SetStatusCode(v int32) *GetOpportunityMarketResponse
- func (s GetOpportunityMarketResponse) String() string
- type GetOpportunityMarketResponseBody
- func (s GetOpportunityMarketResponseBody) GoString() string
- func (s *GetOpportunityMarketResponseBody) SetCode(v string) *GetOpportunityMarketResponseBody
- func (s *GetOpportunityMarketResponseBody) SetData(v []*GetOpportunityMarketResponseBodyData) *GetOpportunityMarketResponseBody
- func (s *GetOpportunityMarketResponseBody) SetMessage(v string) *GetOpportunityMarketResponseBody
- func (s *GetOpportunityMarketResponseBody) SetRequestId(v string) *GetOpportunityMarketResponseBody
- func (s *GetOpportunityMarketResponseBody) SetSuccessResponse(v bool) *GetOpportunityMarketResponseBody
- func (s GetOpportunityMarketResponseBody) String() string
- type GetOpportunityMarketResponseBodyData
- func (s GetOpportunityMarketResponseBodyData) GoString() string
- func (s *GetOpportunityMarketResponseBodyData) SetCateName(v string) *GetOpportunityMarketResponseBodyData
- func (s *GetOpportunityMarketResponseBodyData) SetOpportunityIndex(v float64) *GetOpportunityMarketResponseBodyData
- func (s *GetOpportunityMarketResponseBodyData) SetRelativeCommodity(v float64) *GetOpportunityMarketResponseBodyData
- func (s *GetOpportunityMarketResponseBodyData) SetRelativeDischarge(v float64) *GetOpportunityMarketResponseBodyData
- func (s *GetOpportunityMarketResponseBodyData) SetTimeUnit(v string) *GetOpportunityMarketResponseBodyData
- func (s GetOpportunityMarketResponseBodyData) String() string
- type GetPriceRangeRequest
- func (s GetPriceRangeRequest) GoString() string
- func (s *GetPriceRangeRequest) SetBrandNames(v string) *GetPriceRangeRequest
- func (s *GetPriceRangeRequest) SetCateIds(v string) *GetPriceRangeRequest
- func (s *GetPriceRangeRequest) SetEndingDate(v string) *GetPriceRangeRequest
- func (s *GetPriceRangeRequest) SetSection(v int64) *GetPriceRangeRequest
- func (s *GetPriceRangeRequest) SetShopIds(v string) *GetPriceRangeRequest
- func (s *GetPriceRangeRequest) SetStartDate(v string) *GetPriceRangeRequest
- func (s GetPriceRangeRequest) String() string
- type GetPriceRangeResponse
- func (s GetPriceRangeResponse) GoString() string
- func (s *GetPriceRangeResponse) SetBody(v *GetPriceRangeResponseBody) *GetPriceRangeResponse
- func (s *GetPriceRangeResponse) SetHeaders(v map[string]*string) *GetPriceRangeResponse
- func (s *GetPriceRangeResponse) SetStatusCode(v int32) *GetPriceRangeResponse
- func (s GetPriceRangeResponse) String() string
- type GetPriceRangeResponseBody
- func (s GetPriceRangeResponseBody) GoString() string
- func (s *GetPriceRangeResponseBody) SetCode(v string) *GetPriceRangeResponseBody
- func (s *GetPriceRangeResponseBody) SetData(v []*GetPriceRangeResponseBodyData) *GetPriceRangeResponseBody
- func (s *GetPriceRangeResponseBody) SetMessage(v string) *GetPriceRangeResponseBody
- func (s *GetPriceRangeResponseBody) SetRequestId(v string) *GetPriceRangeResponseBody
- func (s *GetPriceRangeResponseBody) SetSuccessResponse(v string) *GetPriceRangeResponseBody
- func (s GetPriceRangeResponseBody) String() string
- type GetPriceRangeResponseBodyData
- func (s GetPriceRangeResponseBodyData) GoString() string
- func (s *GetPriceRangeResponseBodyData) SetClosingDate(v string) *GetPriceRangeResponseBodyData
- func (s *GetPriceRangeResponseBodyData) SetGoodsSales(v int64) *GetPriceRangeResponseBodyData
- func (s *GetPriceRangeResponseBodyData) SetPriceRange(v string) *GetPriceRangeResponseBodyData
- func (s *GetPriceRangeResponseBodyData) SetSalesVolume(v float64) *GetPriceRangeResponseBodyData
- func (s GetPriceRangeResponseBodyData) String() string
- type GetSexRatioRequest
- func (s GetSexRatioRequest) GoString() string
- func (s *GetSexRatioRequest) SetCateIds(v string) *GetSexRatioRequest
- func (s *GetSexRatioRequest) SetEndingDate(v string) *GetSexRatioRequest
- func (s *GetSexRatioRequest) SetStartDate(v string) *GetSexRatioRequest
- func (s GetSexRatioRequest) String() string
- type GetSexRatioResponse
- func (s GetSexRatioResponse) GoString() string
- func (s *GetSexRatioResponse) SetBody(v *GetSexRatioResponseBody) *GetSexRatioResponse
- func (s *GetSexRatioResponse) SetHeaders(v map[string]*string) *GetSexRatioResponse
- func (s *GetSexRatioResponse) SetStatusCode(v int32) *GetSexRatioResponse
- func (s GetSexRatioResponse) String() string
- type GetSexRatioResponseBody
- func (s GetSexRatioResponseBody) GoString() string
- func (s *GetSexRatioResponseBody) SetCode(v string) *GetSexRatioResponseBody
- func (s *GetSexRatioResponseBody) SetData(v *GetSexRatioResponseBodyData) *GetSexRatioResponseBody
- func (s *GetSexRatioResponseBody) SetMessage(v string) *GetSexRatioResponseBody
- func (s *GetSexRatioResponseBody) SetRequestId(v string) *GetSexRatioResponseBody
- func (s *GetSexRatioResponseBody) SetSuccessResponse(v string) *GetSexRatioResponseBody
- func (s GetSexRatioResponseBody) String() string
- type GetSexRatioResponseBodyData
- func (s GetSexRatioResponseBodyData) GoString() string
- func (s *GetSexRatioResponseBodyData) SetSaleNumbers(v []*GetSexRatioResponseBodyDataSaleNumbers) *GetSexRatioResponseBodyData
- func (s *GetSexRatioResponseBodyData) SetSearchNumbers(v []*GetSexRatioResponseBodyDataSearchNumbers) *GetSexRatioResponseBodyData
- func (s GetSexRatioResponseBodyData) String() string
- type GetSexRatioResponseBodyDataSaleNumbers
- func (s GetSexRatioResponseBodyDataSaleNumbers) GoString() string
- func (s *GetSexRatioResponseBodyDataSaleNumbers) SetName(v string) *GetSexRatioResponseBodyDataSaleNumbers
- func (s *GetSexRatioResponseBodyDataSaleNumbers) SetValue(v int64) *GetSexRatioResponseBodyDataSaleNumbers
- func (s GetSexRatioResponseBodyDataSaleNumbers) String() string
- type GetSexRatioResponseBodyDataSearchNumbers
- func (s GetSexRatioResponseBodyDataSearchNumbers) GoString() string
- func (s *GetSexRatioResponseBodyDataSearchNumbers) SetName(v string) *GetSexRatioResponseBodyDataSearchNumbers
- func (s *GetSexRatioResponseBodyDataSearchNumbers) SetValue(v int64) *GetSexRatioResponseBodyDataSearchNumbers
- func (s GetSexRatioResponseBodyDataSearchNumbers) String() string
- type GetStoreSalesVolumeTopRequest
- func (s GetStoreSalesVolumeTopRequest) GoString() string
- func (s *GetStoreSalesVolumeTopRequest) SetBrandNames(v string) *GetStoreSalesVolumeTopRequest
- func (s *GetStoreSalesVolumeTopRequest) SetCateIds(v string) *GetStoreSalesVolumeTopRequest
- func (s *GetStoreSalesVolumeTopRequest) SetEndingDate(v string) *GetStoreSalesVolumeTopRequest
- func (s *GetStoreSalesVolumeTopRequest) SetEndingPrice(v string) *GetStoreSalesVolumeTopRequest
- func (s *GetStoreSalesVolumeTopRequest) SetEndingSalesVolume(v string) *GetStoreSalesVolumeTopRequest
- func (s *GetStoreSalesVolumeTopRequest) SetPageIndex(v int64) *GetStoreSalesVolumeTopRequest
- func (s *GetStoreSalesVolumeTopRequest) SetShopIds(v string) *GetStoreSalesVolumeTopRequest
- func (s *GetStoreSalesVolumeTopRequest) SetStartDate(v string) *GetStoreSalesVolumeTopRequest
- func (s *GetStoreSalesVolumeTopRequest) SetStartPrice(v string) *GetStoreSalesVolumeTopRequest
- func (s *GetStoreSalesVolumeTopRequest) SetStartSalesVolume(v string) *GetStoreSalesVolumeTopRequest
- func (s GetStoreSalesVolumeTopRequest) String() string
- type GetStoreSalesVolumeTopResponse
- func (s GetStoreSalesVolumeTopResponse) GoString() string
- func (s *GetStoreSalesVolumeTopResponse) SetBody(v *GetStoreSalesVolumeTopResponseBody) *GetStoreSalesVolumeTopResponse
- func (s *GetStoreSalesVolumeTopResponse) SetHeaders(v map[string]*string) *GetStoreSalesVolumeTopResponse
- func (s *GetStoreSalesVolumeTopResponse) SetStatusCode(v int32) *GetStoreSalesVolumeTopResponse
- func (s GetStoreSalesVolumeTopResponse) String() string
- type GetStoreSalesVolumeTopResponseBody
- func (s GetStoreSalesVolumeTopResponseBody) GoString() string
- func (s *GetStoreSalesVolumeTopResponseBody) SetCode(v string) *GetStoreSalesVolumeTopResponseBody
- func (s *GetStoreSalesVolumeTopResponseBody) SetData(v []*GetStoreSalesVolumeTopResponseBodyData) *GetStoreSalesVolumeTopResponseBody
- func (s *GetStoreSalesVolumeTopResponseBody) SetMessage(v string) *GetStoreSalesVolumeTopResponseBody
- func (s *GetStoreSalesVolumeTopResponseBody) SetRequestId(v string) *GetStoreSalesVolumeTopResponseBody
- func (s *GetStoreSalesVolumeTopResponseBody) SetSuccessResponse(v bool) *GetStoreSalesVolumeTopResponseBody
- func (s GetStoreSalesVolumeTopResponseBody) String() string
- type GetStoreSalesVolumeTopResponseBodyData
- func (s GetStoreSalesVolumeTopResponseBodyData) GoString() string
- func (s *GetStoreSalesVolumeTopResponseBodyData) SetCommodityQuantity(v int64) *GetStoreSalesVolumeTopResponseBodyData
- func (s *GetStoreSalesVolumeTopResponseBodyData) SetSalesVolume(v int64) *GetStoreSalesVolumeTopResponseBodyData
- func (s *GetStoreSalesVolumeTopResponseBodyData) SetSearchVolume(v int64) *GetStoreSalesVolumeTopResponseBodyData
- func (s *GetStoreSalesVolumeTopResponseBodyData) SetShopId(v int64) *GetStoreSalesVolumeTopResponseBodyData
- func (s *GetStoreSalesVolumeTopResponseBodyData) SetShopName(v string) *GetStoreSalesVolumeTopResponseBodyData
- func (s *GetStoreSalesVolumeTopResponseBodyData) SetTotalSales(v float64) *GetStoreSalesVolumeTopResponseBodyData
- func (s GetStoreSalesVolumeTopResponseBodyData) String() string
- type GetStoreSearchTopRequest
- func (s GetStoreSearchTopRequest) GoString() string
- func (s *GetStoreSearchTopRequest) SetBrandNames(v string) *GetStoreSearchTopRequest
- func (s *GetStoreSearchTopRequest) SetCateIds(v string) *GetStoreSearchTopRequest
- func (s *GetStoreSearchTopRequest) SetEndingDate(v string) *GetStoreSearchTopRequest
- func (s *GetStoreSearchTopRequest) SetEndingPrice(v string) *GetStoreSearchTopRequest
- func (s *GetStoreSearchTopRequest) SetEndingSalesVolume(v string) *GetStoreSearchTopRequest
- func (s *GetStoreSearchTopRequest) SetPageIndex(v int64) *GetStoreSearchTopRequest
- func (s *GetStoreSearchTopRequest) SetShopIds(v string) *GetStoreSearchTopRequest
- func (s *GetStoreSearchTopRequest) SetStartDate(v string) *GetStoreSearchTopRequest
- func (s *GetStoreSearchTopRequest) SetStartPrice(v string) *GetStoreSearchTopRequest
- func (s *GetStoreSearchTopRequest) SetStartSalesVolume(v string) *GetStoreSearchTopRequest
- func (s GetStoreSearchTopRequest) String() string
- type GetStoreSearchTopResponse
- func (s GetStoreSearchTopResponse) GoString() string
- func (s *GetStoreSearchTopResponse) SetBody(v *GetStoreSearchTopResponseBody) *GetStoreSearchTopResponse
- func (s *GetStoreSearchTopResponse) SetHeaders(v map[string]*string) *GetStoreSearchTopResponse
- func (s *GetStoreSearchTopResponse) SetStatusCode(v int32) *GetStoreSearchTopResponse
- func (s GetStoreSearchTopResponse) String() string
- type GetStoreSearchTopResponseBody
- func (s GetStoreSearchTopResponseBody) GoString() string
- func (s *GetStoreSearchTopResponseBody) SetCode(v string) *GetStoreSearchTopResponseBody
- func (s *GetStoreSearchTopResponseBody) SetData(v []*GetStoreSearchTopResponseBodyData) *GetStoreSearchTopResponseBody
- func (s *GetStoreSearchTopResponseBody) SetMessage(v string) *GetStoreSearchTopResponseBody
- func (s *GetStoreSearchTopResponseBody) SetRequestId(v string) *GetStoreSearchTopResponseBody
- func (s *GetStoreSearchTopResponseBody) SetSuccessResponse(v bool) *GetStoreSearchTopResponseBody
- func (s GetStoreSearchTopResponseBody) String() string
- type GetStoreSearchTopResponseBodyData
- func (s GetStoreSearchTopResponseBodyData) GoString() string
- func (s *GetStoreSearchTopResponseBodyData) SetCommodityQuantity(v int64) *GetStoreSearchTopResponseBodyData
- func (s *GetStoreSearchTopResponseBodyData) SetSalesVolume(v int64) *GetStoreSearchTopResponseBodyData
- func (s *GetStoreSearchTopResponseBodyData) SetSearchVolume(v int64) *GetStoreSearchTopResponseBodyData
- func (s *GetStoreSearchTopResponseBodyData) SetShopId(v int64) *GetStoreSearchTopResponseBodyData
- func (s *GetStoreSearchTopResponseBodyData) SetShopName(v string) *GetStoreSearchTopResponseBodyData
- func (s *GetStoreSearchTopResponseBodyData) SetTotalSales(v float64) *GetStoreSearchTopResponseBodyData
- func (s GetStoreSearchTopResponseBodyData) String() string
- type GetStyleOnlineRequest
- func (s GetStyleOnlineRequest) GoString() string
- func (s *GetStyleOnlineRequest) SetBrandNames(v string) *GetStyleOnlineRequest
- func (s *GetStyleOnlineRequest) SetCateIds(v string) *GetStyleOnlineRequest
- func (s *GetStyleOnlineRequest) SetEndingDate(v string) *GetStyleOnlineRequest
- func (s *GetStyleOnlineRequest) SetPageIndex(v int64) *GetStyleOnlineRequest
- func (s *GetStyleOnlineRequest) SetShopIds(v string) *GetStyleOnlineRequest
- func (s *GetStyleOnlineRequest) SetStartDate(v string) *GetStyleOnlineRequest
- func (s GetStyleOnlineRequest) String() string
- type GetStyleOnlineResponse
- func (s GetStyleOnlineResponse) GoString() string
- func (s *GetStyleOnlineResponse) SetBody(v *GetStyleOnlineResponseBody) *GetStyleOnlineResponse
- func (s *GetStyleOnlineResponse) SetHeaders(v map[string]*string) *GetStyleOnlineResponse
- func (s *GetStyleOnlineResponse) SetStatusCode(v int32) *GetStyleOnlineResponse
- func (s GetStyleOnlineResponse) String() string
- type GetStyleOnlineResponseBody
- func (s GetStyleOnlineResponseBody) GoString() string
- func (s *GetStyleOnlineResponseBody) SetCode(v string) *GetStyleOnlineResponseBody
- func (s *GetStyleOnlineResponseBody) SetData(v []*GetStyleOnlineResponseBodyData) *GetStyleOnlineResponseBody
- func (s *GetStyleOnlineResponseBody) SetMessage(v string) *GetStyleOnlineResponseBody
- func (s *GetStyleOnlineResponseBody) SetRequestId(v string) *GetStyleOnlineResponseBody
- func (s *GetStyleOnlineResponseBody) SetSuccessResponse(v string) *GetStyleOnlineResponseBody
- func (s GetStyleOnlineResponseBody) String() string
- type GetStyleOnlineResponseBodyData
- func (s GetStyleOnlineResponseBodyData) GoString() string
- func (s *GetStyleOnlineResponseBodyData) SetAttributeContent(v string) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetBrandName(v string) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetBuyerTags(v string) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetCateName(v string) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetColor(v string) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetExposureValue(v int64) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetImages(v []*string) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetMaterial(v string) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetPrice(v float64) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetProductLink(v string) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetSales(v float64) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetSalesVolume(v int64) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetSearchVolume(v float64) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetShopId(v int64) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetShopName(v string) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetStyle(v string) *GetStyleOnlineResponseBodyData
- func (s *GetStyleOnlineResponseBodyData) SetTitle(v string) *GetStyleOnlineResponseBodyData
- func (s GetStyleOnlineResponseBodyData) String() string
- type GetStyleTopRequest
- func (s GetStyleTopRequest) GoString() string
- func (s *GetStyleTopRequest) SetBrandNames(v string) *GetStyleTopRequest
- func (s *GetStyleTopRequest) SetCateIds(v string) *GetStyleTopRequest
- func (s *GetStyleTopRequest) SetEndingDate(v string) *GetStyleTopRequest
- func (s *GetStyleTopRequest) SetEndingPrice(v string) *GetStyleTopRequest
- func (s *GetStyleTopRequest) SetPageIndex(v int64) *GetStyleTopRequest
- func (s *GetStyleTopRequest) SetShopIds(v string) *GetStyleTopRequest
- func (s *GetStyleTopRequest) SetSortOrder(v int64) *GetStyleTopRequest
- func (s *GetStyleTopRequest) SetStartDate(v string) *GetStyleTopRequest
- func (s *GetStyleTopRequest) SetStartPrice(v string) *GetStyleTopRequest
- func (s *GetStyleTopRequest) SetTimeDisplay(v int64) *GetStyleTopRequest
- func (s GetStyleTopRequest) String() string
- type GetStyleTopResponse
- func (s GetStyleTopResponse) GoString() string
- func (s *GetStyleTopResponse) SetBody(v *GetStyleTopResponseBody) *GetStyleTopResponse
- func (s *GetStyleTopResponse) SetHeaders(v map[string]*string) *GetStyleTopResponse
- func (s *GetStyleTopResponse) SetStatusCode(v int32) *GetStyleTopResponse
- func (s GetStyleTopResponse) String() string
- type GetStyleTopResponseBody
- func (s GetStyleTopResponseBody) GoString() string
- func (s *GetStyleTopResponseBody) SetCode(v string) *GetStyleTopResponseBody
- func (s *GetStyleTopResponseBody) SetData(v []*GetStyleTopResponseBodyData) *GetStyleTopResponseBody
- func (s *GetStyleTopResponseBody) SetMessage(v string) *GetStyleTopResponseBody
- func (s *GetStyleTopResponseBody) SetRequestId(v string) *GetStyleTopResponseBody
- func (s *GetStyleTopResponseBody) SetSuccessResponse(v string) *GetStyleTopResponseBody
- func (s GetStyleTopResponseBody) String() string
- type GetStyleTopResponseBodyData
- func (s GetStyleTopResponseBodyData) GoString() string
- func (s *GetStyleTopResponseBodyData) SetAttributeContent(v string) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetBrandName(v string) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetBuyerTags(v string) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetCateName(v string) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetColor(v string) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetExposureValue(v int64) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetImages(v []*string) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetMaterial(v string) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetPrice(v float64) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetProductLink(v string) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetSales(v float64) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetSalesVolume(v int64) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetSearchVolume(v float64) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetShopId(v int64) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetShopName(v string) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetStyle(v string) *GetStyleTopResponseBodyData
- func (s *GetStyleTopResponseBodyData) SetTitle(v string) *GetStyleTopResponseBodyData
- func (s GetStyleTopResponseBodyData) String() string
- type GetTrendImageDetailRequest
- type GetTrendImageDetailResponse
- func (s GetTrendImageDetailResponse) GoString() string
- func (s *GetTrendImageDetailResponse) SetBody(v *GetTrendImageDetailResponseBody) *GetTrendImageDetailResponse
- func (s *GetTrendImageDetailResponse) SetHeaders(v map[string]*string) *GetTrendImageDetailResponse
- func (s *GetTrendImageDetailResponse) SetStatusCode(v int32) *GetTrendImageDetailResponse
- func (s GetTrendImageDetailResponse) String() string
- type GetTrendImageDetailResponseBody
- func (s GetTrendImageDetailResponseBody) GoString() string
- func (s *GetTrendImageDetailResponseBody) SetCode(v string) *GetTrendImageDetailResponseBody
- func (s *GetTrendImageDetailResponseBody) SetData(v *GetTrendImageDetailResponseBodyData) *GetTrendImageDetailResponseBody
- func (s *GetTrendImageDetailResponseBody) SetMessage(v string) *GetTrendImageDetailResponseBody
- func (s *GetTrendImageDetailResponseBody) SetRequestId(v string) *GetTrendImageDetailResponseBody
- func (s *GetTrendImageDetailResponseBody) SetSuccessResponse(v bool) *GetTrendImageDetailResponseBody
- func (s GetTrendImageDetailResponseBody) String() string
- type GetTrendImageDetailResponseBodyData
- func (s GetTrendImageDetailResponseBodyData) GoString() string
- func (s *GetTrendImageDetailResponseBodyData) SetAiImgId(v string) *GetTrendImageDetailResponseBodyData
- func (s *GetTrendImageDetailResponseBodyData) SetAiImgUrl(v string) *GetTrendImageDetailResponseBodyData
- func (s *GetTrendImageDetailResponseBodyData) SetMultiPictUrl(v string) *GetTrendImageDetailResponseBodyData
- func (s *GetTrendImageDetailResponseBodyData) SetPopulation(v string) *GetTrendImageDetailResponseBodyData
- func (s *GetTrendImageDetailResponseBodyData) SetPriceMax(v int64) *GetTrendImageDetailResponseBodyData
- func (s *GetTrendImageDetailResponseBodyData) SetPriceMin(v int64) *GetTrendImageDetailResponseBodyData
- func (s *GetTrendImageDetailResponseBodyData) SetSimilarGoods(v []*GetTrendImageDetailResponseBodyDataSimilarGoods) *GetTrendImageDetailResponseBodyData
- func (s *GetTrendImageDetailResponseBodyData) SetTags(v string) *GetTrendImageDetailResponseBodyData
- func (s GetTrendImageDetailResponseBodyData) String() string
- type GetTrendImageDetailResponseBodyDataSimilarGoods
- func (s GetTrendImageDetailResponseBodyDataSimilarGoods) GoString() string
- func (s *GetTrendImageDetailResponseBodyDataSimilarGoods) SetAiImgUrl(v string) *GetTrendImageDetailResponseBodyDataSimilarGoods
- func (s *GetTrendImageDetailResponseBodyDataSimilarGoods) SetGoodsSales(v int64) *GetTrendImageDetailResponseBodyDataSimilarGoods
- func (s *GetTrendImageDetailResponseBodyDataSimilarGoods) SetSearchVolume(v int64) *GetTrendImageDetailResponseBodyDataSimilarGoods
- func (s GetTrendImageDetailResponseBodyDataSimilarGoods) String() string
- type GetTrendImageListRequest
- type GetTrendImageListResponse
- func (s GetTrendImageListResponse) GoString() string
- func (s *GetTrendImageListResponse) SetBody(v *GetTrendImageListResponseBody) *GetTrendImageListResponse
- func (s *GetTrendImageListResponse) SetHeaders(v map[string]*string) *GetTrendImageListResponse
- func (s *GetTrendImageListResponse) SetStatusCode(v int32) *GetTrendImageListResponse
- func (s GetTrendImageListResponse) String() string
- type GetTrendImageListResponseBody
- func (s GetTrendImageListResponseBody) GoString() string
- func (s *GetTrendImageListResponseBody) SetCode(v string) *GetTrendImageListResponseBody
- func (s *GetTrendImageListResponseBody) SetData(v []*GetTrendImageListResponseBodyData) *GetTrendImageListResponseBody
- func (s *GetTrendImageListResponseBody) SetMessage(v string) *GetTrendImageListResponseBody
- func (s *GetTrendImageListResponseBody) SetRequestId(v string) *GetTrendImageListResponseBody
- func (s *GetTrendImageListResponseBody) SetSuccessResponse(v bool) *GetTrendImageListResponseBody
- func (s GetTrendImageListResponseBody) String() string
- type GetTrendImageListResponseBodyData
- func (s GetTrendImageListResponseBodyData) GoString() string
- func (s *GetTrendImageListResponseBodyData) SetAiImgId(v string) *GetTrendImageListResponseBodyData
- func (s *GetTrendImageListResponseBodyData) SetAiImgUrl(v string) *GetTrendImageListResponseBodyData
- func (s *GetTrendImageListResponseBodyData) SetPopulation(v string) *GetTrendImageListResponseBodyData
- func (s *GetTrendImageListResponseBodyData) SetPriceMax(v int64) *GetTrendImageListResponseBodyData
- func (s *GetTrendImageListResponseBodyData) SetPriceMin(v int64) *GetTrendImageListResponseBodyData
- func (s GetTrendImageListResponseBodyData) String() string
- type GetTrendIndexRequest
- type GetTrendIndexResponse
- func (s GetTrendIndexResponse) GoString() string
- func (s *GetTrendIndexResponse) SetBody(v *GetTrendIndexResponseBody) *GetTrendIndexResponse
- func (s *GetTrendIndexResponse) SetHeaders(v map[string]*string) *GetTrendIndexResponse
- func (s *GetTrendIndexResponse) SetStatusCode(v int32) *GetTrendIndexResponse
- func (s GetTrendIndexResponse) String() string
- type GetTrendIndexResponseBody
- func (s GetTrendIndexResponseBody) GoString() string
- func (s *GetTrendIndexResponseBody) SetCode(v string) *GetTrendIndexResponseBody
- func (s *GetTrendIndexResponseBody) SetData(v []*GetTrendIndexResponseBodyData) *GetTrendIndexResponseBody
- func (s *GetTrendIndexResponseBody) SetMessage(v string) *GetTrendIndexResponseBody
- func (s *GetTrendIndexResponseBody) SetRequestId(v string) *GetTrendIndexResponseBody
- func (s *GetTrendIndexResponseBody) SetSuccessResponse(v bool) *GetTrendIndexResponseBody
- func (s GetTrendIndexResponseBody) String() string
- type GetTrendIndexResponseBodyData
- func (s GetTrendIndexResponseBodyData) GoString() string
- func (s *GetTrendIndexResponseBodyData) SetBrandIndex(v float32) *GetTrendIndexResponseBodyData
- func (s *GetTrendIndexResponseBodyData) SetECommerceIndex(v float32) *GetTrendIndexResponseBodyData
- func (s *GetTrendIndexResponseBodyData) SetInstitutionalIndex(v float32) *GetTrendIndexResponseBodyData
- func (s *GetTrendIndexResponseBodyData) SetMediaIndex(v float32) *GetTrendIndexResponseBodyData
- func (s *GetTrendIndexResponseBodyData) SetSocialIndex(v float32) *GetTrendIndexResponseBodyData
- func (s *GetTrendIndexResponseBodyData) SetTrendIndex(v float32) *GetTrendIndexResponseBodyData
- func (s *GetTrendIndexResponseBodyData) SetYearMonth(v string) *GetTrendIndexResponseBodyData
- func (s GetTrendIndexResponseBodyData) String() string
- type GetTrendSearchRecordRequest
- type GetTrendSearchRecordResponse
- func (s GetTrendSearchRecordResponse) GoString() string
- func (s *GetTrendSearchRecordResponse) SetBody(v *GetTrendSearchRecordResponseBody) *GetTrendSearchRecordResponse
- func (s *GetTrendSearchRecordResponse) SetHeaders(v map[string]*string) *GetTrendSearchRecordResponse
- func (s *GetTrendSearchRecordResponse) SetStatusCode(v int32) *GetTrendSearchRecordResponse
- func (s GetTrendSearchRecordResponse) String() string
- type GetTrendSearchRecordResponseBody
- func (s GetTrendSearchRecordResponseBody) GoString() string
- func (s *GetTrendSearchRecordResponseBody) SetCode(v string) *GetTrendSearchRecordResponseBody
- func (s *GetTrendSearchRecordResponseBody) SetData(v []*GetTrendSearchRecordResponseBodyData) *GetTrendSearchRecordResponseBody
- func (s *GetTrendSearchRecordResponseBody) SetMessage(v string) *GetTrendSearchRecordResponseBody
- func (s *GetTrendSearchRecordResponseBody) SetRequestId(v string) *GetTrendSearchRecordResponseBody
- func (s *GetTrendSearchRecordResponseBody) SetSuccessResponse(v bool) *GetTrendSearchRecordResponseBody
- func (s GetTrendSearchRecordResponseBody) String() string
- type GetTrendSearchRecordResponseBodyData
- func (s GetTrendSearchRecordResponseBodyData) GoString() string
- func (s *GetTrendSearchRecordResponseBodyData) SetId(v int64) *GetTrendSearchRecordResponseBodyData
- func (s *GetTrendSearchRecordResponseBodyData) SetQueryKey(v string) *GetTrendSearchRecordResponseBodyData
- func (s GetTrendSearchRecordResponseBodyData) String() string
- type GetTrendStatisticRequest
- func (s GetTrendStatisticRequest) GoString() string
- func (s *GetTrendStatisticRequest) SetBrandNames(v string) *GetTrendStatisticRequest
- func (s *GetTrendStatisticRequest) SetCateIds(v string) *GetTrendStatisticRequest
- func (s *GetTrendStatisticRequest) SetEndingDate(v string) *GetTrendStatisticRequest
- func (s *GetTrendStatisticRequest) SetShopIds(v string) *GetTrendStatisticRequest
- func (s *GetTrendStatisticRequest) SetStartDate(v string) *GetTrendStatisticRequest
- func (s GetTrendStatisticRequest) String() string
- type GetTrendStatisticResponse
- func (s GetTrendStatisticResponse) GoString() string
- func (s *GetTrendStatisticResponse) SetBody(v *GetTrendStatisticResponseBody) *GetTrendStatisticResponse
- func (s *GetTrendStatisticResponse) SetHeaders(v map[string]*string) *GetTrendStatisticResponse
- func (s *GetTrendStatisticResponse) SetStatusCode(v int32) *GetTrendStatisticResponse
- func (s GetTrendStatisticResponse) String() string
- type GetTrendStatisticResponseBody
- func (s GetTrendStatisticResponseBody) GoString() string
- func (s *GetTrendStatisticResponseBody) SetCode(v string) *GetTrendStatisticResponseBody
- func (s *GetTrendStatisticResponseBody) SetData(v *GetTrendStatisticResponseBodyData) *GetTrendStatisticResponseBody
- func (s *GetTrendStatisticResponseBody) SetMessage(v string) *GetTrendStatisticResponseBody
- func (s *GetTrendStatisticResponseBody) SetRequestId(v string) *GetTrendStatisticResponseBody
- func (s *GetTrendStatisticResponseBody) SetSuccessResponse(v bool) *GetTrendStatisticResponseBody
- func (s GetTrendStatisticResponseBody) String() string
- type GetTrendStatisticResponseBodyData
- func (s GetTrendStatisticResponseBodyData) GoString() string
- func (s *GetTrendStatisticResponseBodyData) SetBrandCount(v int64) *GetTrendStatisticResponseBodyData
- func (s *GetTrendStatisticResponseBodyData) SetCommodityCount(v int64) *GetTrendStatisticResponseBodyData
- func (s *GetTrendStatisticResponseBodyData) SetExposureValue(v int64) *GetTrendStatisticResponseBodyData
- func (s *GetTrendStatisticResponseBodyData) SetHits(v int64) *GetTrendStatisticResponseBodyData
- func (s *GetTrendStatisticResponseBodyData) SetSales(v float64) *GetTrendStatisticResponseBodyData
- func (s *GetTrendStatisticResponseBodyData) SetSalesVolume(v int64) *GetTrendStatisticResponseBodyData
- func (s *GetTrendStatisticResponseBodyData) SetShopCount(v int64) *GetTrendStatisticResponseBodyData
- func (s GetTrendStatisticResponseBodyData) String() string
- type GetTrendWordAndIndexRequest
- func (s GetTrendWordAndIndexRequest) GoString() string
- func (s *GetTrendWordAndIndexRequest) SetCateIds(v string) *GetTrendWordAndIndexRequest
- func (s *GetTrendWordAndIndexRequest) SetEndingDate(v string) *GetTrendWordAndIndexRequest
- func (s *GetTrendWordAndIndexRequest) SetPageIndex(v int64) *GetTrendWordAndIndexRequest
- func (s *GetTrendWordAndIndexRequest) SetStartDate(v string) *GetTrendWordAndIndexRequest
- func (s GetTrendWordAndIndexRequest) String() string
- type GetTrendWordAndIndexResponse
- func (s GetTrendWordAndIndexResponse) GoString() string
- func (s *GetTrendWordAndIndexResponse) SetBody(v *GetTrendWordAndIndexResponseBody) *GetTrendWordAndIndexResponse
- func (s *GetTrendWordAndIndexResponse) SetHeaders(v map[string]*string) *GetTrendWordAndIndexResponse
- func (s *GetTrendWordAndIndexResponse) SetStatusCode(v int32) *GetTrendWordAndIndexResponse
- func (s GetTrendWordAndIndexResponse) String() string
- type GetTrendWordAndIndexResponseBody
- func (s GetTrendWordAndIndexResponseBody) GoString() string
- func (s *GetTrendWordAndIndexResponseBody) SetCode(v string) *GetTrendWordAndIndexResponseBody
- func (s *GetTrendWordAndIndexResponseBody) SetData(v []*GetTrendWordAndIndexResponseBodyData) *GetTrendWordAndIndexResponseBody
- func (s *GetTrendWordAndIndexResponseBody) SetMassage(v string) *GetTrendWordAndIndexResponseBody
- func (s *GetTrendWordAndIndexResponseBody) SetRequestId(v string) *GetTrendWordAndIndexResponseBody
- func (s *GetTrendWordAndIndexResponseBody) SetSuccessResponse(v string) *GetTrendWordAndIndexResponseBody
- func (s GetTrendWordAndIndexResponseBody) String() string
- type GetTrendWordAndIndexResponseBodyData
- func (s GetTrendWordAndIndexResponseBodyData) GoString() string
- func (s *GetTrendWordAndIndexResponseBodyData) SetBrandIndex(v float32) *GetTrendWordAndIndexResponseBodyData
- func (s *GetTrendWordAndIndexResponseBodyData) SetCateId(v int64) *GetTrendWordAndIndexResponseBodyData
- func (s *GetTrendWordAndIndexResponseBodyData) SetCateName(v string) *GetTrendWordAndIndexResponseBodyData
- func (s *GetTrendWordAndIndexResponseBodyData) SetEcommerceIndex(v float32) *GetTrendWordAndIndexResponseBodyData
- func (s *GetTrendWordAndIndexResponseBodyData) SetInstitutionalIndex(v float32) *GetTrendWordAndIndexResponseBodyData
- func (s *GetTrendWordAndIndexResponseBodyData) SetMediaIndex(v float32) *GetTrendWordAndIndexResponseBodyData
- func (s *GetTrendWordAndIndexResponseBodyData) SetSocialIndex(v float32) *GetTrendWordAndIndexResponseBodyData
- func (s *GetTrendWordAndIndexResponseBodyData) SetTrendIndex(v float32) *GetTrendWordAndIndexResponseBodyData
- func (s *GetTrendWordAndIndexResponseBodyData) SetTrendWord(v string) *GetTrendWordAndIndexResponseBodyData
- func (s *GetTrendWordAndIndexResponseBodyData) SetYearMonth(v string) *GetTrendWordAndIndexResponseBodyData
- func (s GetTrendWordAndIndexResponseBodyData) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
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) GetCrowdData ¶ added in v2.0.3
func (client *Client) GetCrowdData(request *GetCrowdDataRequest) (_result *GetCrowdDataResponse, _err error)
func (*Client) GetCrowdDataWithOptions ¶ added in v2.0.3
func (client *Client) GetCrowdDataWithOptions(request *GetCrowdDataRequest, runtime *util.RuntimeOptions) (_result *GetCrowdDataResponse, _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) 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) GetStyleOnline ¶ added in v2.0.3
func (client *Client) GetStyleOnline(request *GetStyleOnlineRequest) (_result *GetStyleOnlineResponse, _err error)
func (*Client) GetStyleOnlineWithOptions ¶ added in v2.0.3
func (client *Client) GetStyleOnlineWithOptions(request *GetStyleOnlineRequest, runtime *util.RuntimeOptions) (_result *GetStyleOnlineResponse, _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) GetTrendWordAndIndex ¶ added in v2.0.3
func (client *Client) GetTrendWordAndIndex(request *GetTrendWordAndIndexRequest) (_result *GetTrendWordAndIndexResponse, _err error)
func (*Client) GetTrendWordAndIndexWithOptions ¶ added in v2.0.3
func (client *Client) GetTrendWordAndIndexWithOptions(request *GetTrendWordAndIndexRequest, runtime *util.RuntimeOptions) (_result *GetTrendWordAndIndexResponse, _err error)
type GetAgeDistributionRequest ¶
type GetAgeDistributionRequest struct { CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"` EndingDate *string `json:"EndingDate,omitempty" xml:"EndingDate,omitempty"` StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"` }
func (GetAgeDistributionRequest) GoString ¶
func (s GetAgeDistributionRequest) GoString() string
func (*GetAgeDistributionRequest) SetCateIds ¶
func (s *GetAgeDistributionRequest) SetCateIds(v string) *GetAgeDistributionRequest
func (*GetAgeDistributionRequest) SetEndingDate ¶ added in v2.0.3
func (s *GetAgeDistributionRequest) SetEndingDate(v string) *GetAgeDistributionRequest
func (*GetAgeDistributionRequest) SetStartDate ¶ added in v2.0.3
func (s *GetAgeDistributionRequest) SetStartDate(v string) *GetAgeDistributionRequest
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 (s *GetAgeDistributionResponse) SetBody(v *GetAgeDistributionResponseBody) *GetAgeDistributionResponse
func (*GetAgeDistributionResponse) SetHeaders ¶
func (s *GetAgeDistributionResponse) SetHeaders(v map[string]*string) *GetAgeDistributionResponse
func (*GetAgeDistributionResponse) SetStatusCode ¶
func (s *GetAgeDistributionResponse) SetStatusCode(v int32) *GetAgeDistributionResponse
func (GetAgeDistributionResponse) String ¶
func (s GetAgeDistributionResponse) String() 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"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SuccessResponse *string `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"` }
func (GetAgeDistributionResponseBody) GoString ¶
func (s GetAgeDistributionResponseBody) GoString() string
func (*GetAgeDistributionResponseBody) SetCode ¶
func (s *GetAgeDistributionResponseBody) SetCode(v string) *GetAgeDistributionResponseBody
func (*GetAgeDistributionResponseBody) SetData ¶
func (s *GetAgeDistributionResponseBody) SetData(v []*GetAgeDistributionResponseBodyData) *GetAgeDistributionResponseBody
func (*GetAgeDistributionResponseBody) SetMessage ¶
func (s *GetAgeDistributionResponseBody) SetMessage(v string) *GetAgeDistributionResponseBody
func (*GetAgeDistributionResponseBody) SetRequestId ¶
func (s *GetAgeDistributionResponseBody) SetRequestId(v string) *GetAgeDistributionResponseBody
func (*GetAgeDistributionResponseBody) SetSuccessResponse ¶
func (s *GetAgeDistributionResponseBody) SetSuccessResponse(v string) *GetAgeDistributionResponseBody
func (GetAgeDistributionResponseBody) String ¶
func (s GetAgeDistributionResponseBody) String() 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 (s GetAgeDistributionResponseBodyData) GoString() string
func (*GetAgeDistributionResponseBodyData) SetAgeRange ¶
func (s *GetAgeDistributionResponseBodyData) SetAgeRange(v string) *GetAgeDistributionResponseBodyData
func (*GetAgeDistributionResponseBodyData) SetSaleNumbers ¶
func (s *GetAgeDistributionResponseBodyData) SetSaleNumbers(v int64) *GetAgeDistributionResponseBodyData
func (*GetAgeDistributionResponseBodyData) SetSearchNumbers ¶
func (s *GetAgeDistributionResponseBodyData) SetSearchNumbers(v int64) *GetAgeDistributionResponseBodyData
func (GetAgeDistributionResponseBodyData) String ¶
func (s GetAgeDistributionResponseBodyData) String() 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 (s *GetAllTrendCategoryResponse) SetBody(v *GetAllTrendCategoryResponseBody) *GetAllTrendCategoryResponse
func (*GetAllTrendCategoryResponse) SetHeaders ¶
func (s *GetAllTrendCategoryResponse) SetHeaders(v map[string]*string) *GetAllTrendCategoryResponse
func (*GetAllTrendCategoryResponse) SetStatusCode ¶
func (s *GetAllTrendCategoryResponse) SetStatusCode(v int32) *GetAllTrendCategoryResponse
func (GetAllTrendCategoryResponse) String ¶
func (s GetAllTrendCategoryResponse) String() 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"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SuccessResponse *bool `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"` }
func (GetAllTrendCategoryResponseBody) GoString ¶
func (s GetAllTrendCategoryResponseBody) GoString() string
func (*GetAllTrendCategoryResponseBody) SetCode ¶
func (s *GetAllTrendCategoryResponseBody) SetCode(v string) *GetAllTrendCategoryResponseBody
func (*GetAllTrendCategoryResponseBody) SetData ¶
func (s *GetAllTrendCategoryResponseBody) SetData(v []*GetAllTrendCategoryResponseBodyData) *GetAllTrendCategoryResponseBody
func (*GetAllTrendCategoryResponseBody) SetMessage ¶
func (s *GetAllTrendCategoryResponseBody) SetMessage(v string) *GetAllTrendCategoryResponseBody
func (*GetAllTrendCategoryResponseBody) SetRequestId ¶
func (s *GetAllTrendCategoryResponseBody) SetRequestId(v string) *GetAllTrendCategoryResponseBody
func (*GetAllTrendCategoryResponseBody) SetSuccessResponse ¶
func (s *GetAllTrendCategoryResponseBody) SetSuccessResponse(v bool) *GetAllTrendCategoryResponseBody
func (GetAllTrendCategoryResponseBody) String ¶
func (s GetAllTrendCategoryResponseBody) String() 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 (s GetAllTrendCategoryResponseBodyData) GoString() string
func (*GetAllTrendCategoryResponseBodyData) SetCategoryId ¶
func (s *GetAllTrendCategoryResponseBodyData) SetCategoryId(v int64) *GetAllTrendCategoryResponseBodyData
func (*GetAllTrendCategoryResponseBodyData) SetCategoryLevel ¶
func (s *GetAllTrendCategoryResponseBodyData) SetCategoryLevel(v int32) *GetAllTrendCategoryResponseBodyData
func (*GetAllTrendCategoryResponseBodyData) SetCategoryName ¶
func (s *GetAllTrendCategoryResponseBodyData) SetCategoryName(v string) *GetAllTrendCategoryResponseBodyData
func (*GetAllTrendCategoryResponseBodyData) SetChildCategory ¶
func (s *GetAllTrendCategoryResponseBodyData) SetChildCategory(v []interface{}) *GetAllTrendCategoryResponseBodyData
func (*GetAllTrendCategoryResponseBodyData) SetSuperCategoryName ¶
func (s *GetAllTrendCategoryResponseBodyData) SetSuperCategoryName(v string) *GetAllTrendCategoryResponseBodyData
func (GetAllTrendCategoryResponseBodyData) String ¶
func (s GetAllTrendCategoryResponseBodyData) String() string
type GetCrowdDataRequest ¶ added in v2.0.3
type GetCrowdDataRequest struct { CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"` EndingDate *string `json:"EndingDate,omitempty" xml:"EndingDate,omitempty"` PageIndex *int64 `json:"PageIndex,omitempty" xml:"PageIndex,omitempty"` StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"` }
func (GetCrowdDataRequest) GoString ¶ added in v2.0.3
func (s GetCrowdDataRequest) GoString() string
func (*GetCrowdDataRequest) SetCateIds ¶ added in v2.0.3
func (s *GetCrowdDataRequest) SetCateIds(v string) *GetCrowdDataRequest
func (*GetCrowdDataRequest) SetEndingDate ¶ added in v2.0.3
func (s *GetCrowdDataRequest) SetEndingDate(v string) *GetCrowdDataRequest
func (*GetCrowdDataRequest) SetPageIndex ¶ added in v2.0.3
func (s *GetCrowdDataRequest) SetPageIndex(v int64) *GetCrowdDataRequest
func (*GetCrowdDataRequest) SetStartDate ¶ added in v2.0.3
func (s *GetCrowdDataRequest) SetStartDate(v string) *GetCrowdDataRequest
func (GetCrowdDataRequest) String ¶ added in v2.0.3
func (s GetCrowdDataRequest) String() string
type GetCrowdDataResponse ¶ added in v2.0.3
type GetCrowdDataResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetCrowdDataResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetCrowdDataResponse) GoString ¶ added in v2.0.3
func (s GetCrowdDataResponse) GoString() string
func (*GetCrowdDataResponse) SetBody ¶ added in v2.0.3
func (s *GetCrowdDataResponse) SetBody(v *GetCrowdDataResponseBody) *GetCrowdDataResponse
func (*GetCrowdDataResponse) SetHeaders ¶ added in v2.0.3
func (s *GetCrowdDataResponse) SetHeaders(v map[string]*string) *GetCrowdDataResponse
func (*GetCrowdDataResponse) SetStatusCode ¶ added in v2.0.3
func (s *GetCrowdDataResponse) SetStatusCode(v int32) *GetCrowdDataResponse
func (GetCrowdDataResponse) String ¶ added in v2.0.3
func (s GetCrowdDataResponse) String() string
type GetCrowdDataResponseBody ¶ added in v2.0.3
type GetCrowdDataResponseBody struct { Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data []*GetCrowdDataResponseBodyData `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 (GetCrowdDataResponseBody) GoString ¶ added in v2.0.3
func (s GetCrowdDataResponseBody) GoString() string
func (*GetCrowdDataResponseBody) SetCode ¶ added in v2.0.3
func (s *GetCrowdDataResponseBody) SetCode(v string) *GetCrowdDataResponseBody
func (*GetCrowdDataResponseBody) SetData ¶ added in v2.0.3
func (s *GetCrowdDataResponseBody) SetData(v []*GetCrowdDataResponseBodyData) *GetCrowdDataResponseBody
func (*GetCrowdDataResponseBody) SetMessage ¶ added in v2.0.3
func (s *GetCrowdDataResponseBody) SetMessage(v string) *GetCrowdDataResponseBody
func (*GetCrowdDataResponseBody) SetRequestId ¶ added in v2.0.3
func (s *GetCrowdDataResponseBody) SetRequestId(v string) *GetCrowdDataResponseBody
func (*GetCrowdDataResponseBody) SetSuccessResponse ¶ added in v2.0.3
func (s *GetCrowdDataResponseBody) SetSuccessResponse(v string) *GetCrowdDataResponseBody
func (GetCrowdDataResponseBody) String ¶ added in v2.0.3
func (s GetCrowdDataResponseBody) String() string
type GetCrowdDataResponseBodyData ¶ added in v2.0.3
type GetCrowdDataResponseBodyData struct { Age *int32 `json:"Age,omitempty" xml:"Age,omitempty"` BuyerId *int64 `json:"BuyerId,omitempty" xml:"BuyerId,omitempty"` CateId *int64 `json:"CateId,omitempty" xml:"CateId,omitempty"` CateName *string `json:"CateName,omitempty" xml:"CateName,omitempty"` Classification *string `json:"Classification,omitempty" xml:"Classification,omitempty"` ClassificationNew *string `json:"ClassificationNew,omitempty" xml:"ClassificationNew,omitempty"` Gender *string `json:"Gender,omitempty" xml:"Gender,omitempty"` OnlineDate *string `json:"OnlineDate,omitempty" xml:"OnlineDate,omitempty"` OrderAmount *float64 `json:"OrderAmount,omitempty" xml:"OrderAmount,omitempty"` OrderQuantity *int64 `json:"OrderQuantity,omitempty" xml:"OrderQuantity,omitempty"` Province *string `json:"Province,omitempty" xml:"Province,omitempty"` SearchVolume *int64 `json:"SearchVolume,omitempty" xml:"SearchVolume,omitempty"` TrendLevel *string `json:"TrendLevel,omitempty" xml:"TrendLevel,omitempty"` }
func (GetCrowdDataResponseBodyData) GoString ¶ added in v2.0.3
func (s GetCrowdDataResponseBodyData) GoString() string
func (*GetCrowdDataResponseBodyData) SetAge ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetAge(v int32) *GetCrowdDataResponseBodyData
func (*GetCrowdDataResponseBodyData) SetBuyerId ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetBuyerId(v int64) *GetCrowdDataResponseBodyData
func (*GetCrowdDataResponseBodyData) SetCateId ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetCateId(v int64) *GetCrowdDataResponseBodyData
func (*GetCrowdDataResponseBodyData) SetCateName ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetCateName(v string) *GetCrowdDataResponseBodyData
func (*GetCrowdDataResponseBodyData) SetClassification ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetClassification(v string) *GetCrowdDataResponseBodyData
func (*GetCrowdDataResponseBodyData) SetClassificationNew ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetClassificationNew(v string) *GetCrowdDataResponseBodyData
func (*GetCrowdDataResponseBodyData) SetGender ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetGender(v string) *GetCrowdDataResponseBodyData
func (*GetCrowdDataResponseBodyData) SetOnlineDate ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetOnlineDate(v string) *GetCrowdDataResponseBodyData
func (*GetCrowdDataResponseBodyData) SetOrderAmount ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetOrderAmount(v float64) *GetCrowdDataResponseBodyData
func (*GetCrowdDataResponseBodyData) SetOrderQuantity ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetOrderQuantity(v int64) *GetCrowdDataResponseBodyData
func (*GetCrowdDataResponseBodyData) SetProvince ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetProvince(v string) *GetCrowdDataResponseBodyData
func (*GetCrowdDataResponseBodyData) SetSearchVolume ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetSearchVolume(v int64) *GetCrowdDataResponseBodyData
func (*GetCrowdDataResponseBodyData) SetTrendLevel ¶ added in v2.0.3
func (s *GetCrowdDataResponseBodyData) SetTrendLevel(v string) *GetCrowdDataResponseBodyData
func (GetCrowdDataResponseBodyData) String ¶ added in v2.0.3
func (s GetCrowdDataResponseBodyData) String() string
type GetCrowdLabelRequest ¶
type GetCrowdLabelRequest struct { CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"` EndingDate *string `json:"EndingDate,omitempty" xml:"EndingDate,omitempty"` StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"` }
func (GetCrowdLabelRequest) GoString ¶
func (s GetCrowdLabelRequest) GoString() string
func (*GetCrowdLabelRequest) SetCateIds ¶
func (s *GetCrowdLabelRequest) SetCateIds(v string) *GetCrowdLabelRequest
func (*GetCrowdLabelRequest) SetEndingDate ¶ added in v2.0.3
func (s *GetCrowdLabelRequest) SetEndingDate(v string) *GetCrowdLabelRequest
func (*GetCrowdLabelRequest) SetStartDate ¶ added in v2.0.3
func (s *GetCrowdLabelRequest) SetStartDate(v string) *GetCrowdLabelRequest
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 (s *GetCrowdLabelResponse) SetBody(v *GetCrowdLabelResponseBody) *GetCrowdLabelResponse
func (*GetCrowdLabelResponse) SetHeaders ¶
func (s *GetCrowdLabelResponse) SetHeaders(v map[string]*string) *GetCrowdLabelResponse
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 (s *GetCrowdLabelResponseBody) SetCode(v string) *GetCrowdLabelResponseBody
func (*GetCrowdLabelResponseBody) SetData ¶
func (s *GetCrowdLabelResponseBody) SetData(v []*GetCrowdLabelResponseBodyData) *GetCrowdLabelResponseBody
func (*GetCrowdLabelResponseBody) SetMessage ¶
func (s *GetCrowdLabelResponseBody) SetMessage(v string) *GetCrowdLabelResponseBody
func (*GetCrowdLabelResponseBody) SetRequestId ¶
func (s *GetCrowdLabelResponseBody) SetRequestId(v string) *GetCrowdLabelResponseBody
func (*GetCrowdLabelResponseBody) SetSuccessResponse ¶
func (s *GetCrowdLabelResponseBody) SetSuccessResponse(v string) *GetCrowdLabelResponseBody
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 (s GetCrowdLabelResponseBodyData) GoString() string
func (*GetCrowdLabelResponseBodyData) SetClosingDate ¶
func (s *GetCrowdLabelResponseBodyData) SetClosingDate(v string) *GetCrowdLabelResponseBodyData
func (*GetCrowdLabelResponseBodyData) SetLabelName ¶
func (s *GetCrowdLabelResponseBodyData) SetLabelName(v string) *GetCrowdLabelResponseBodyData
func (*GetCrowdLabelResponseBodyData) SetOrderAmount ¶
func (s *GetCrowdLabelResponseBodyData) SetOrderAmount(v float64) *GetCrowdLabelResponseBodyData
func (*GetCrowdLabelResponseBodyData) SetPurchaseAmount ¶
func (s *GetCrowdLabelResponseBodyData) SetPurchaseAmount(v float64) *GetCrowdLabelResponseBodyData
func (*GetCrowdLabelResponseBodyData) SetSearchVolume ¶
func (s *GetCrowdLabelResponseBodyData) SetSearchVolume(v float64) *GetCrowdLabelResponseBodyData
func (GetCrowdLabelResponseBodyData) String ¶
func (s GetCrowdLabelResponseBodyData) String() string
type GetCrowdReginRequest ¶
type GetCrowdReginRequest struct { CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"` EndingDate *string `json:"EndingDate,omitempty" xml:"EndingDate,omitempty"` StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"` }
func (GetCrowdReginRequest) GoString ¶
func (s GetCrowdReginRequest) GoString() string
func (*GetCrowdReginRequest) SetCateIds ¶
func (s *GetCrowdReginRequest) SetCateIds(v string) *GetCrowdReginRequest
func (*GetCrowdReginRequest) SetEndingDate ¶ added in v2.0.3
func (s *GetCrowdReginRequest) SetEndingDate(v string) *GetCrowdReginRequest
func (*GetCrowdReginRequest) SetStartDate ¶ added in v2.0.3
func (s *GetCrowdReginRequest) SetStartDate(v string) *GetCrowdReginRequest
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 (s *GetCrowdReginResponse) SetBody(v *GetCrowdReginResponseBody) *GetCrowdReginResponse
func (*GetCrowdReginResponse) SetHeaders ¶
func (s *GetCrowdReginResponse) SetHeaders(v map[string]*string) *GetCrowdReginResponse
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"` 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 (s *GetCrowdReginResponseBody) SetCode(v string) *GetCrowdReginResponseBody
func (*GetCrowdReginResponseBody) SetData ¶
func (s *GetCrowdReginResponseBody) SetData(v *GetCrowdReginResponseBodyData) *GetCrowdReginResponseBody
func (*GetCrowdReginResponseBody) SetMessage ¶
func (s *GetCrowdReginResponseBody) SetMessage(v string) *GetCrowdReginResponseBody
func (*GetCrowdReginResponseBody) SetRequestId ¶
func (s *GetCrowdReginResponseBody) SetRequestId(v string) *GetCrowdReginResponseBody
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 (s GetCrowdReginResponseBodyData) GoString() string
func (*GetCrowdReginResponseBodyData) SetSaleNumbers ¶
func (s *GetCrowdReginResponseBodyData) SetSaleNumbers(v []*GetCrowdReginResponseBodyDataSaleNumbers) *GetCrowdReginResponseBodyData
func (*GetCrowdReginResponseBodyData) SetSearchNumbers ¶
func (s *GetCrowdReginResponseBodyData) SetSearchNumbers(v []*GetCrowdReginResponseBodyDataSearchNumbers) *GetCrowdReginResponseBodyData
func (GetCrowdReginResponseBodyData) String ¶
func (s GetCrowdReginResponseBodyData) String() 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 (s GetCrowdReginResponseBodyDataSaleNumbers) GoString() string
func (*GetCrowdReginResponseBodyDataSaleNumbers) SetName ¶
func (s *GetCrowdReginResponseBodyDataSaleNumbers) SetName(v string) *GetCrowdReginResponseBodyDataSaleNumbers
func (*GetCrowdReginResponseBodyDataSaleNumbers) SetValue ¶
func (s *GetCrowdReginResponseBodyDataSaleNumbers) SetValue(v int64) *GetCrowdReginResponseBodyDataSaleNumbers
func (GetCrowdReginResponseBodyDataSaleNumbers) String ¶
func (s GetCrowdReginResponseBodyDataSaleNumbers) String() 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 (s GetCrowdReginResponseBodyDataSearchNumbers) GoString() string
func (*GetCrowdReginResponseBodyDataSearchNumbers) SetName ¶
func (s *GetCrowdReginResponseBodyDataSearchNumbers) SetName(v string) *GetCrowdReginResponseBodyDataSearchNumbers
func (*GetCrowdReginResponseBodyDataSearchNumbers) SetValue ¶
func (s *GetCrowdReginResponseBodyDataSearchNumbers) SetValue(v int64) *GetCrowdReginResponseBodyDataSearchNumbers
func (GetCrowdReginResponseBodyDataSearchNumbers) String ¶
func (s GetCrowdReginResponseBodyDataSearchNumbers) String() 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 (s *GetOpportunityMarketRequest) SetCateIds(v string) *GetOpportunityMarketRequest
func (*GetOpportunityMarketRequest) SetTimeDisplay ¶
func (s *GetOpportunityMarketRequest) SetTimeDisplay(v int64) *GetOpportunityMarketRequest
func (GetOpportunityMarketRequest) String ¶
func (s GetOpportunityMarketRequest) String() 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 (s *GetOpportunityMarketResponse) SetBody(v *GetOpportunityMarketResponseBody) *GetOpportunityMarketResponse
func (*GetOpportunityMarketResponse) SetHeaders ¶
func (s *GetOpportunityMarketResponse) SetHeaders(v map[string]*string) *GetOpportunityMarketResponse
func (*GetOpportunityMarketResponse) SetStatusCode ¶
func (s *GetOpportunityMarketResponse) SetStatusCode(v int32) *GetOpportunityMarketResponse
func (GetOpportunityMarketResponse) String ¶
func (s GetOpportunityMarketResponse) String() 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 (s GetOpportunityMarketResponseBody) GoString() string
func (*GetOpportunityMarketResponseBody) SetCode ¶
func (s *GetOpportunityMarketResponseBody) SetCode(v string) *GetOpportunityMarketResponseBody
func (*GetOpportunityMarketResponseBody) SetData ¶
func (s *GetOpportunityMarketResponseBody) SetData(v []*GetOpportunityMarketResponseBodyData) *GetOpportunityMarketResponseBody
func (*GetOpportunityMarketResponseBody) SetMessage ¶
func (s *GetOpportunityMarketResponseBody) SetMessage(v string) *GetOpportunityMarketResponseBody
func (*GetOpportunityMarketResponseBody) SetRequestId ¶
func (s *GetOpportunityMarketResponseBody) SetRequestId(v string) *GetOpportunityMarketResponseBody
func (*GetOpportunityMarketResponseBody) SetSuccessResponse ¶
func (s *GetOpportunityMarketResponseBody) SetSuccessResponse(v bool) *GetOpportunityMarketResponseBody
func (GetOpportunityMarketResponseBody) String ¶
func (s GetOpportunityMarketResponseBody) String() 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 (s GetOpportunityMarketResponseBodyData) GoString() string
func (*GetOpportunityMarketResponseBodyData) SetCateName ¶
func (s *GetOpportunityMarketResponseBodyData) SetCateName(v string) *GetOpportunityMarketResponseBodyData
func (*GetOpportunityMarketResponseBodyData) SetOpportunityIndex ¶
func (s *GetOpportunityMarketResponseBodyData) SetOpportunityIndex(v float64) *GetOpportunityMarketResponseBodyData
func (*GetOpportunityMarketResponseBodyData) SetRelativeCommodity ¶
func (s *GetOpportunityMarketResponseBodyData) SetRelativeCommodity(v float64) *GetOpportunityMarketResponseBodyData
func (*GetOpportunityMarketResponseBodyData) SetRelativeDischarge ¶
func (s *GetOpportunityMarketResponseBodyData) SetRelativeDischarge(v float64) *GetOpportunityMarketResponseBodyData
func (*GetOpportunityMarketResponseBodyData) SetTimeUnit ¶
func (s *GetOpportunityMarketResponseBodyData) SetTimeUnit(v string) *GetOpportunityMarketResponseBodyData
func (GetOpportunityMarketResponseBodyData) String ¶
func (s GetOpportunityMarketResponseBodyData) String() string
type GetPriceRangeRequest ¶
type GetPriceRangeRequest struct { BrandNames *string `json:"BrandNames,omitempty" xml:"BrandNames,omitempty"` CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"` EndingDate *string `json:"EndingDate,omitempty" xml:"EndingDate,omitempty"` Section *int64 `json:"Section,omitempty" xml:"Section,omitempty"` ShopIds *string `json:"ShopIds,omitempty" xml:"ShopIds,omitempty"` StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"` }
func (GetPriceRangeRequest) GoString ¶
func (s GetPriceRangeRequest) GoString() string
func (*GetPriceRangeRequest) SetBrandNames ¶ added in v2.0.3
func (s *GetPriceRangeRequest) SetBrandNames(v string) *GetPriceRangeRequest
func (*GetPriceRangeRequest) SetCateIds ¶
func (s *GetPriceRangeRequest) SetCateIds(v string) *GetPriceRangeRequest
func (*GetPriceRangeRequest) SetEndingDate ¶ added in v2.0.3
func (s *GetPriceRangeRequest) SetEndingDate(v string) *GetPriceRangeRequest
func (*GetPriceRangeRequest) SetSection ¶ added in v2.0.3
func (s *GetPriceRangeRequest) SetSection(v int64) *GetPriceRangeRequest
func (*GetPriceRangeRequest) SetShopIds ¶ added in v2.0.3
func (s *GetPriceRangeRequest) SetShopIds(v string) *GetPriceRangeRequest
func (*GetPriceRangeRequest) SetStartDate ¶ added in v2.0.3
func (s *GetPriceRangeRequest) SetStartDate(v string) *GetPriceRangeRequest
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 (s *GetPriceRangeResponse) SetBody(v *GetPriceRangeResponseBody) *GetPriceRangeResponse
func (*GetPriceRangeResponse) SetHeaders ¶
func (s *GetPriceRangeResponse) SetHeaders(v map[string]*string) *GetPriceRangeResponse
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 (s *GetPriceRangeResponseBody) SetCode(v string) *GetPriceRangeResponseBody
func (*GetPriceRangeResponseBody) SetData ¶
func (s *GetPriceRangeResponseBody) SetData(v []*GetPriceRangeResponseBodyData) *GetPriceRangeResponseBody
func (*GetPriceRangeResponseBody) SetMessage ¶
func (s *GetPriceRangeResponseBody) SetMessage(v string) *GetPriceRangeResponseBody
func (*GetPriceRangeResponseBody) SetRequestId ¶
func (s *GetPriceRangeResponseBody) SetRequestId(v string) *GetPriceRangeResponseBody
func (*GetPriceRangeResponseBody) SetSuccessResponse ¶
func (s *GetPriceRangeResponseBody) SetSuccessResponse(v string) *GetPriceRangeResponseBody
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 (s GetPriceRangeResponseBodyData) GoString() string
func (*GetPriceRangeResponseBodyData) SetClosingDate ¶
func (s *GetPriceRangeResponseBodyData) SetClosingDate(v string) *GetPriceRangeResponseBodyData
func (*GetPriceRangeResponseBodyData) SetGoodsSales ¶
func (s *GetPriceRangeResponseBodyData) SetGoodsSales(v int64) *GetPriceRangeResponseBodyData
func (*GetPriceRangeResponseBodyData) SetPriceRange ¶
func (s *GetPriceRangeResponseBodyData) SetPriceRange(v string) *GetPriceRangeResponseBodyData
func (*GetPriceRangeResponseBodyData) SetSalesVolume ¶
func (s *GetPriceRangeResponseBodyData) SetSalesVolume(v float64) *GetPriceRangeResponseBodyData
func (GetPriceRangeResponseBodyData) String ¶
func (s GetPriceRangeResponseBodyData) String() string
type GetSexRatioRequest ¶
type GetSexRatioRequest struct { CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"` EndingDate *string `json:"EndingDate,omitempty" xml:"EndingDate,omitempty"` StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"` }
func (GetSexRatioRequest) GoString ¶
func (s GetSexRatioRequest) GoString() string
func (*GetSexRatioRequest) SetCateIds ¶
func (s *GetSexRatioRequest) SetCateIds(v string) *GetSexRatioRequest
func (*GetSexRatioRequest) SetEndingDate ¶ added in v2.0.3
func (s *GetSexRatioRequest) SetEndingDate(v string) *GetSexRatioRequest
func (*GetSexRatioRequest) SetStartDate ¶ added in v2.0.3
func (s *GetSexRatioRequest) SetStartDate(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 (s *GetSexRatioResponse) SetBody(v *GetSexRatioResponseBody) *GetSexRatioResponse
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"` 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 (s *GetSexRatioResponseBody) SetCode(v string) *GetSexRatioResponseBody
func (*GetSexRatioResponseBody) SetData ¶
func (s *GetSexRatioResponseBody) SetData(v *GetSexRatioResponseBodyData) *GetSexRatioResponseBody
func (*GetSexRatioResponseBody) SetMessage ¶
func (s *GetSexRatioResponseBody) SetMessage(v string) *GetSexRatioResponseBody
func (*GetSexRatioResponseBody) SetRequestId ¶
func (s *GetSexRatioResponseBody) SetRequestId(v string) *GetSexRatioResponseBody
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 (s *GetSexRatioResponseBodyData) SetSaleNumbers(v []*GetSexRatioResponseBodyDataSaleNumbers) *GetSexRatioResponseBodyData
func (*GetSexRatioResponseBodyData) SetSearchNumbers ¶
func (s *GetSexRatioResponseBodyData) SetSearchNumbers(v []*GetSexRatioResponseBodyDataSearchNumbers) *GetSexRatioResponseBodyData
func (GetSexRatioResponseBodyData) String ¶
func (s GetSexRatioResponseBodyData) String() 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 (s GetSexRatioResponseBodyDataSaleNumbers) GoString() string
func (*GetSexRatioResponseBodyDataSaleNumbers) SetName ¶
func (s *GetSexRatioResponseBodyDataSaleNumbers) SetName(v string) *GetSexRatioResponseBodyDataSaleNumbers
func (*GetSexRatioResponseBodyDataSaleNumbers) SetValue ¶
func (s *GetSexRatioResponseBodyDataSaleNumbers) SetValue(v int64) *GetSexRatioResponseBodyDataSaleNumbers
func (GetSexRatioResponseBodyDataSaleNumbers) String ¶
func (s GetSexRatioResponseBodyDataSaleNumbers) String() 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 (s GetSexRatioResponseBodyDataSearchNumbers) GoString() string
func (*GetSexRatioResponseBodyDataSearchNumbers) SetName ¶
func (s *GetSexRatioResponseBodyDataSearchNumbers) SetName(v string) *GetSexRatioResponseBodyDataSearchNumbers
func (*GetSexRatioResponseBodyDataSearchNumbers) SetValue ¶
func (s *GetSexRatioResponseBodyDataSearchNumbers) SetValue(v int64) *GetSexRatioResponseBodyDataSearchNumbers
func (GetSexRatioResponseBodyDataSearchNumbers) String ¶
func (s GetSexRatioResponseBodyDataSearchNumbers) String() string
type GetStoreSalesVolumeTopRequest ¶
type GetStoreSalesVolumeTopRequest struct { BrandNames *string `json:"BrandNames,omitempty" xml:"BrandNames,omitempty"` CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"` EndingDate *string `json:"EndingDate,omitempty" xml:"EndingDate,omitempty"` EndingPrice *string `json:"EndingPrice,omitempty" xml:"EndingPrice,omitempty"` EndingSalesVolume *string `json:"EndingSalesVolume,omitempty" xml:"EndingSalesVolume,omitempty"` PageIndex *int64 `json:"PageIndex,omitempty" xml:"PageIndex,omitempty"` ShopIds *string `json:"ShopIds,omitempty" xml:"ShopIds,omitempty"` StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"` StartPrice *string `json:"StartPrice,omitempty" xml:"StartPrice,omitempty"` StartSalesVolume *string `json:"StartSalesVolume,omitempty" xml:"StartSalesVolume,omitempty"` }
func (GetStoreSalesVolumeTopRequest) GoString ¶
func (s GetStoreSalesVolumeTopRequest) GoString() string
func (*GetStoreSalesVolumeTopRequest) SetBrandNames ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopRequest) SetBrandNames(v string) *GetStoreSalesVolumeTopRequest
func (*GetStoreSalesVolumeTopRequest) SetCateIds ¶
func (s *GetStoreSalesVolumeTopRequest) SetCateIds(v string) *GetStoreSalesVolumeTopRequest
func (*GetStoreSalesVolumeTopRequest) SetEndingDate ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopRequest) SetEndingDate(v string) *GetStoreSalesVolumeTopRequest
func (*GetStoreSalesVolumeTopRequest) SetEndingPrice ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopRequest) SetEndingPrice(v string) *GetStoreSalesVolumeTopRequest
func (*GetStoreSalesVolumeTopRequest) SetEndingSalesVolume ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopRequest) SetEndingSalesVolume(v string) *GetStoreSalesVolumeTopRequest
func (*GetStoreSalesVolumeTopRequest) SetPageIndex ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopRequest) SetPageIndex(v int64) *GetStoreSalesVolumeTopRequest
func (*GetStoreSalesVolumeTopRequest) SetShopIds ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopRequest) SetShopIds(v string) *GetStoreSalesVolumeTopRequest
func (*GetStoreSalesVolumeTopRequest) SetStartDate ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopRequest) SetStartDate(v string) *GetStoreSalesVolumeTopRequest
func (*GetStoreSalesVolumeTopRequest) SetStartPrice ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopRequest) SetStartPrice(v string) *GetStoreSalesVolumeTopRequest
func (*GetStoreSalesVolumeTopRequest) SetStartSalesVolume ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopRequest) SetStartSalesVolume(v string) *GetStoreSalesVolumeTopRequest
func (GetStoreSalesVolumeTopRequest) String ¶
func (s GetStoreSalesVolumeTopRequest) String() 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 (s GetStoreSalesVolumeTopResponse) GoString() string
func (*GetStoreSalesVolumeTopResponse) SetBody ¶
func (s *GetStoreSalesVolumeTopResponse) SetBody(v *GetStoreSalesVolumeTopResponseBody) *GetStoreSalesVolumeTopResponse
func (*GetStoreSalesVolumeTopResponse) SetHeaders ¶
func (s *GetStoreSalesVolumeTopResponse) SetHeaders(v map[string]*string) *GetStoreSalesVolumeTopResponse
func (*GetStoreSalesVolumeTopResponse) SetStatusCode ¶
func (s *GetStoreSalesVolumeTopResponse) SetStatusCode(v int32) *GetStoreSalesVolumeTopResponse
func (GetStoreSalesVolumeTopResponse) String ¶
func (s GetStoreSalesVolumeTopResponse) String() 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"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SuccessResponse *bool `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"` }
func (GetStoreSalesVolumeTopResponseBody) GoString ¶
func (s GetStoreSalesVolumeTopResponseBody) GoString() string
func (*GetStoreSalesVolumeTopResponseBody) SetCode ¶
func (s *GetStoreSalesVolumeTopResponseBody) SetCode(v string) *GetStoreSalesVolumeTopResponseBody
func (*GetStoreSalesVolumeTopResponseBody) SetData ¶
func (s *GetStoreSalesVolumeTopResponseBody) SetData(v []*GetStoreSalesVolumeTopResponseBodyData) *GetStoreSalesVolumeTopResponseBody
func (*GetStoreSalesVolumeTopResponseBody) SetMessage ¶
func (s *GetStoreSalesVolumeTopResponseBody) SetMessage(v string) *GetStoreSalesVolumeTopResponseBody
func (*GetStoreSalesVolumeTopResponseBody) SetRequestId ¶
func (s *GetStoreSalesVolumeTopResponseBody) SetRequestId(v string) *GetStoreSalesVolumeTopResponseBody
func (*GetStoreSalesVolumeTopResponseBody) SetSuccessResponse ¶
func (s *GetStoreSalesVolumeTopResponseBody) SetSuccessResponse(v bool) *GetStoreSalesVolumeTopResponseBody
func (GetStoreSalesVolumeTopResponseBody) String ¶
func (s GetStoreSalesVolumeTopResponseBody) String() string
type GetStoreSalesVolumeTopResponseBodyData ¶
type GetStoreSalesVolumeTopResponseBodyData struct { CommodityQuantity *int64 `json:"CommodityQuantity,omitempty" xml:"CommodityQuantity,omitempty"` SalesVolume *int64 `json:"SalesVolume,omitempty" xml:"SalesVolume,omitempty"` SearchVolume *int64 `json:"SearchVolume,omitempty" xml:"SearchVolume,omitempty"` ShopId *int64 `json:"ShopId,omitempty" xml:"ShopId,omitempty"` ShopName *string `json:"ShopName,omitempty" xml:"ShopName,omitempty"` TotalSales *float64 `json:"TotalSales,omitempty" xml:"TotalSales,omitempty"` }
func (GetStoreSalesVolumeTopResponseBodyData) GoString ¶
func (s GetStoreSalesVolumeTopResponseBodyData) GoString() string
func (*GetStoreSalesVolumeTopResponseBodyData) SetCommodityQuantity ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopResponseBodyData) SetCommodityQuantity(v int64) *GetStoreSalesVolumeTopResponseBodyData
func (*GetStoreSalesVolumeTopResponseBodyData) SetSalesVolume ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopResponseBodyData) SetSalesVolume(v int64) *GetStoreSalesVolumeTopResponseBodyData
func (*GetStoreSalesVolumeTopResponseBodyData) SetSearchVolume ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopResponseBodyData) SetSearchVolume(v int64) *GetStoreSalesVolumeTopResponseBodyData
func (*GetStoreSalesVolumeTopResponseBodyData) SetShopId ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopResponseBodyData) SetShopId(v int64) *GetStoreSalesVolumeTopResponseBodyData
func (*GetStoreSalesVolumeTopResponseBodyData) SetShopName ¶
func (s *GetStoreSalesVolumeTopResponseBodyData) SetShopName(v string) *GetStoreSalesVolumeTopResponseBodyData
func (*GetStoreSalesVolumeTopResponseBodyData) SetTotalSales ¶ added in v2.0.3
func (s *GetStoreSalesVolumeTopResponseBodyData) SetTotalSales(v float64) *GetStoreSalesVolumeTopResponseBodyData
func (GetStoreSalesVolumeTopResponseBodyData) String ¶
func (s GetStoreSalesVolumeTopResponseBodyData) String() string
type GetStoreSearchTopRequest ¶
type GetStoreSearchTopRequest struct { BrandNames *string `json:"BrandNames,omitempty" xml:"BrandNames,omitempty"` CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"` EndingDate *string `json:"EndingDate,omitempty" xml:"EndingDate,omitempty"` EndingPrice *string `json:"EndingPrice,omitempty" xml:"EndingPrice,omitempty"` EndingSalesVolume *string `json:"EndingSalesVolume,omitempty" xml:"EndingSalesVolume,omitempty"` PageIndex *int64 `json:"PageIndex,omitempty" xml:"PageIndex,omitempty"` ShopIds *string `json:"ShopIds,omitempty" xml:"ShopIds,omitempty"` StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"` StartPrice *string `json:"StartPrice,omitempty" xml:"StartPrice,omitempty"` StartSalesVolume *string `json:"StartSalesVolume,omitempty" xml:"StartSalesVolume,omitempty"` }
func (GetStoreSearchTopRequest) GoString ¶
func (s GetStoreSearchTopRequest) GoString() string
func (*GetStoreSearchTopRequest) SetBrandNames ¶ added in v2.0.3
func (s *GetStoreSearchTopRequest) SetBrandNames(v string) *GetStoreSearchTopRequest
func (*GetStoreSearchTopRequest) SetCateIds ¶
func (s *GetStoreSearchTopRequest) SetCateIds(v string) *GetStoreSearchTopRequest
func (*GetStoreSearchTopRequest) SetEndingDate ¶ added in v2.0.3
func (s *GetStoreSearchTopRequest) SetEndingDate(v string) *GetStoreSearchTopRequest
func (*GetStoreSearchTopRequest) SetEndingPrice ¶ added in v2.0.3
func (s *GetStoreSearchTopRequest) SetEndingPrice(v string) *GetStoreSearchTopRequest
func (*GetStoreSearchTopRequest) SetEndingSalesVolume ¶ added in v2.0.3
func (s *GetStoreSearchTopRequest) SetEndingSalesVolume(v string) *GetStoreSearchTopRequest
func (*GetStoreSearchTopRequest) SetPageIndex ¶ added in v2.0.3
func (s *GetStoreSearchTopRequest) SetPageIndex(v int64) *GetStoreSearchTopRequest
func (*GetStoreSearchTopRequest) SetShopIds ¶ added in v2.0.3
func (s *GetStoreSearchTopRequest) SetShopIds(v string) *GetStoreSearchTopRequest
func (*GetStoreSearchTopRequest) SetStartDate ¶ added in v2.0.3
func (s *GetStoreSearchTopRequest) SetStartDate(v string) *GetStoreSearchTopRequest
func (*GetStoreSearchTopRequest) SetStartPrice ¶ added in v2.0.3
func (s *GetStoreSearchTopRequest) SetStartPrice(v string) *GetStoreSearchTopRequest
func (*GetStoreSearchTopRequest) SetStartSalesVolume ¶ added in v2.0.3
func (s *GetStoreSearchTopRequest) SetStartSalesVolume(v string) *GetStoreSearchTopRequest
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 (s *GetStoreSearchTopResponse) SetBody(v *GetStoreSearchTopResponseBody) *GetStoreSearchTopResponse
func (*GetStoreSearchTopResponse) SetHeaders ¶
func (s *GetStoreSearchTopResponse) SetHeaders(v map[string]*string) *GetStoreSearchTopResponse
func (*GetStoreSearchTopResponse) SetStatusCode ¶
func (s *GetStoreSearchTopResponse) SetStatusCode(v int32) *GetStoreSearchTopResponse
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"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SuccessResponse *bool `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"` }
func (GetStoreSearchTopResponseBody) GoString ¶
func (s GetStoreSearchTopResponseBody) GoString() string
func (*GetStoreSearchTopResponseBody) SetCode ¶
func (s *GetStoreSearchTopResponseBody) SetCode(v string) *GetStoreSearchTopResponseBody
func (*GetStoreSearchTopResponseBody) SetData ¶
func (s *GetStoreSearchTopResponseBody) SetData(v []*GetStoreSearchTopResponseBodyData) *GetStoreSearchTopResponseBody
func (*GetStoreSearchTopResponseBody) SetMessage ¶
func (s *GetStoreSearchTopResponseBody) SetMessage(v string) *GetStoreSearchTopResponseBody
func (*GetStoreSearchTopResponseBody) SetRequestId ¶
func (s *GetStoreSearchTopResponseBody) SetRequestId(v string) *GetStoreSearchTopResponseBody
func (*GetStoreSearchTopResponseBody) SetSuccessResponse ¶
func (s *GetStoreSearchTopResponseBody) SetSuccessResponse(v bool) *GetStoreSearchTopResponseBody
func (GetStoreSearchTopResponseBody) String ¶
func (s GetStoreSearchTopResponseBody) String() string
type GetStoreSearchTopResponseBodyData ¶
type GetStoreSearchTopResponseBodyData struct { CommodityQuantity *int64 `json:"CommodityQuantity,omitempty" xml:"CommodityQuantity,omitempty"` SalesVolume *int64 `json:"SalesVolume,omitempty" xml:"SalesVolume,omitempty"` SearchVolume *int64 `json:"SearchVolume,omitempty" xml:"SearchVolume,omitempty"` ShopId *int64 `json:"ShopId,omitempty" xml:"ShopId,omitempty"` ShopName *string `json:"ShopName,omitempty" xml:"ShopName,omitempty"` TotalSales *float64 `json:"TotalSales,omitempty" xml:"TotalSales,omitempty"` }
func (GetStoreSearchTopResponseBodyData) GoString ¶
func (s GetStoreSearchTopResponseBodyData) GoString() string
func (*GetStoreSearchTopResponseBodyData) SetCommodityQuantity ¶ added in v2.0.3
func (s *GetStoreSearchTopResponseBodyData) SetCommodityQuantity(v int64) *GetStoreSearchTopResponseBodyData
func (*GetStoreSearchTopResponseBodyData) SetSalesVolume ¶ added in v2.0.3
func (s *GetStoreSearchTopResponseBodyData) SetSalesVolume(v int64) *GetStoreSearchTopResponseBodyData
func (*GetStoreSearchTopResponseBodyData) SetSearchVolume ¶ added in v2.0.3
func (s *GetStoreSearchTopResponseBodyData) SetSearchVolume(v int64) *GetStoreSearchTopResponseBodyData
func (*GetStoreSearchTopResponseBodyData) SetShopId ¶ added in v2.0.3
func (s *GetStoreSearchTopResponseBodyData) SetShopId(v int64) *GetStoreSearchTopResponseBodyData
func (*GetStoreSearchTopResponseBodyData) SetShopName ¶
func (s *GetStoreSearchTopResponseBodyData) SetShopName(v string) *GetStoreSearchTopResponseBodyData
func (*GetStoreSearchTopResponseBodyData) SetTotalSales ¶ added in v2.0.3
func (s *GetStoreSearchTopResponseBodyData) SetTotalSales(v float64) *GetStoreSearchTopResponseBodyData
func (GetStoreSearchTopResponseBodyData) String ¶
func (s GetStoreSearchTopResponseBodyData) String() string
type GetStyleOnlineRequest ¶ added in v2.0.3
type GetStyleOnlineRequest struct { BrandNames *string `json:"BrandNames,omitempty" xml:"BrandNames,omitempty"` CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"` EndingDate *string `json:"EndingDate,omitempty" xml:"EndingDate,omitempty"` PageIndex *int64 `json:"PageIndex,omitempty" xml:"PageIndex,omitempty"` ShopIds *string `json:"ShopIds,omitempty" xml:"ShopIds,omitempty"` StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"` }
func (GetStyleOnlineRequest) GoString ¶ added in v2.0.3
func (s GetStyleOnlineRequest) GoString() string
func (*GetStyleOnlineRequest) SetBrandNames ¶ added in v2.0.3
func (s *GetStyleOnlineRequest) SetBrandNames(v string) *GetStyleOnlineRequest
func (*GetStyleOnlineRequest) SetCateIds ¶ added in v2.0.3
func (s *GetStyleOnlineRequest) SetCateIds(v string) *GetStyleOnlineRequest
func (*GetStyleOnlineRequest) SetEndingDate ¶ added in v2.0.3
func (s *GetStyleOnlineRequest) SetEndingDate(v string) *GetStyleOnlineRequest
func (*GetStyleOnlineRequest) SetPageIndex ¶ added in v2.0.3
func (s *GetStyleOnlineRequest) SetPageIndex(v int64) *GetStyleOnlineRequest
func (*GetStyleOnlineRequest) SetShopIds ¶ added in v2.0.3
func (s *GetStyleOnlineRequest) SetShopIds(v string) *GetStyleOnlineRequest
func (*GetStyleOnlineRequest) SetStartDate ¶ added in v2.0.3
func (s *GetStyleOnlineRequest) SetStartDate(v string) *GetStyleOnlineRequest
func (GetStyleOnlineRequest) String ¶ added in v2.0.3
func (s GetStyleOnlineRequest) String() string
type GetStyleOnlineResponse ¶ added in v2.0.3
type GetStyleOnlineResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetStyleOnlineResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetStyleOnlineResponse) GoString ¶ added in v2.0.3
func (s GetStyleOnlineResponse) GoString() string
func (*GetStyleOnlineResponse) SetBody ¶ added in v2.0.3
func (s *GetStyleOnlineResponse) SetBody(v *GetStyleOnlineResponseBody) *GetStyleOnlineResponse
func (*GetStyleOnlineResponse) SetHeaders ¶ added in v2.0.3
func (s *GetStyleOnlineResponse) SetHeaders(v map[string]*string) *GetStyleOnlineResponse
func (*GetStyleOnlineResponse) SetStatusCode ¶ added in v2.0.3
func (s *GetStyleOnlineResponse) SetStatusCode(v int32) *GetStyleOnlineResponse
func (GetStyleOnlineResponse) String ¶ added in v2.0.3
func (s GetStyleOnlineResponse) String() string
type GetStyleOnlineResponseBody ¶ added in v2.0.3
type GetStyleOnlineResponseBody struct { Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data []*GetStyleOnlineResponseBodyData `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 (GetStyleOnlineResponseBody) GoString ¶ added in v2.0.3
func (s GetStyleOnlineResponseBody) GoString() string
func (*GetStyleOnlineResponseBody) SetCode ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBody) SetCode(v string) *GetStyleOnlineResponseBody
func (*GetStyleOnlineResponseBody) SetData ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBody) SetData(v []*GetStyleOnlineResponseBodyData) *GetStyleOnlineResponseBody
func (*GetStyleOnlineResponseBody) SetMessage ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBody) SetMessage(v string) *GetStyleOnlineResponseBody
func (*GetStyleOnlineResponseBody) SetRequestId ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBody) SetRequestId(v string) *GetStyleOnlineResponseBody
func (*GetStyleOnlineResponseBody) SetSuccessResponse ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBody) SetSuccessResponse(v string) *GetStyleOnlineResponseBody
func (GetStyleOnlineResponseBody) String ¶ added in v2.0.3
func (s GetStyleOnlineResponseBody) String() string
type GetStyleOnlineResponseBodyData ¶ added in v2.0.3
type GetStyleOnlineResponseBodyData struct { AttributeContent *string `json:"AttributeContent,omitempty" xml:"AttributeContent,omitempty"` BrandName *string `json:"BrandName,omitempty" xml:"BrandName,omitempty"` BuyerTags *string `json:"BuyerTags,omitempty" xml:"BuyerTags,omitempty"` CateName *string `json:"CateName,omitempty" xml:"CateName,omitempty"` Color *string `json:"Color,omitempty" xml:"Color,omitempty"` ExposureValue *int64 `json:"ExposureValue,omitempty" xml:"ExposureValue,omitempty"` Images []*string `json:"Images,omitempty" xml:"Images,omitempty" type:"Repeated"` Material *string `json:"Material,omitempty" xml:"Material,omitempty"` Price *float64 `json:"Price,omitempty" xml:"Price,omitempty"` ProductLink *string `json:"ProductLink,omitempty" xml:"ProductLink,omitempty"` Sales *float64 `json:"Sales,omitempty" xml:"Sales,omitempty"` SalesVolume *int64 `json:"SalesVolume,omitempty" xml:"SalesVolume,omitempty"` SearchVolume *float64 `json:"SearchVolume,omitempty" xml:"SearchVolume,omitempty"` ShopId *int64 `json:"ShopId,omitempty" xml:"ShopId,omitempty"` ShopName *string `json:"ShopName,omitempty" xml:"ShopName,omitempty"` Style *string `json:"Style,omitempty" xml:"Style,omitempty"` Title *string `json:"Title,omitempty" xml:"Title,omitempty"` }
func (GetStyleOnlineResponseBodyData) GoString ¶ added in v2.0.3
func (s GetStyleOnlineResponseBodyData) GoString() string
func (*GetStyleOnlineResponseBodyData) SetAttributeContent ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetAttributeContent(v string) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetBrandName ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetBrandName(v string) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetBuyerTags ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetBuyerTags(v string) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetCateName ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetCateName(v string) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetColor ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetColor(v string) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetExposureValue ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetExposureValue(v int64) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetImages ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetImages(v []*string) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetMaterial ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetMaterial(v string) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetPrice ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetPrice(v float64) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetProductLink ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetProductLink(v string) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetSales ¶ added in v2.0.7
func (s *GetStyleOnlineResponseBodyData) SetSales(v float64) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetSalesVolume ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetSalesVolume(v int64) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetSearchVolume ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetSearchVolume(v float64) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetShopId ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetShopId(v int64) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetShopName ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetShopName(v string) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetStyle ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetStyle(v string) *GetStyleOnlineResponseBodyData
func (*GetStyleOnlineResponseBodyData) SetTitle ¶ added in v2.0.3
func (s *GetStyleOnlineResponseBodyData) SetTitle(v string) *GetStyleOnlineResponseBodyData
func (GetStyleOnlineResponseBodyData) String ¶ added in v2.0.3
func (s GetStyleOnlineResponseBodyData) String() string
type GetStyleTopRequest ¶
type GetStyleTopRequest struct { BrandNames *string `json:"BrandNames,omitempty" xml:"BrandNames,omitempty"` CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"` EndingDate *string `json:"EndingDate,omitempty" xml:"EndingDate,omitempty"` EndingPrice *string `json:"EndingPrice,omitempty" xml:"EndingPrice,omitempty"` PageIndex *int64 `json:"PageIndex,omitempty" xml:"PageIndex,omitempty"` ShopIds *string `json:"ShopIds,omitempty" xml:"ShopIds,omitempty"` SortOrder *int64 `json:"SortOrder,omitempty" xml:"SortOrder,omitempty"` StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"` StartPrice *string `json:"StartPrice,omitempty" xml:"StartPrice,omitempty"` TimeDisplay *int64 `json:"TimeDisplay,omitempty" xml:"TimeDisplay,omitempty"` }
func (GetStyleTopRequest) GoString ¶
func (s GetStyleTopRequest) GoString() string
func (*GetStyleTopRequest) SetBrandNames ¶ added in v2.0.3
func (s *GetStyleTopRequest) SetBrandNames(v string) *GetStyleTopRequest
func (*GetStyleTopRequest) SetCateIds ¶
func (s *GetStyleTopRequest) SetCateIds(v string) *GetStyleTopRequest
func (*GetStyleTopRequest) SetEndingDate ¶ added in v2.0.3
func (s *GetStyleTopRequest) SetEndingDate(v string) *GetStyleTopRequest
func (*GetStyleTopRequest) SetEndingPrice ¶ added in v2.0.3
func (s *GetStyleTopRequest) SetEndingPrice(v string) *GetStyleTopRequest
func (*GetStyleTopRequest) SetPageIndex ¶ added in v2.0.1
func (s *GetStyleTopRequest) SetPageIndex(v int64) *GetStyleTopRequest
func (*GetStyleTopRequest) SetShopIds ¶ added in v2.0.3
func (s *GetStyleTopRequest) SetShopIds(v string) *GetStyleTopRequest
func (*GetStyleTopRequest) SetSortOrder ¶
func (s *GetStyleTopRequest) SetSortOrder(v int64) *GetStyleTopRequest
func (*GetStyleTopRequest) SetStartDate ¶ added in v2.0.3
func (s *GetStyleTopRequest) SetStartDate(v string) *GetStyleTopRequest
func (*GetStyleTopRequest) SetStartPrice ¶ added in v2.0.3
func (s *GetStyleTopRequest) SetStartPrice(v string) *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 (s *GetStyleTopResponse) SetBody(v *GetStyleTopResponseBody) *GetStyleTopResponse
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 { 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 (s *GetStyleTopResponseBody) SetCode(v string) *GetStyleTopResponseBody
func (*GetStyleTopResponseBody) SetData ¶
func (s *GetStyleTopResponseBody) SetData(v []*GetStyleTopResponseBodyData) *GetStyleTopResponseBody
func (*GetStyleTopResponseBody) SetMessage ¶
func (s *GetStyleTopResponseBody) SetMessage(v string) *GetStyleTopResponseBody
func (*GetStyleTopResponseBody) SetRequestId ¶
func (s *GetStyleTopResponseBody) SetRequestId(v string) *GetStyleTopResponseBody
func (*GetStyleTopResponseBody) SetSuccessResponse ¶
func (s *GetStyleTopResponseBody) SetSuccessResponse(v string) *GetStyleTopResponseBody
func (GetStyleTopResponseBody) String ¶
func (s GetStyleTopResponseBody) String() string
type GetStyleTopResponseBodyData ¶
type GetStyleTopResponseBodyData struct { AttributeContent *string `json:"AttributeContent,omitempty" xml:"AttributeContent,omitempty"` BrandName *string `json:"BrandName,omitempty" xml:"BrandName,omitempty"` BuyerTags *string `json:"BuyerTags,omitempty" xml:"BuyerTags,omitempty"` CateName *string `json:"CateName,omitempty" xml:"CateName,omitempty"` Color *string `json:"Color,omitempty" xml:"Color,omitempty"` ExposureValue *int64 `json:"ExposureValue,omitempty" xml:"ExposureValue,omitempty"` Images []*string `json:"Images,omitempty" xml:"Images,omitempty" type:"Repeated"` Material *string `json:"Material,omitempty" xml:"Material,omitempty"` Price *float64 `json:"Price,omitempty" xml:"Price,omitempty"` ProductLink *string `json:"ProductLink,omitempty" xml:"ProductLink,omitempty"` Sales *float64 `json:"Sales,omitempty" xml:"Sales,omitempty"` SalesVolume *int64 `json:"SalesVolume,omitempty" xml:"SalesVolume,omitempty"` SearchVolume *float64 `json:"SearchVolume,omitempty" xml:"SearchVolume,omitempty"` ShopId *int64 `json:"ShopId,omitempty" xml:"ShopId,omitempty"` ShopName *string `json:"ShopName,omitempty" xml:"ShopName,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) SetAttributeContent ¶ added in v2.0.2
func (s *GetStyleTopResponseBodyData) SetAttributeContent(v string) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetBrandName ¶ added in v2.0.2
func (s *GetStyleTopResponseBodyData) SetBrandName(v string) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetBuyerTags ¶ added in v2.0.1
func (s *GetStyleTopResponseBodyData) SetBuyerTags(v string) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetCateName ¶
func (s *GetStyleTopResponseBodyData) SetCateName(v string) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetColor ¶
func (s *GetStyleTopResponseBodyData) SetColor(v string) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetExposureValue ¶ added in v2.0.3
func (s *GetStyleTopResponseBodyData) SetExposureValue(v int64) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetImages ¶
func (s *GetStyleTopResponseBodyData) SetImages(v []*string) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetMaterial ¶
func (s *GetStyleTopResponseBodyData) SetMaterial(v string) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetPrice ¶ added in v2.0.2
func (s *GetStyleTopResponseBodyData) SetPrice(v float64) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetProductLink ¶
func (s *GetStyleTopResponseBodyData) SetProductLink(v string) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetSales ¶ added in v2.0.5
func (s *GetStyleTopResponseBodyData) SetSales(v float64) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetSalesVolume ¶
func (s *GetStyleTopResponseBodyData) SetSalesVolume(v int64) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetSearchVolume ¶
func (s *GetStyleTopResponseBodyData) SetSearchVolume(v float64) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetShopId ¶ added in v2.0.3
func (s *GetStyleTopResponseBodyData) SetShopId(v int64) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetShopName ¶ added in v2.0.2
func (s *GetStyleTopResponseBodyData) SetShopName(v string) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetStyle ¶
func (s *GetStyleTopResponseBodyData) SetStyle(v string) *GetStyleTopResponseBodyData
func (*GetStyleTopResponseBodyData) SetTitle ¶
func (s *GetStyleTopResponseBodyData) SetTitle(v string) *GetStyleTopResponseBodyData
func (GetStyleTopResponseBodyData) String ¶
func (s GetStyleTopResponseBodyData) String() 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 (s *GetTrendImageDetailRequest) SetAiImgId(v string) *GetTrendImageDetailRequest
func (GetTrendImageDetailRequest) String ¶
func (s GetTrendImageDetailRequest) String() 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 (s *GetTrendImageDetailResponse) SetBody(v *GetTrendImageDetailResponseBody) *GetTrendImageDetailResponse
func (*GetTrendImageDetailResponse) SetHeaders ¶
func (s *GetTrendImageDetailResponse) SetHeaders(v map[string]*string) *GetTrendImageDetailResponse
func (*GetTrendImageDetailResponse) SetStatusCode ¶
func (s *GetTrendImageDetailResponse) SetStatusCode(v int32) *GetTrendImageDetailResponse
func (GetTrendImageDetailResponse) String ¶
func (s GetTrendImageDetailResponse) String() 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"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SuccessResponse *bool `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"` }
func (GetTrendImageDetailResponseBody) GoString ¶
func (s GetTrendImageDetailResponseBody) GoString() string
func (*GetTrendImageDetailResponseBody) SetCode ¶
func (s *GetTrendImageDetailResponseBody) SetCode(v string) *GetTrendImageDetailResponseBody
func (*GetTrendImageDetailResponseBody) SetData ¶
func (s *GetTrendImageDetailResponseBody) SetData(v *GetTrendImageDetailResponseBodyData) *GetTrendImageDetailResponseBody
func (*GetTrendImageDetailResponseBody) SetMessage ¶
func (s *GetTrendImageDetailResponseBody) SetMessage(v string) *GetTrendImageDetailResponseBody
func (*GetTrendImageDetailResponseBody) SetRequestId ¶
func (s *GetTrendImageDetailResponseBody) SetRequestId(v string) *GetTrendImageDetailResponseBody
func (*GetTrendImageDetailResponseBody) SetSuccessResponse ¶
func (s *GetTrendImageDetailResponseBody) SetSuccessResponse(v bool) *GetTrendImageDetailResponseBody
func (GetTrendImageDetailResponseBody) String ¶
func (s GetTrendImageDetailResponseBody) String() 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 (s GetTrendImageDetailResponseBodyData) GoString() string
func (*GetTrendImageDetailResponseBodyData) SetAiImgId ¶
func (s *GetTrendImageDetailResponseBodyData) SetAiImgId(v string) *GetTrendImageDetailResponseBodyData
func (*GetTrendImageDetailResponseBodyData) SetAiImgUrl ¶
func (s *GetTrendImageDetailResponseBodyData) SetAiImgUrl(v string) *GetTrendImageDetailResponseBodyData
func (*GetTrendImageDetailResponseBodyData) SetMultiPictUrl ¶
func (s *GetTrendImageDetailResponseBodyData) SetMultiPictUrl(v string) *GetTrendImageDetailResponseBodyData
func (*GetTrendImageDetailResponseBodyData) SetPopulation ¶
func (s *GetTrendImageDetailResponseBodyData) SetPopulation(v string) *GetTrendImageDetailResponseBodyData
func (*GetTrendImageDetailResponseBodyData) SetPriceMax ¶
func (s *GetTrendImageDetailResponseBodyData) SetPriceMax(v int64) *GetTrendImageDetailResponseBodyData
func (*GetTrendImageDetailResponseBodyData) SetPriceMin ¶
func (s *GetTrendImageDetailResponseBodyData) SetPriceMin(v int64) *GetTrendImageDetailResponseBodyData
func (*GetTrendImageDetailResponseBodyData) SetSimilarGoods ¶
func (s *GetTrendImageDetailResponseBodyData) SetSimilarGoods(v []*GetTrendImageDetailResponseBodyDataSimilarGoods) *GetTrendImageDetailResponseBodyData
func (*GetTrendImageDetailResponseBodyData) SetTags ¶
func (s *GetTrendImageDetailResponseBodyData) SetTags(v string) *GetTrendImageDetailResponseBodyData
func (GetTrendImageDetailResponseBodyData) String ¶
func (s GetTrendImageDetailResponseBodyData) String() 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 (s GetTrendImageDetailResponseBodyDataSimilarGoods) GoString() string
func (*GetTrendImageDetailResponseBodyDataSimilarGoods) SetAiImgUrl ¶
func (s *GetTrendImageDetailResponseBodyDataSimilarGoods) SetAiImgUrl(v string) *GetTrendImageDetailResponseBodyDataSimilarGoods
func (*GetTrendImageDetailResponseBodyDataSimilarGoods) SetGoodsSales ¶
func (s *GetTrendImageDetailResponseBodyDataSimilarGoods) SetGoodsSales(v int64) *GetTrendImageDetailResponseBodyDataSimilarGoods
func (*GetTrendImageDetailResponseBodyDataSimilarGoods) SetSearchVolume ¶
func (s *GetTrendImageDetailResponseBodyDataSimilarGoods) SetSearchVolume(v int64) *GetTrendImageDetailResponseBodyDataSimilarGoods
func (GetTrendImageDetailResponseBodyDataSimilarGoods) String ¶
func (s GetTrendImageDetailResponseBodyDataSimilarGoods) String() 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 (s *GetTrendImageListRequest) SetCateIds(v string) *GetTrendImageListRequest
func (*GetTrendImageListRequest) SetQuery ¶
func (s *GetTrendImageListRequest) SetQuery(v string) *GetTrendImageListRequest
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 (s *GetTrendImageListResponse) SetBody(v *GetTrendImageListResponseBody) *GetTrendImageListResponse
func (*GetTrendImageListResponse) SetHeaders ¶
func (s *GetTrendImageListResponse) SetHeaders(v map[string]*string) *GetTrendImageListResponse
func (*GetTrendImageListResponse) SetStatusCode ¶
func (s *GetTrendImageListResponse) SetStatusCode(v int32) *GetTrendImageListResponse
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"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SuccessResponse *bool `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"` }
func (GetTrendImageListResponseBody) GoString ¶
func (s GetTrendImageListResponseBody) GoString() string
func (*GetTrendImageListResponseBody) SetCode ¶
func (s *GetTrendImageListResponseBody) SetCode(v string) *GetTrendImageListResponseBody
func (*GetTrendImageListResponseBody) SetData ¶
func (s *GetTrendImageListResponseBody) SetData(v []*GetTrendImageListResponseBodyData) *GetTrendImageListResponseBody
func (*GetTrendImageListResponseBody) SetMessage ¶
func (s *GetTrendImageListResponseBody) SetMessage(v string) *GetTrendImageListResponseBody
func (*GetTrendImageListResponseBody) SetRequestId ¶
func (s *GetTrendImageListResponseBody) SetRequestId(v string) *GetTrendImageListResponseBody
func (*GetTrendImageListResponseBody) SetSuccessResponse ¶
func (s *GetTrendImageListResponseBody) SetSuccessResponse(v bool) *GetTrendImageListResponseBody
func (GetTrendImageListResponseBody) String ¶
func (s GetTrendImageListResponseBody) String() 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 (s GetTrendImageListResponseBodyData) GoString() string
func (*GetTrendImageListResponseBodyData) SetAiImgId ¶
func (s *GetTrendImageListResponseBodyData) SetAiImgId(v string) *GetTrendImageListResponseBodyData
func (*GetTrendImageListResponseBodyData) SetAiImgUrl ¶
func (s *GetTrendImageListResponseBodyData) SetAiImgUrl(v string) *GetTrendImageListResponseBodyData
func (*GetTrendImageListResponseBodyData) SetPopulation ¶
func (s *GetTrendImageListResponseBodyData) SetPopulation(v string) *GetTrendImageListResponseBodyData
func (*GetTrendImageListResponseBodyData) SetPriceMax ¶
func (s *GetTrendImageListResponseBodyData) SetPriceMax(v int64) *GetTrendImageListResponseBodyData
func (*GetTrendImageListResponseBodyData) SetPriceMin ¶
func (s *GetTrendImageListResponseBodyData) SetPriceMin(v int64) *GetTrendImageListResponseBodyData
func (GetTrendImageListResponseBodyData) String ¶
func (s GetTrendImageListResponseBodyData) String() 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 (s *GetTrendIndexRequest) SetCateIds(v string) *GetTrendIndexRequest
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 (s *GetTrendIndexResponse) SetBody(v *GetTrendIndexResponseBody) *GetTrendIndexResponse
func (*GetTrendIndexResponse) SetHeaders ¶
func (s *GetTrendIndexResponse) SetHeaders(v map[string]*string) *GetTrendIndexResponse
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"` 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 (s *GetTrendIndexResponseBody) SetCode(v string) *GetTrendIndexResponseBody
func (*GetTrendIndexResponseBody) SetData ¶
func (s *GetTrendIndexResponseBody) SetData(v []*GetTrendIndexResponseBodyData) *GetTrendIndexResponseBody
func (*GetTrendIndexResponseBody) SetMessage ¶
func (s *GetTrendIndexResponseBody) SetMessage(v string) *GetTrendIndexResponseBody
func (*GetTrendIndexResponseBody) SetRequestId ¶
func (s *GetTrendIndexResponseBody) SetRequestId(v string) *GetTrendIndexResponseBody
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 (s GetTrendIndexResponseBodyData) GoString() string
func (*GetTrendIndexResponseBodyData) SetBrandIndex ¶
func (s *GetTrendIndexResponseBodyData) SetBrandIndex(v float32) *GetTrendIndexResponseBodyData
func (*GetTrendIndexResponseBodyData) SetECommerceIndex ¶
func (s *GetTrendIndexResponseBodyData) SetECommerceIndex(v float32) *GetTrendIndexResponseBodyData
func (*GetTrendIndexResponseBodyData) SetInstitutionalIndex ¶
func (s *GetTrendIndexResponseBodyData) SetInstitutionalIndex(v float32) *GetTrendIndexResponseBodyData
func (*GetTrendIndexResponseBodyData) SetMediaIndex ¶
func (s *GetTrendIndexResponseBodyData) SetMediaIndex(v float32) *GetTrendIndexResponseBodyData
func (*GetTrendIndexResponseBodyData) SetSocialIndex ¶
func (s *GetTrendIndexResponseBodyData) SetSocialIndex(v float32) *GetTrendIndexResponseBodyData
func (*GetTrendIndexResponseBodyData) SetTrendIndex ¶
func (s *GetTrendIndexResponseBodyData) SetTrendIndex(v float32) *GetTrendIndexResponseBodyData
func (*GetTrendIndexResponseBodyData) SetYearMonth ¶
func (s *GetTrendIndexResponseBodyData) SetYearMonth(v string) *GetTrendIndexResponseBodyData
func (GetTrendIndexResponseBodyData) String ¶
func (s GetTrendIndexResponseBodyData) String() 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 (s *GetTrendSearchRecordRequest) SetKey(v string) *GetTrendSearchRecordRequest
func (GetTrendSearchRecordRequest) String ¶
func (s GetTrendSearchRecordRequest) String() 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 (s *GetTrendSearchRecordResponse) SetBody(v *GetTrendSearchRecordResponseBody) *GetTrendSearchRecordResponse
func (*GetTrendSearchRecordResponse) SetHeaders ¶
func (s *GetTrendSearchRecordResponse) SetHeaders(v map[string]*string) *GetTrendSearchRecordResponse
func (*GetTrendSearchRecordResponse) SetStatusCode ¶
func (s *GetTrendSearchRecordResponse) SetStatusCode(v int32) *GetTrendSearchRecordResponse
func (GetTrendSearchRecordResponse) String ¶
func (s GetTrendSearchRecordResponse) String() 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"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SuccessResponse *bool `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"` }
func (GetTrendSearchRecordResponseBody) GoString ¶
func (s GetTrendSearchRecordResponseBody) GoString() string
func (*GetTrendSearchRecordResponseBody) SetCode ¶
func (s *GetTrendSearchRecordResponseBody) SetCode(v string) *GetTrendSearchRecordResponseBody
func (*GetTrendSearchRecordResponseBody) SetData ¶
func (s *GetTrendSearchRecordResponseBody) SetData(v []*GetTrendSearchRecordResponseBodyData) *GetTrendSearchRecordResponseBody
func (*GetTrendSearchRecordResponseBody) SetMessage ¶
func (s *GetTrendSearchRecordResponseBody) SetMessage(v string) *GetTrendSearchRecordResponseBody
func (*GetTrendSearchRecordResponseBody) SetRequestId ¶
func (s *GetTrendSearchRecordResponseBody) SetRequestId(v string) *GetTrendSearchRecordResponseBody
func (*GetTrendSearchRecordResponseBody) SetSuccessResponse ¶
func (s *GetTrendSearchRecordResponseBody) SetSuccessResponse(v bool) *GetTrendSearchRecordResponseBody
func (GetTrendSearchRecordResponseBody) String ¶
func (s GetTrendSearchRecordResponseBody) String() 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 (s GetTrendSearchRecordResponseBodyData) GoString() string
func (*GetTrendSearchRecordResponseBodyData) SetId ¶
func (s *GetTrendSearchRecordResponseBodyData) SetId(v int64) *GetTrendSearchRecordResponseBodyData
func (*GetTrendSearchRecordResponseBodyData) SetQueryKey ¶
func (s *GetTrendSearchRecordResponseBodyData) SetQueryKey(v string) *GetTrendSearchRecordResponseBodyData
func (GetTrendSearchRecordResponseBodyData) String ¶
func (s GetTrendSearchRecordResponseBodyData) String() string
type GetTrendStatisticRequest ¶
type GetTrendStatisticRequest struct { BrandNames *string `json:"BrandNames,omitempty" xml:"BrandNames,omitempty"` CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"` EndingDate *string `json:"EndingDate,omitempty" xml:"EndingDate,omitempty"` ShopIds *string `json:"ShopIds,omitempty" xml:"ShopIds,omitempty"` StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"` }
func (GetTrendStatisticRequest) GoString ¶
func (s GetTrendStatisticRequest) GoString() string
func (*GetTrendStatisticRequest) SetBrandNames ¶ added in v2.0.3
func (s *GetTrendStatisticRequest) SetBrandNames(v string) *GetTrendStatisticRequest
func (*GetTrendStatisticRequest) SetCateIds ¶
func (s *GetTrendStatisticRequest) SetCateIds(v string) *GetTrendStatisticRequest
func (*GetTrendStatisticRequest) SetEndingDate ¶ added in v2.0.3
func (s *GetTrendStatisticRequest) SetEndingDate(v string) *GetTrendStatisticRequest
func (*GetTrendStatisticRequest) SetShopIds ¶ added in v2.0.3
func (s *GetTrendStatisticRequest) SetShopIds(v string) *GetTrendStatisticRequest
func (*GetTrendStatisticRequest) SetStartDate ¶ added in v2.0.3
func (s *GetTrendStatisticRequest) SetStartDate(v string) *GetTrendStatisticRequest
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 (s *GetTrendStatisticResponse) SetBody(v *GetTrendStatisticResponseBody) *GetTrendStatisticResponse
func (*GetTrendStatisticResponse) SetHeaders ¶
func (s *GetTrendStatisticResponse) SetHeaders(v map[string]*string) *GetTrendStatisticResponse
func (*GetTrendStatisticResponse) SetStatusCode ¶
func (s *GetTrendStatisticResponse) SetStatusCode(v int32) *GetTrendStatisticResponse
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"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SuccessResponse *bool `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"` }
func (GetTrendStatisticResponseBody) GoString ¶
func (s GetTrendStatisticResponseBody) GoString() string
func (*GetTrendStatisticResponseBody) SetCode ¶
func (s *GetTrendStatisticResponseBody) SetCode(v string) *GetTrendStatisticResponseBody
func (*GetTrendStatisticResponseBody) SetData ¶
func (s *GetTrendStatisticResponseBody) SetData(v *GetTrendStatisticResponseBodyData) *GetTrendStatisticResponseBody
func (*GetTrendStatisticResponseBody) SetMessage ¶
func (s *GetTrendStatisticResponseBody) SetMessage(v string) *GetTrendStatisticResponseBody
func (*GetTrendStatisticResponseBody) SetRequestId ¶
func (s *GetTrendStatisticResponseBody) SetRequestId(v string) *GetTrendStatisticResponseBody
func (*GetTrendStatisticResponseBody) SetSuccessResponse ¶
func (s *GetTrendStatisticResponseBody) SetSuccessResponse(v bool) *GetTrendStatisticResponseBody
func (GetTrendStatisticResponseBody) String ¶
func (s GetTrendStatisticResponseBody) String() string
type GetTrendStatisticResponseBodyData ¶
type GetTrendStatisticResponseBodyData struct { BrandCount *int64 `json:"BrandCount,omitempty" xml:"BrandCount,omitempty"` CommodityCount *int64 `json:"CommodityCount,omitempty" xml:"CommodityCount,omitempty"` ExposureValue *int64 `json:"ExposureValue,omitempty" xml:"ExposureValue,omitempty"` Hits *int64 `json:"Hits,omitempty" xml:"Hits,omitempty"` Sales *float64 `json:"Sales,omitempty" xml:"Sales,omitempty"` SalesVolume *int64 `json:"SalesVolume,omitempty" xml:"SalesVolume,omitempty"` ShopCount *int64 `json:"ShopCount,omitempty" xml:"ShopCount,omitempty"` }
func (GetTrendStatisticResponseBodyData) GoString ¶
func (s GetTrendStatisticResponseBodyData) GoString() string
func (*GetTrendStatisticResponseBodyData) SetBrandCount ¶ added in v2.0.3
func (s *GetTrendStatisticResponseBodyData) SetBrandCount(v int64) *GetTrendStatisticResponseBodyData
func (*GetTrendStatisticResponseBodyData) SetCommodityCount ¶
func (s *GetTrendStatisticResponseBodyData) SetCommodityCount(v int64) *GetTrendStatisticResponseBodyData
func (*GetTrendStatisticResponseBodyData) SetExposureValue ¶ added in v2.0.3
func (s *GetTrendStatisticResponseBodyData) SetExposureValue(v int64) *GetTrendStatisticResponseBodyData
func (*GetTrendStatisticResponseBodyData) SetHits ¶ added in v2.0.3
func (s *GetTrendStatisticResponseBodyData) SetHits(v int64) *GetTrendStatisticResponseBodyData
func (*GetTrendStatisticResponseBodyData) SetSales ¶
func (s *GetTrendStatisticResponseBodyData) SetSales(v float64) *GetTrendStatisticResponseBodyData
func (*GetTrendStatisticResponseBodyData) SetSalesVolume ¶ added in v2.0.4
func (s *GetTrendStatisticResponseBodyData) SetSalesVolume(v int64) *GetTrendStatisticResponseBodyData
func (*GetTrendStatisticResponseBodyData) SetShopCount ¶
func (s *GetTrendStatisticResponseBodyData) SetShopCount(v int64) *GetTrendStatisticResponseBodyData
func (GetTrendStatisticResponseBodyData) String ¶
func (s GetTrendStatisticResponseBodyData) String() string
type GetTrendWordAndIndexRequest ¶ added in v2.0.3
type GetTrendWordAndIndexRequest struct { CateIds *string `json:"CateIds,omitempty" xml:"CateIds,omitempty"` EndingDate *string `json:"EndingDate,omitempty" xml:"EndingDate,omitempty"` PageIndex *int64 `json:"PageIndex,omitempty" xml:"PageIndex,omitempty"` StartDate *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"` }
func (GetTrendWordAndIndexRequest) GoString ¶ added in v2.0.3
func (s GetTrendWordAndIndexRequest) GoString() string
func (*GetTrendWordAndIndexRequest) SetCateIds ¶ added in v2.0.3
func (s *GetTrendWordAndIndexRequest) SetCateIds(v string) *GetTrendWordAndIndexRequest
func (*GetTrendWordAndIndexRequest) SetEndingDate ¶ added in v2.0.3
func (s *GetTrendWordAndIndexRequest) SetEndingDate(v string) *GetTrendWordAndIndexRequest
func (*GetTrendWordAndIndexRequest) SetPageIndex ¶ added in v2.0.3
func (s *GetTrendWordAndIndexRequest) SetPageIndex(v int64) *GetTrendWordAndIndexRequest
func (*GetTrendWordAndIndexRequest) SetStartDate ¶ added in v2.0.3
func (s *GetTrendWordAndIndexRequest) SetStartDate(v string) *GetTrendWordAndIndexRequest
func (GetTrendWordAndIndexRequest) String ¶ added in v2.0.3
func (s GetTrendWordAndIndexRequest) String() string
type GetTrendWordAndIndexResponse ¶ added in v2.0.3
type GetTrendWordAndIndexResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetTrendWordAndIndexResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetTrendWordAndIndexResponse) GoString ¶ added in v2.0.3
func (s GetTrendWordAndIndexResponse) GoString() string
func (*GetTrendWordAndIndexResponse) SetBody ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponse) SetBody(v *GetTrendWordAndIndexResponseBody) *GetTrendWordAndIndexResponse
func (*GetTrendWordAndIndexResponse) SetHeaders ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponse) SetHeaders(v map[string]*string) *GetTrendWordAndIndexResponse
func (*GetTrendWordAndIndexResponse) SetStatusCode ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponse) SetStatusCode(v int32) *GetTrendWordAndIndexResponse
func (GetTrendWordAndIndexResponse) String ¶ added in v2.0.3
func (s GetTrendWordAndIndexResponse) String() string
type GetTrendWordAndIndexResponseBody ¶ added in v2.0.3
type GetTrendWordAndIndexResponseBody struct { Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data []*GetTrendWordAndIndexResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"` Massage *string `json:"Massage,omitempty" xml:"Massage,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` SuccessResponse *string `json:"SuccessResponse,omitempty" xml:"SuccessResponse,omitempty"` }
func (GetTrendWordAndIndexResponseBody) GoString ¶ added in v2.0.3
func (s GetTrendWordAndIndexResponseBody) GoString() string
func (*GetTrendWordAndIndexResponseBody) SetCode ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBody) SetCode(v string) *GetTrendWordAndIndexResponseBody
func (*GetTrendWordAndIndexResponseBody) SetData ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBody) SetData(v []*GetTrendWordAndIndexResponseBodyData) *GetTrendWordAndIndexResponseBody
func (*GetTrendWordAndIndexResponseBody) SetMassage ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBody) SetMassage(v string) *GetTrendWordAndIndexResponseBody
func (*GetTrendWordAndIndexResponseBody) SetRequestId ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBody) SetRequestId(v string) *GetTrendWordAndIndexResponseBody
func (*GetTrendWordAndIndexResponseBody) SetSuccessResponse ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBody) SetSuccessResponse(v string) *GetTrendWordAndIndexResponseBody
func (GetTrendWordAndIndexResponseBody) String ¶ added in v2.0.3
func (s GetTrendWordAndIndexResponseBody) String() string
type GetTrendWordAndIndexResponseBodyData ¶ added in v2.0.3
type GetTrendWordAndIndexResponseBodyData struct { BrandIndex *float32 `json:"BrandIndex,omitempty" xml:"BrandIndex,omitempty"` CateId *int64 `json:"CateId,omitempty" xml:"CateId,omitempty"` CateName *string `json:"CateName,omitempty" xml:"CateName,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"` TrendWord *string `json:"TrendWord,omitempty" xml:"TrendWord,omitempty"` YearMonth *string `json:"YearMonth,omitempty" xml:"YearMonth,omitempty"` }
func (GetTrendWordAndIndexResponseBodyData) GoString ¶ added in v2.0.3
func (s GetTrendWordAndIndexResponseBodyData) GoString() string
func (*GetTrendWordAndIndexResponseBodyData) SetBrandIndex ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBodyData) SetBrandIndex(v float32) *GetTrendWordAndIndexResponseBodyData
func (*GetTrendWordAndIndexResponseBodyData) SetCateId ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBodyData) SetCateId(v int64) *GetTrendWordAndIndexResponseBodyData
func (*GetTrendWordAndIndexResponseBodyData) SetCateName ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBodyData) SetCateName(v string) *GetTrendWordAndIndexResponseBodyData
func (*GetTrendWordAndIndexResponseBodyData) SetEcommerceIndex ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBodyData) SetEcommerceIndex(v float32) *GetTrendWordAndIndexResponseBodyData
func (*GetTrendWordAndIndexResponseBodyData) SetInstitutionalIndex ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBodyData) SetInstitutionalIndex(v float32) *GetTrendWordAndIndexResponseBodyData
func (*GetTrendWordAndIndexResponseBodyData) SetMediaIndex ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBodyData) SetMediaIndex(v float32) *GetTrendWordAndIndexResponseBodyData
func (*GetTrendWordAndIndexResponseBodyData) SetSocialIndex ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBodyData) SetSocialIndex(v float32) *GetTrendWordAndIndexResponseBodyData
func (*GetTrendWordAndIndexResponseBodyData) SetTrendIndex ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBodyData) SetTrendIndex(v float32) *GetTrendWordAndIndexResponseBodyData
func (*GetTrendWordAndIndexResponseBodyData) SetTrendWord ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBodyData) SetTrendWord(v string) *GetTrendWordAndIndexResponseBodyData
func (*GetTrendWordAndIndexResponseBodyData) SetYearMonth ¶ added in v2.0.3
func (s *GetTrendWordAndIndexResponseBodyData) SetYearMonth(v string) *GetTrendWordAndIndexResponseBodyData
func (GetTrendWordAndIndexResponseBodyData) String ¶ added in v2.0.3
func (s GetTrendWordAndIndexResponseBodyData) String() string
Click to show internal directories.
Click to hide internal directories.