1 Star 0 Fork 0

此间少年' / topsdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TmallMallitemcenterSupplierAbilityUpdateResult.go 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
此间少年' 提交于 2023-10-20 10:35 . add taobao sdk
package domain
type TmallMallitemcenterSupplierAbilityUpdateResult struct {
/*
结果 */
ResultData *bool `json:"result_data,omitempty" `
/*
message */
Message *string `json:"message,omitempty" `
/*
错误类型 */
ErrorType *int64 `json:"error_type,omitempty" `
/*
错误码 */
ErrorCode *string `json:"error_code,omitempty" `
/*
true或false */
Success *bool `json:"success,omitempty" `
}
func (s *TmallMallitemcenterSupplierAbilityUpdateResult) SetResultData(v bool) *TmallMallitemcenterSupplierAbilityUpdateResult {
s.ResultData = &v
return s
}
func (s *TmallMallitemcenterSupplierAbilityUpdateResult) SetMessage(v string) *TmallMallitemcenterSupplierAbilityUpdateResult {
s.Message = &v
return s
}
func (s *TmallMallitemcenterSupplierAbilityUpdateResult) SetErrorType(v int64) *TmallMallitemcenterSupplierAbilityUpdateResult {
s.ErrorType = &v
return s
}
func (s *TmallMallitemcenterSupplierAbilityUpdateResult) SetErrorCode(v string) *TmallMallitemcenterSupplierAbilityUpdateResult {
s.ErrorCode = &v
return s
}
func (s *TmallMallitemcenterSupplierAbilityUpdateResult) SetSuccess(v bool) *TmallMallitemcenterSupplierAbilityUpdateResult {
s.Success = &v
return s
}
Go
1
https://gitee.com/cjsn/topsdk.git
git@gitee.com:cjsn/topsdk.git
cjsn
topsdk
topsdk
v0.1.6

搜索帮助