Documentation ¶
Index ¶
- type AdQueryAdListByParamRequest
- func (req *AdQueryAdListByParamRequest) GetAdGroupId() uint64
- func (req *AdQueryAdListByParamRequest) GetPageNum() int
- func (req *AdQueryAdListByParamRequest) GetPageSize() int
- func (req *AdQueryAdListByParamRequest) SetAdGroupId(adGroupId uint64)
- func (req *AdQueryAdListByParamRequest) SetPageNum(pageNum int)
- func (req *AdQueryAdListByParamRequest) SetPageSize(pageSize int)
- type AdUpdateStatusRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdQueryAdListByParamRequest ¶
func NewAdQueryAdListByParamRequest ¶
func NewAdQueryAdListByParamRequest() (req *AdQueryAdListByParamRequest)
func (*AdQueryAdListByParamRequest) GetAdGroupId ¶
func (req *AdQueryAdListByParamRequest) GetAdGroupId() uint64
func (*AdQueryAdListByParamRequest) GetPageNum ¶
func (req *AdQueryAdListByParamRequest) GetPageNum() int
func (*AdQueryAdListByParamRequest) GetPageSize ¶
func (req *AdQueryAdListByParamRequest) GetPageSize() int
func (*AdQueryAdListByParamRequest) SetAdGroupId ¶
func (req *AdQueryAdListByParamRequest) SetAdGroupId(adGroupId uint64)
func (*AdQueryAdListByParamRequest) SetPageNum ¶
func (req *AdQueryAdListByParamRequest) SetPageNum(pageNum int)
func (*AdQueryAdListByParamRequest) SetPageSize ¶
func (req *AdQueryAdListByParamRequest) SetPageSize(pageSize int)
type AdUpdateStatusRequest ¶
func NewAdUpdateStatusRequest ¶
func NewAdUpdateStatusRequest() (req *AdUpdateStatusRequest)
func (*AdUpdateStatusRequest) GetId ¶
func (req *AdUpdateStatusRequest) GetId() string
func (*AdUpdateStatusRequest) GetStatus ¶
func (req *AdUpdateStatusRequest) GetStatus() int
func (*AdUpdateStatusRequest) SetId ¶
func (req *AdUpdateStatusRequest) SetId(id string)
func (*AdUpdateStatusRequest) SetStatus ¶
func (req *AdUpdateStatusRequest) SetStatus(status int)
Click to show internal directories.
Click to hide internal directories.