Documentation ¶
Index ¶
- type TaobaoFilesGetTopDownloadRecordDo
- func (s *TaobaoFilesGetTopDownloadRecordDo) SetCreated(v util.LocalTime) *TaobaoFilesGetTopDownloadRecordDo
- func (s *TaobaoFilesGetTopDownloadRecordDo) SetStatus(v int64) *TaobaoFilesGetTopDownloadRecordDo
- func (s *TaobaoFilesGetTopDownloadRecordDo) SetUrl(v string) *TaobaoFilesGetTopDownloadRecordDo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaobaoFilesGetTopDownloadRecordDo ¶
type TaobaoFilesGetTopDownloadRecordDo struct { /* 下载链接 */ Url *string `json:"url,omitempty" ` /* 文件创建时间 */ Created *util.LocalTime `json:"created,omitempty" ` /* 下载链接状态。1:未下载。2:已下载 */ Status *int64 `json:"status,omitempty" ` }
func (*TaobaoFilesGetTopDownloadRecordDo) SetCreated ¶
func (s *TaobaoFilesGetTopDownloadRecordDo) SetCreated(v util.LocalTime) *TaobaoFilesGetTopDownloadRecordDo
func (*TaobaoFilesGetTopDownloadRecordDo) SetStatus ¶
func (s *TaobaoFilesGetTopDownloadRecordDo) SetStatus(v int64) *TaobaoFilesGetTopDownloadRecordDo
func (*TaobaoFilesGetTopDownloadRecordDo) SetUrl ¶
func (s *TaobaoFilesGetTopDownloadRecordDo) SetUrl(v string) *TaobaoFilesGetTopDownloadRecordDo
Click to show internal directories.
Click to hide internal directories.