Documentation ¶
Index ¶
- type CategorypricesuggestQueryRequest
- type KeywordDeleteRequest
- type KeywordInsertRequest
- func (req *KeywordInsertRequest) GetAdGroupId() uint64
- func (req *KeywordInsertRequest) GetName() string
- func (req *KeywordInsertRequest) GetPrice() float64
- func (req *KeywordInsertRequest) GetType() uint8
- func (req *KeywordInsertRequest) SetAdGroupId(adGroupId uint64)
- func (req *KeywordInsertRequest) SetName(name string)
- func (req *KeywordInsertRequest) SetPrice(price float64)
- func (req *KeywordInsertRequest) SetType(Type uint8)
- type KeywordpricesuggestQueryRequest
- type RecommendkeywordGetRequest
- func (req *RecommendkeywordGetRequest) GetKeyWordType() uint8
- func (req *RecommendkeywordGetRequest) GetOrder() uint8
- func (req *RecommendkeywordGetRequest) GetSearchType() uint8
- func (req *RecommendkeywordGetRequest) GetSkuId() uint64
- func (req *RecommendkeywordGetRequest) GetSortType() uint8
- func (req *RecommendkeywordGetRequest) SetKeyWordType(keyWordType uint8)
- func (req *RecommendkeywordGetRequest) SetOrder(order uint8)
- func (req *RecommendkeywordGetRequest) SetSearchType(searchType uint8)
- func (req *RecommendkeywordGetRequest) SetSkuId(skuId uint64)
- func (req *RecommendkeywordGetRequest) SetSortType(sortType uint8)
- type UpdateKeyWordsRequest
- func (req *UpdateKeyWordsRequest) GetAdGroupId() uint64
- func (req *UpdateKeyWordsRequest) GetMobilePrice() string
- func (req *UpdateKeyWordsRequest) GetName() string
- func (req *UpdateKeyWordsRequest) GetPrice() string
- func (req *UpdateKeyWordsRequest) GetType() string
- func (req *UpdateKeyWordsRequest) SetAdGroupId(adGroupId uint64)
- func (req *UpdateKeyWordsRequest) SetMobilePrice(mobilePrice string)
- func (req *UpdateKeyWordsRequest) SetName(name string)
- func (req *UpdateKeyWordsRequest) SetPrice(price string)
- func (req *UpdateKeyWordsRequest) SetType(Type string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategorypricesuggestQueryRequest ¶
func NewCategorypricesuggestQueryRequest ¶
func NewCategorypricesuggestQueryRequest() (req *CategorypricesuggestQueryRequest)
func (*CategorypricesuggestQueryRequest) GetKey ¶
func (req *CategorypricesuggestQueryRequest) GetKey() uint64
func (*CategorypricesuggestQueryRequest) GetMobileType ¶
func (req *CategorypricesuggestQueryRequest) GetMobileType() uint8
func (*CategorypricesuggestQueryRequest) SetKey ¶
func (req *CategorypricesuggestQueryRequest) SetKey(key uint64)
func (*CategorypricesuggestQueryRequest) SetMobileType ¶
func (req *CategorypricesuggestQueryRequest) SetMobileType(mobileType uint8)
type KeywordDeleteRequest ¶
func NewKeywordDeleteRequest ¶
func NewKeywordDeleteRequest() (req *KeywordDeleteRequest)
func (*KeywordDeleteRequest) GetAdGroupId ¶
func (req *KeywordDeleteRequest) GetAdGroupId() uint64
func (*KeywordDeleteRequest) GetKeyWordsName ¶
func (req *KeywordDeleteRequest) GetKeyWordsName() string
func (*KeywordDeleteRequest) SetAdGroupId ¶
func (req *KeywordDeleteRequest) SetAdGroupId(adGroupId uint64)
func (*KeywordDeleteRequest) SetKeyWordsName ¶
func (req *KeywordDeleteRequest) SetKeyWordsName(keyWordsName string)
type KeywordInsertRequest ¶
func NewkeywordInsertRequest ¶
func NewkeywordInsertRequest() (req *KeywordInsertRequest)
func (*KeywordInsertRequest) GetAdGroupId ¶
func (req *KeywordInsertRequest) GetAdGroupId() uint64
func (*KeywordInsertRequest) GetName ¶
func (req *KeywordInsertRequest) GetName() string
func (*KeywordInsertRequest) GetPrice ¶
func (req *KeywordInsertRequest) GetPrice() float64
func (*KeywordInsertRequest) GetType ¶
func (req *KeywordInsertRequest) GetType() uint8
func (*KeywordInsertRequest) SetAdGroupId ¶
func (req *KeywordInsertRequest) SetAdGroupId(adGroupId uint64)
func (*KeywordInsertRequest) SetName ¶
func (req *KeywordInsertRequest) SetName(name string)
func (*KeywordInsertRequest) SetPrice ¶
func (req *KeywordInsertRequest) SetPrice(price float64)
func (*KeywordInsertRequest) SetType ¶
func (req *KeywordInsertRequest) SetType(Type uint8)
type KeywordpricesuggestQueryRequest ¶
func NewKeywordpricesuggestQueryRequest ¶
func NewKeywordpricesuggestQueryRequest() (req *KeywordpricesuggestQueryRequest)
func (*KeywordpricesuggestQueryRequest) GetKey ¶
func (req *KeywordpricesuggestQueryRequest) GetKey() string
func (*KeywordpricesuggestQueryRequest) GetMobileType ¶
func (req *KeywordpricesuggestQueryRequest) GetMobileType() uint8
func (*KeywordpricesuggestQueryRequest) SetKey ¶
func (req *KeywordpricesuggestQueryRequest) SetKey(key string)
func (*KeywordpricesuggestQueryRequest) SetMobileType ¶
func (req *KeywordpricesuggestQueryRequest) SetMobileType(mobileType uint8)
type RecommendkeywordGetRequest ¶
func NewRecommendkeywordGetRequest ¶
func NewRecommendkeywordGetRequest() (req *RecommendkeywordGetRequest)
func (*RecommendkeywordGetRequest) GetKeyWordType ¶
func (req *RecommendkeywordGetRequest) GetKeyWordType() uint8
func (*RecommendkeywordGetRequest) GetOrder ¶
func (req *RecommendkeywordGetRequest) GetOrder() uint8
func (*RecommendkeywordGetRequest) GetSearchType ¶
func (req *RecommendkeywordGetRequest) GetSearchType() uint8
func (*RecommendkeywordGetRequest) GetSkuId ¶
func (req *RecommendkeywordGetRequest) GetSkuId() uint64
func (*RecommendkeywordGetRequest) GetSortType ¶
func (req *RecommendkeywordGetRequest) GetSortType() uint8
func (*RecommendkeywordGetRequest) SetKeyWordType ¶
func (req *RecommendkeywordGetRequest) SetKeyWordType(keyWordType uint8)
func (*RecommendkeywordGetRequest) SetOrder ¶
func (req *RecommendkeywordGetRequest) SetOrder(order uint8)
func (*RecommendkeywordGetRequest) SetSearchType ¶
func (req *RecommendkeywordGetRequest) SetSearchType(searchType uint8)
func (*RecommendkeywordGetRequest) SetSkuId ¶
func (req *RecommendkeywordGetRequest) SetSkuId(skuId uint64)
func (*RecommendkeywordGetRequest) SetSortType ¶
func (req *RecommendkeywordGetRequest) SetSortType(sortType uint8)
type UpdateKeyWordsRequest ¶
func NewUpdateKeyWordsRequest ¶
func NewUpdateKeyWordsRequest() (req *UpdateKeyWordsRequest)
func (*UpdateKeyWordsRequest) GetAdGroupId ¶
func (req *UpdateKeyWordsRequest) GetAdGroupId() uint64
func (*UpdateKeyWordsRequest) GetMobilePrice ¶
func (req *UpdateKeyWordsRequest) GetMobilePrice() string
func (*UpdateKeyWordsRequest) GetName ¶
func (req *UpdateKeyWordsRequest) GetName() string
func (*UpdateKeyWordsRequest) GetPrice ¶
func (req *UpdateKeyWordsRequest) GetPrice() string
func (*UpdateKeyWordsRequest) GetType ¶
func (req *UpdateKeyWordsRequest) GetType() string
func (*UpdateKeyWordsRequest) SetAdGroupId ¶
func (req *UpdateKeyWordsRequest) SetAdGroupId(adGroupId uint64)
func (*UpdateKeyWordsRequest) SetMobilePrice ¶
func (req *UpdateKeyWordsRequest) SetMobilePrice(mobilePrice string)
func (*UpdateKeyWordsRequest) SetName ¶
func (req *UpdateKeyWordsRequest) SetName(name string)
func (*UpdateKeyWordsRequest) SetPrice ¶
func (req *UpdateKeyWordsRequest) SetPrice(price string)
func (*UpdateKeyWordsRequest) SetType ¶
func (req *UpdateKeyWordsRequest) SetType(Type string)
Click to show internal directories.
Click to hide internal directories.