model

package
v0.0.0-...-cff191c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var KitexUnusedProtection = struct{}{}

KitexUnusedProtection is used to prevent 'imported and not used' error.

View Source
var Picture_PointTimes_DEFAULT int64
View Source
var Picture_SType_DEFAULT int64
View Source
var Picture_ShowTimes_DEFAULT int64

Functions

This section is empty.

Types

type BaseResp

type BaseResp struct {
	Code int64  `thrift:"code,1" frugal:"1,default,i64" json:"code"`
	Msg  string `thrift:"msg,2" frugal:"2,default,string" json:"msg"`
}

func NewBaseResp

func NewBaseResp() *BaseResp

func (*BaseResp) BLength

func (p *BaseResp) BLength() int

func (*BaseResp) DeepEqual

func (p *BaseResp) DeepEqual(ano *BaseResp) bool

func (*BaseResp) FastRead

func (p *BaseResp) FastRead(buf []byte) (int, error)

func (*BaseResp) FastReadField1

func (p *BaseResp) FastReadField1(buf []byte) (int, error)

func (*BaseResp) FastReadField2

func (p *BaseResp) FastReadField2(buf []byte) (int, error)

func (*BaseResp) FastWrite

func (p *BaseResp) FastWrite(buf []byte) int

for compatibility

func (*BaseResp) FastWriteNocopy

func (p *BaseResp) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*BaseResp) Field1DeepEqual

func (p *BaseResp) Field1DeepEqual(src int64) bool

func (*BaseResp) Field2DeepEqual

func (p *BaseResp) Field2DeepEqual(src string) bool

func (*BaseResp) GetCode

func (p *BaseResp) GetCode() (v int64)

func (*BaseResp) GetMsg

func (p *BaseResp) GetMsg() (v string)

func (*BaseResp) InitDefault

func (p *BaseResp) InitDefault()

func (*BaseResp) Read

func (p *BaseResp) Read(iprot thrift.TProtocol) (err error)

func (*BaseResp) ReadField1

func (p *BaseResp) ReadField1(iprot thrift.TProtocol) error

func (*BaseResp) ReadField2

func (p *BaseResp) ReadField2(iprot thrift.TProtocol) error

func (*BaseResp) SetCode

func (p *BaseResp) SetCode(val int64)

func (*BaseResp) SetMsg

func (p *BaseResp) SetMsg(val string)

func (*BaseResp) String

func (p *BaseResp) String() string

func (*BaseResp) Write

func (p *BaseResp) Write(oprot thrift.TProtocol) (err error)

type Classroom

type Classroom struct {
	Build    string `thrift:"build,1,required" frugal:"1,required,string" json:"build"`
	Location string `thrift:"location,2,required" frugal:"2,required,string" json:"location"`
	Capacity string `thrift:"capacity,3,required" frugal:"3,required,string" json:"capacity"`
	Type     string `thrift:"type,4,required" frugal:"4,required,string" json:"type"`
}

func NewClassroom

func NewClassroom() *Classroom

func (*Classroom) BLength

func (p *Classroom) BLength() int

func (*Classroom) DeepEqual

func (p *Classroom) DeepEqual(ano *Classroom) bool

func (*Classroom) FastRead

func (p *Classroom) FastRead(buf []byte) (int, error)

func (*Classroom) FastReadField1

func (p *Classroom) FastReadField1(buf []byte) (int, error)

func (*Classroom) FastReadField2

func (p *Classroom) FastReadField2(buf []byte) (int, error)

func (*Classroom) FastReadField3

func (p *Classroom) FastReadField3(buf []byte) (int, error)

func (*Classroom) FastReadField4

func (p *Classroom) FastReadField4(buf []byte) (int, error)

func (*Classroom) FastWrite

func (p *Classroom) FastWrite(buf []byte) int

for compatibility

func (*Classroom) FastWriteNocopy

func (p *Classroom) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*Classroom) Field1DeepEqual

func (p *Classroom) Field1DeepEqual(src string) bool

func (*Classroom) Field2DeepEqual

func (p *Classroom) Field2DeepEqual(src string) bool

func (*Classroom) Field3DeepEqual

func (p *Classroom) Field3DeepEqual(src string) bool

func (*Classroom) Field4DeepEqual

func (p *Classroom) Field4DeepEqual(src string) bool

func (*Classroom) GetBuild

func (p *Classroom) GetBuild() (v string)

func (*Classroom) GetCapacity

func (p *Classroom) GetCapacity() (v string)

func (*Classroom) GetLocation

func (p *Classroom) GetLocation() (v string)

func (*Classroom) GetType

func (p *Classroom) GetType() (v string)

func (*Classroom) InitDefault

func (p *Classroom) InitDefault()

func (*Classroom) Read

func (p *Classroom) Read(iprot thrift.TProtocol) (err error)

func (*Classroom) ReadField1

func (p *Classroom) ReadField1(iprot thrift.TProtocol) error

func (*Classroom) ReadField2

func (p *Classroom) ReadField2(iprot thrift.TProtocol) error

func (*Classroom) ReadField3

func (p *Classroom) ReadField3(iprot thrift.TProtocol) error

func (*Classroom) ReadField4

func (p *Classroom) ReadField4(iprot thrift.TProtocol) error

func (*Classroom) SetBuild

func (p *Classroom) SetBuild(val string)

func (*Classroom) SetCapacity

func (p *Classroom) SetCapacity(val string)

func (*Classroom) SetLocation

func (p *Classroom) SetLocation(val string)

func (*Classroom) SetType

func (p *Classroom) SetType(val string)

func (*Classroom) String

func (p *Classroom) String() string

func (*Classroom) Write

func (p *Classroom) Write(oprot thrift.TProtocol) (err error)

type Course

type Course struct {
	Name             string                `thrift:"name,1,required" frugal:"1,required,string" json:"name"`
	Teacher          string                `thrift:"teacher,2,required" frugal:"2,required,string" json:"teacher"`
	ScheduleRules    []*CourseScheduleRule `thrift:"scheduleRules,3,required" frugal:"3,required,list<CourseScheduleRule>" json:"scheduleRules"`
	Remark           string                `thrift:"remark,4,required" frugal:"4,required,string" json:"remark"`
	Lessonplan       string                `thrift:"lessonplan,5,required" frugal:"5,required,string" json:"lessonplan"`
	Syllabus         string                `thrift:"syllabus,6,required" frugal:"6,required,string" json:"syllabus"`
	RawScheduleRules string                `thrift:"rawScheduleRules,7,required" frugal:"7,required,string" json:"rawScheduleRules"`
	RawAdjust        string                `thrift:"rawAdjust,8,required" frugal:"8,required,string" json:"rawAdjust"`
}

func NewCourse

func NewCourse() *Course

func (*Course) BLength

func (p *Course) BLength() int

func (*Course) DeepEqual

func (p *Course) DeepEqual(ano *Course) bool

func (*Course) FastRead

func (p *Course) FastRead(buf []byte) (int, error)

func (*Course) FastReadField1

func (p *Course) FastReadField1(buf []byte) (int, error)

func (*Course) FastReadField2

func (p *Course) FastReadField2(buf []byte) (int, error)

func (*Course) FastReadField3

func (p *Course) FastReadField3(buf []byte) (int, error)

func (*Course) FastReadField4

func (p *Course) FastReadField4(buf []byte) (int, error)

func (*Course) FastReadField5

func (p *Course) FastReadField5(buf []byte) (int, error)

func (*Course) FastReadField6

func (p *Course) FastReadField6(buf []byte) (int, error)

func (*Course) FastReadField7

func (p *Course) FastReadField7(buf []byte) (int, error)

func (*Course) FastReadField8

func (p *Course) FastReadField8(buf []byte) (int, error)

func (*Course) FastWrite

func (p *Course) FastWrite(buf []byte) int

for compatibility

func (*Course) FastWriteNocopy

func (p *Course) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*Course) Field1DeepEqual

func (p *Course) Field1DeepEqual(src string) bool

func (*Course) Field2DeepEqual

func (p *Course) Field2DeepEqual(src string) bool

func (*Course) Field3DeepEqual

func (p *Course) Field3DeepEqual(src []*CourseScheduleRule) bool

func (*Course) Field4DeepEqual

func (p *Course) Field4DeepEqual(src string) bool

func (*Course) Field5DeepEqual

func (p *Course) Field5DeepEqual(src string) bool

func (*Course) Field6DeepEqual

func (p *Course) Field6DeepEqual(src string) bool

func (*Course) Field7DeepEqual

func (p *Course) Field7DeepEqual(src string) bool

func (*Course) Field8DeepEqual

func (p *Course) Field8DeepEqual(src string) bool

func (*Course) GetLessonplan

func (p *Course) GetLessonplan() (v string)

func (*Course) GetName

func (p *Course) GetName() (v string)

func (*Course) GetRawAdjust

func (p *Course) GetRawAdjust() (v string)

func (*Course) GetRawScheduleRules

func (p *Course) GetRawScheduleRules() (v string)

func (*Course) GetRemark

func (p *Course) GetRemark() (v string)

func (*Course) GetScheduleRules

func (p *Course) GetScheduleRules() (v []*CourseScheduleRule)

func (*Course) GetSyllabus

func (p *Course) GetSyllabus() (v string)

func (*Course) GetTeacher

func (p *Course) GetTeacher() (v string)

func (*Course) InitDefault

func (p *Course) InitDefault()

func (*Course) Read

func (p *Course) Read(iprot thrift.TProtocol) (err error)

func (*Course) ReadField1

func (p *Course) ReadField1(iprot thrift.TProtocol) error

func (*Course) ReadField2

func (p *Course) ReadField2(iprot thrift.TProtocol) error

func (*Course) ReadField3

func (p *Course) ReadField3(iprot thrift.TProtocol) error

func (*Course) ReadField4

func (p *Course) ReadField4(iprot thrift.TProtocol) error

func (*Course) ReadField5

func (p *Course) ReadField5(iprot thrift.TProtocol) error

func (*Course) ReadField6

func (p *Course) ReadField6(iprot thrift.TProtocol) error

func (*Course) ReadField7

func (p *Course) ReadField7(iprot thrift.TProtocol) error

func (*Course) ReadField8

func (p *Course) ReadField8(iprot thrift.TProtocol) error

func (*Course) SetLessonplan

func (p *Course) SetLessonplan(val string)

func (*Course) SetName

func (p *Course) SetName(val string)

func (*Course) SetRawAdjust

func (p *Course) SetRawAdjust(val string)

func (*Course) SetRawScheduleRules

func (p *Course) SetRawScheduleRules(val string)

func (*Course) SetRemark

func (p *Course) SetRemark(val string)

func (*Course) SetScheduleRules

func (p *Course) SetScheduleRules(val []*CourseScheduleRule)

func (*Course) SetSyllabus

func (p *Course) SetSyllabus(val string)

func (*Course) SetTeacher

func (p *Course) SetTeacher(val string)

func (*Course) String

func (p *Course) String() string

func (*Course) Write

func (p *Course) Write(oprot thrift.TProtocol) (err error)

type CourseScheduleRule

type CourseScheduleRule struct {
	Location   string `thrift:"location,1,required" frugal:"1,required,string" json:"location"`
	StartClass int64  `thrift:"startClass,2,required" frugal:"2,required,i64" json:"startClass"`
	EndClass   int64  `thrift:"endClass,3,required" frugal:"3,required,i64" json:"endClass"`
	StartWeek  int64  `thrift:"startWeek,4,required" frugal:"4,required,i64" json:"startWeek"`
	EndWeek    int64  `thrift:"endWeek,5,required" frugal:"5,required,i64" json:"endWeek"`
	Weekday    int64  `thrift:"weekday,6,required" frugal:"6,required,i64" json:"weekday"`
	Single     bool   `thrift:"single,7,required" frugal:"7,required,bool" json:"single"`
	Double     bool   `thrift:"double,8,required" frugal:"8,required,bool" json:"double"`
	Adjust     bool   `thrift:"adjust,9,required" frugal:"9,required,bool" json:"adjust"`
}

func NewCourseScheduleRule

func NewCourseScheduleRule() *CourseScheduleRule

func (*CourseScheduleRule) BLength

func (p *CourseScheduleRule) BLength() int

func (*CourseScheduleRule) DeepEqual

func (p *CourseScheduleRule) DeepEqual(ano *CourseScheduleRule) bool

func (*CourseScheduleRule) FastRead

func (p *CourseScheduleRule) FastRead(buf []byte) (int, error)

func (*CourseScheduleRule) FastReadField1

func (p *CourseScheduleRule) FastReadField1(buf []byte) (int, error)

func (*CourseScheduleRule) FastReadField2

func (p *CourseScheduleRule) FastReadField2(buf []byte) (int, error)

func (*CourseScheduleRule) FastReadField3

func (p *CourseScheduleRule) FastReadField3(buf []byte) (int, error)

func (*CourseScheduleRule) FastReadField4

func (p *CourseScheduleRule) FastReadField4(buf []byte) (int, error)

func (*CourseScheduleRule) FastReadField5

func (p *CourseScheduleRule) FastReadField5(buf []byte) (int, error)

func (*CourseScheduleRule) FastReadField6

func (p *CourseScheduleRule) FastReadField6(buf []byte) (int, error)

func (*CourseScheduleRule) FastReadField7

func (p *CourseScheduleRule) FastReadField7(buf []byte) (int, error)

func (*CourseScheduleRule) FastReadField8

func (p *CourseScheduleRule) FastReadField8(buf []byte) (int, error)

func (*CourseScheduleRule) FastReadField9

func (p *CourseScheduleRule) FastReadField9(buf []byte) (int, error)

func (*CourseScheduleRule) FastWrite

func (p *CourseScheduleRule) FastWrite(buf []byte) int

for compatibility

func (*CourseScheduleRule) FastWriteNocopy

func (p *CourseScheduleRule) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*CourseScheduleRule) Field1DeepEqual

func (p *CourseScheduleRule) Field1DeepEqual(src string) bool

func (*CourseScheduleRule) Field2DeepEqual

func (p *CourseScheduleRule) Field2DeepEqual(src int64) bool

func (*CourseScheduleRule) Field3DeepEqual

func (p *CourseScheduleRule) Field3DeepEqual(src int64) bool

func (*CourseScheduleRule) Field4DeepEqual

func (p *CourseScheduleRule) Field4DeepEqual(src int64) bool

func (*CourseScheduleRule) Field5DeepEqual

func (p *CourseScheduleRule) Field5DeepEqual(src int64) bool

func (*CourseScheduleRule) Field6DeepEqual

func (p *CourseScheduleRule) Field6DeepEqual(src int64) bool

func (*CourseScheduleRule) Field7DeepEqual

func (p *CourseScheduleRule) Field7DeepEqual(src bool) bool

func (*CourseScheduleRule) Field8DeepEqual

func (p *CourseScheduleRule) Field8DeepEqual(src bool) bool

func (*CourseScheduleRule) Field9DeepEqual

func (p *CourseScheduleRule) Field9DeepEqual(src bool) bool

func (*CourseScheduleRule) GetAdjust

func (p *CourseScheduleRule) GetAdjust() (v bool)

func (*CourseScheduleRule) GetDouble

func (p *CourseScheduleRule) GetDouble() (v bool)

func (*CourseScheduleRule) GetEndClass

func (p *CourseScheduleRule) GetEndClass() (v int64)

func (*CourseScheduleRule) GetEndWeek

func (p *CourseScheduleRule) GetEndWeek() (v int64)

func (*CourseScheduleRule) GetLocation

func (p *CourseScheduleRule) GetLocation() (v string)

func (*CourseScheduleRule) GetSingle

func (p *CourseScheduleRule) GetSingle() (v bool)

func (*CourseScheduleRule) GetStartClass

func (p *CourseScheduleRule) GetStartClass() (v int64)

func (*CourseScheduleRule) GetStartWeek

func (p *CourseScheduleRule) GetStartWeek() (v int64)

func (*CourseScheduleRule) GetWeekday

func (p *CourseScheduleRule) GetWeekday() (v int64)

func (*CourseScheduleRule) InitDefault

func (p *CourseScheduleRule) InitDefault()

func (*CourseScheduleRule) Read

func (p *CourseScheduleRule) Read(iprot thrift.TProtocol) (err error)

func (*CourseScheduleRule) ReadField1

func (p *CourseScheduleRule) ReadField1(iprot thrift.TProtocol) error

func (*CourseScheduleRule) ReadField2

func (p *CourseScheduleRule) ReadField2(iprot thrift.TProtocol) error

func (*CourseScheduleRule) ReadField3

func (p *CourseScheduleRule) ReadField3(iprot thrift.TProtocol) error

func (*CourseScheduleRule) ReadField4

func (p *CourseScheduleRule) ReadField4(iprot thrift.TProtocol) error

func (*CourseScheduleRule) ReadField5

func (p *CourseScheduleRule) ReadField5(iprot thrift.TProtocol) error

func (*CourseScheduleRule) ReadField6

func (p *CourseScheduleRule) ReadField6(iprot thrift.TProtocol) error

func (*CourseScheduleRule) ReadField7

func (p *CourseScheduleRule) ReadField7(iprot thrift.TProtocol) error

func (*CourseScheduleRule) ReadField8

func (p *CourseScheduleRule) ReadField8(iprot thrift.TProtocol) error

func (*CourseScheduleRule) ReadField9

func (p *CourseScheduleRule) ReadField9(iprot thrift.TProtocol) error

func (*CourseScheduleRule) SetAdjust

func (p *CourseScheduleRule) SetAdjust(val bool)

func (*CourseScheduleRule) SetDouble

func (p *CourseScheduleRule) SetDouble(val bool)

func (*CourseScheduleRule) SetEndClass

func (p *CourseScheduleRule) SetEndClass(val int64)

func (*CourseScheduleRule) SetEndWeek

func (p *CourseScheduleRule) SetEndWeek(val int64)

func (*CourseScheduleRule) SetLocation

func (p *CourseScheduleRule) SetLocation(val string)

func (*CourseScheduleRule) SetSingle

func (p *CourseScheduleRule) SetSingle(val bool)

func (*CourseScheduleRule) SetStartClass

func (p *CourseScheduleRule) SetStartClass(val int64)

func (*CourseScheduleRule) SetStartWeek

func (p *CourseScheduleRule) SetStartWeek(val int64)

func (*CourseScheduleRule) SetWeekday

func (p *CourseScheduleRule) SetWeekday(val int64)

func (*CourseScheduleRule) String

func (p *CourseScheduleRule) String() string

func (*CourseScheduleRule) Write

func (p *CourseScheduleRule) Write(oprot thrift.TProtocol) (err error)

type Credit

type Credit struct {
	Type  string `thrift:"type,1,required" frugal:"1,required,string" json:"type"`
	Gain  string `thrift:"gain,2,required" frugal:"2,required,string" json:"gain"`
	Total string `thrift:"total,3,required" frugal:"3,required,string" json:"total"`
}

func NewCredit

func NewCredit() *Credit

func (*Credit) BLength

func (p *Credit) BLength() int

func (*Credit) DeepEqual

func (p *Credit) DeepEqual(ano *Credit) bool

func (*Credit) FastRead

func (p *Credit) FastRead(buf []byte) (int, error)

func (*Credit) FastReadField1

func (p *Credit) FastReadField1(buf []byte) (int, error)

func (*Credit) FastReadField2

func (p *Credit) FastReadField2(buf []byte) (int, error)

func (*Credit) FastReadField3

func (p *Credit) FastReadField3(buf []byte) (int, error)

func (*Credit) FastWrite

func (p *Credit) FastWrite(buf []byte) int

for compatibility

func (*Credit) FastWriteNocopy

func (p *Credit) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*Credit) Field1DeepEqual

func (p *Credit) Field1DeepEqual(src string) bool

func (*Credit) Field2DeepEqual

func (p *Credit) Field2DeepEqual(src string) bool

func (*Credit) Field3DeepEqual

func (p *Credit) Field3DeepEqual(src string) bool

func (*Credit) GetGain

func (p *Credit) GetGain() (v string)

func (*Credit) GetTotal

func (p *Credit) GetTotal() (v string)

func (*Credit) GetType

func (p *Credit) GetType() (v string)

func (*Credit) InitDefault

func (p *Credit) InitDefault()

func (*Credit) Read

func (p *Credit) Read(iprot thrift.TProtocol) (err error)

func (*Credit) ReadField1

func (p *Credit) ReadField1(iprot thrift.TProtocol) error

func (*Credit) ReadField2

func (p *Credit) ReadField2(iprot thrift.TProtocol) error

func (*Credit) ReadField3

func (p *Credit) ReadField3(iprot thrift.TProtocol) error

func (*Credit) SetGain

func (p *Credit) SetGain(val string)

func (*Credit) SetTotal

func (p *Credit) SetTotal(val string)

func (*Credit) SetType

func (p *Credit) SetType(val string)

func (*Credit) String

func (p *Credit) String() string

func (*Credit) Write

func (p *Credit) Write(oprot thrift.TProtocol) (err error)

type GPABean

type GPABean struct {
	Time string     `thrift:"time,1,required" frugal:"1,required,string" json:"time"`
	Data []*GPAData `thrift:"data,2,required" frugal:"2,required,list<GPAData>" json:"data"`
}

func NewGPABean

func NewGPABean() *GPABean

func (*GPABean) BLength

func (p *GPABean) BLength() int

func (*GPABean) DeepEqual

func (p *GPABean) DeepEqual(ano *GPABean) bool

func (*GPABean) FastRead

func (p *GPABean) FastRead(buf []byte) (int, error)

func (*GPABean) FastReadField1

func (p *GPABean) FastReadField1(buf []byte) (int, error)

func (*GPABean) FastReadField2

func (p *GPABean) FastReadField2(buf []byte) (int, error)

func (*GPABean) FastWrite

func (p *GPABean) FastWrite(buf []byte) int

for compatibility

func (*GPABean) FastWriteNocopy

func (p *GPABean) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*GPABean) Field1DeepEqual

func (p *GPABean) Field1DeepEqual(src string) bool

func (*GPABean) Field2DeepEqual

func (p *GPABean) Field2DeepEqual(src []*GPAData) bool

func (*GPABean) GetData

func (p *GPABean) GetData() (v []*GPAData)

func (*GPABean) GetTime

func (p *GPABean) GetTime() (v string)

func (*GPABean) InitDefault

func (p *GPABean) InitDefault()

func (*GPABean) Read

func (p *GPABean) Read(iprot thrift.TProtocol) (err error)

func (*GPABean) ReadField1

func (p *GPABean) ReadField1(iprot thrift.TProtocol) error

func (*GPABean) ReadField2

func (p *GPABean) ReadField2(iprot thrift.TProtocol) error

func (*GPABean) SetData

func (p *GPABean) SetData(val []*GPAData)

func (*GPABean) SetTime

func (p *GPABean) SetTime(val string)

func (*GPABean) String

func (p *GPABean) String() string

func (*GPABean) Write

func (p *GPABean) Write(oprot thrift.TProtocol) (err error)

type GPAData

type GPAData struct {
	Type  string `thrift:"type,1,required" frugal:"1,required,string" json:"type"`
	Value string `thrift:"value,2,required" frugal:"2,required,string" json:"value"`
}

func NewGPAData

func NewGPAData() *GPAData

func (*GPAData) BLength

func (p *GPAData) BLength() int

func (*GPAData) DeepEqual

func (p *GPAData) DeepEqual(ano *GPAData) bool

func (*GPAData) FastRead

func (p *GPAData) FastRead(buf []byte) (int, error)

func (*GPAData) FastReadField1

func (p *GPAData) FastReadField1(buf []byte) (int, error)

func (*GPAData) FastReadField2

func (p *GPAData) FastReadField2(buf []byte) (int, error)

func (*GPAData) FastWrite

func (p *GPAData) FastWrite(buf []byte) int

for compatibility

func (*GPAData) FastWriteNocopy

func (p *GPAData) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*GPAData) Field1DeepEqual

func (p *GPAData) Field1DeepEqual(src string) bool

func (*GPAData) Field2DeepEqual

func (p *GPAData) Field2DeepEqual(src string) bool

func (*GPAData) GetType

func (p *GPAData) GetType() (v string)

func (*GPAData) GetValue

func (p *GPAData) GetValue() (v string)

func (*GPAData) InitDefault

func (p *GPAData) InitDefault()

func (*GPAData) Read

func (p *GPAData) Read(iprot thrift.TProtocol) (err error)

func (*GPAData) ReadField1

func (p *GPAData) ReadField1(iprot thrift.TProtocol) error

func (*GPAData) ReadField2

func (p *GPAData) ReadField2(iprot thrift.TProtocol) error

func (*GPAData) SetType

func (p *GPAData) SetType(val string)

func (*GPAData) SetValue

func (p *GPAData) SetValue(val string)

func (*GPAData) String

func (p *GPAData) String() string

func (*GPAData) Write

func (p *GPAData) Write(oprot thrift.TProtocol) (err error)

type LoginData

type LoginData struct {
	Id      string   `thrift:"id,1,required" frugal:"1,required,string" json:"id"`
	Cookies []string `thrift:"cookies,2,required" frugal:"2,required,list<string>" json:"cookies"`
}

func NewLoginData

func NewLoginData() *LoginData

func (*LoginData) BLength

func (p *LoginData) BLength() int

func (*LoginData) DeepEqual

func (p *LoginData) DeepEqual(ano *LoginData) bool

func (*LoginData) FastRead

func (p *LoginData) FastRead(buf []byte) (int, error)

func (*LoginData) FastReadField1

func (p *LoginData) FastReadField1(buf []byte) (int, error)

func (*LoginData) FastReadField2

func (p *LoginData) FastReadField2(buf []byte) (int, error)

func (*LoginData) FastWrite

func (p *LoginData) FastWrite(buf []byte) int

for compatibility

func (*LoginData) FastWriteNocopy

func (p *LoginData) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*LoginData) Field1DeepEqual

func (p *LoginData) Field1DeepEqual(src string) bool

func (*LoginData) Field2DeepEqual

func (p *LoginData) Field2DeepEqual(src []string) bool

func (*LoginData) GetCookies

func (p *LoginData) GetCookies() (v []string)

func (*LoginData) GetId

func (p *LoginData) GetId() (v string)

func (*LoginData) InitDefault

func (p *LoginData) InitDefault()

func (*LoginData) Read

func (p *LoginData) Read(iprot thrift.TProtocol) (err error)

func (*LoginData) ReadField1

func (p *LoginData) ReadField1(iprot thrift.TProtocol) error

func (*LoginData) ReadField2

func (p *LoginData) ReadField2(iprot thrift.TProtocol) error

func (*LoginData) SetCookies

func (p *LoginData) SetCookies(val []string)

func (*LoginData) SetId

func (p *LoginData) SetId(val string)

func (*LoginData) String

func (p *LoginData) String() string

func (*LoginData) Write

func (p *LoginData) Write(oprot thrift.TProtocol) (err error)

type PaperData

type PaperData struct {
	BasePath string   `thrift:"base_path,1,required" frugal:"1,required,string" json:"base_path"`
	Files    []string `thrift:"files,2,required" frugal:"2,required,list<string>" json:"files"`
	Folders  []string `thrift:"folders,3,required" frugal:"3,required,list<string>" json:"folders"`
}

func NewPaperData

func NewPaperData() *PaperData

func (*PaperData) BLength

func (p *PaperData) BLength() int

func (*PaperData) DeepEqual

func (p *PaperData) DeepEqual(ano *PaperData) bool

func (*PaperData) FastRead

func (p *PaperData) FastRead(buf []byte) (int, error)

func (*PaperData) FastReadField1

func (p *PaperData) FastReadField1(buf []byte) (int, error)

func (*PaperData) FastReadField2

func (p *PaperData) FastReadField2(buf []byte) (int, error)

func (*PaperData) FastReadField3

func (p *PaperData) FastReadField3(buf []byte) (int, error)

func (*PaperData) FastWrite

func (p *PaperData) FastWrite(buf []byte) int

for compatibility

func (*PaperData) FastWriteNocopy

func (p *PaperData) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*PaperData) Field1DeepEqual

func (p *PaperData) Field1DeepEqual(src string) bool

func (*PaperData) Field2DeepEqual

func (p *PaperData) Field2DeepEqual(src []string) bool

func (*PaperData) Field3DeepEqual

func (p *PaperData) Field3DeepEqual(src []string) bool

func (*PaperData) GetBasePath

func (p *PaperData) GetBasePath() (v string)

func (*PaperData) GetFiles

func (p *PaperData) GetFiles() (v []string)

func (*PaperData) GetFolders

func (p *PaperData) GetFolders() (v []string)

func (*PaperData) InitDefault

func (p *PaperData) InitDefault()

func (*PaperData) Read

func (p *PaperData) Read(iprot thrift.TProtocol) (err error)

func (*PaperData) ReadField1

func (p *PaperData) ReadField1(iprot thrift.TProtocol) error

func (*PaperData) ReadField2

func (p *PaperData) ReadField2(iprot thrift.TProtocol) error

func (*PaperData) ReadField3

func (p *PaperData) ReadField3(iprot thrift.TProtocol) error

func (*PaperData) SetBasePath

func (p *PaperData) SetBasePath(val string)

func (*PaperData) SetFiles

func (p *PaperData) SetFiles(val []string)

func (*PaperData) SetFolders

func (p *PaperData) SetFolders(val []string)

func (*PaperData) String

func (p *PaperData) String() string

func (*PaperData) Write

func (p *PaperData) Write(oprot thrift.TProtocol) (err error)

type PaperUrlData

type PaperUrlData struct {
	Url string `thrift:"url,1,required" frugal:"1,required,string" json:"url"`
}

func NewPaperUrlData

func NewPaperUrlData() *PaperUrlData

func (*PaperUrlData) BLength

func (p *PaperUrlData) BLength() int

func (*PaperUrlData) DeepEqual

func (p *PaperUrlData) DeepEqual(ano *PaperUrlData) bool

func (*PaperUrlData) FastRead

func (p *PaperUrlData) FastRead(buf []byte) (int, error)

func (*PaperUrlData) FastReadField1

func (p *PaperUrlData) FastReadField1(buf []byte) (int, error)

func (*PaperUrlData) FastWrite

func (p *PaperUrlData) FastWrite(buf []byte) int

for compatibility

func (*PaperUrlData) FastWriteNocopy

func (p *PaperUrlData) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*PaperUrlData) Field1DeepEqual

func (p *PaperUrlData) Field1DeepEqual(src string) bool

func (*PaperUrlData) GetUrl

func (p *PaperUrlData) GetUrl() (v string)

func (*PaperUrlData) InitDefault

func (p *PaperUrlData) InitDefault()

func (*PaperUrlData) Read

func (p *PaperUrlData) Read(iprot thrift.TProtocol) (err error)

func (*PaperUrlData) ReadField1

func (p *PaperUrlData) ReadField1(iprot thrift.TProtocol) error

func (*PaperUrlData) SetUrl

func (p *PaperUrlData) SetUrl(val string)

func (*PaperUrlData) String

func (p *PaperUrlData) String() string

func (*PaperUrlData) Write

func (p *PaperUrlData) Write(oprot thrift.TProtocol) (err error)

type Picture

type Picture struct {
	Id         int64  `thrift:"id,1" frugal:"1,default,i64" json:"id"`
	Url        string `thrift:"url,3" frugal:"3,default,string" json:"url"`
	Href       string `thrift:"href,4" frugal:"4,default,string" json:"href"`
	Text       string `thrift:"text,5" frugal:"5,default,string" json:"text"`
	Type       int64  `thrift:"type,6" frugal:"6,default,i64" json:"type"`
	ShowTimes  *int64 `thrift:"show_times,7,optional" frugal:"7,optional,i64" json:"show_times,omitempty"`
	PointTimes *int64 `thrift:"point_times,8,optional" frugal:"8,optional,i64" json:"point_times,omitempty"`
	Duration   int64  `thrift:"duration,9" frugal:"9,default,i64" json:"duration"`
	SType      *int64 `thrift:"s_type,10,optional" frugal:"10,optional,i64" json:"s_type,omitempty"`
	Frequency  int64  `thrift:"frequency,11" frugal:"11,default,i64" json:"frequency"`
	StartAt    int64  `thrift:"start_at,12" frugal:"12,default,i64" json:"start_at"`
	EndAt      int64  `thrift:"end_at,13" frugal:"13,default,i64" json:"end_at"`
	StartTime  int64  `thrift:"start_time,14" frugal:"14,default,i64" json:"start_time"`
	EndTime    int64  `thrift:"end_time,15" frugal:"15,default,i64" json:"end_time"`
	Regex      string `thrift:"regex,16" frugal:"16,default,string" json:"regex"`
}

func NewPicture

func NewPicture() *Picture

func (*Picture) BLength

func (p *Picture) BLength() int

func (*Picture) DeepEqual

func (p *Picture) DeepEqual(ano *Picture) bool

func (*Picture) FastRead

func (p *Picture) FastRead(buf []byte) (int, error)

func (*Picture) FastReadField1

func (p *Picture) FastReadField1(buf []byte) (int, error)

func (*Picture) FastReadField10

func (p *Picture) FastReadField10(buf []byte) (int, error)

func (*Picture) FastReadField11

func (p *Picture) FastReadField11(buf []byte) (int, error)

func (*Picture) FastReadField12

func (p *Picture) FastReadField12(buf []byte) (int, error)

func (*Picture) FastReadField13

func (p *Picture) FastReadField13(buf []byte) (int, error)

func (*Picture) FastReadField14

func (p *Picture) FastReadField14(buf []byte) (int, error)

func (*Picture) FastReadField15

func (p *Picture) FastReadField15(buf []byte) (int, error)

func (*Picture) FastReadField16

func (p *Picture) FastReadField16(buf []byte) (int, error)

func (*Picture) FastReadField3

func (p *Picture) FastReadField3(buf []byte) (int, error)

func (*Picture) FastReadField4

func (p *Picture) FastReadField4(buf []byte) (int, error)

func (*Picture) FastReadField5

func (p *Picture) FastReadField5(buf []byte) (int, error)

func (*Picture) FastReadField6

func (p *Picture) FastReadField6(buf []byte) (int, error)

func (*Picture) FastReadField7

func (p *Picture) FastReadField7(buf []byte) (int, error)

func (*Picture) FastReadField8

func (p *Picture) FastReadField8(buf []byte) (int, error)

func (*Picture) FastReadField9

func (p *Picture) FastReadField9(buf []byte) (int, error)

func (*Picture) FastWrite

func (p *Picture) FastWrite(buf []byte) int

for compatibility

func (*Picture) FastWriteNocopy

func (p *Picture) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*Picture) Field10DeepEqual

func (p *Picture) Field10DeepEqual(src *int64) bool

func (*Picture) Field11DeepEqual

func (p *Picture) Field11DeepEqual(src int64) bool

func (*Picture) Field12DeepEqual

func (p *Picture) Field12DeepEqual(src int64) bool

func (*Picture) Field13DeepEqual

func (p *Picture) Field13DeepEqual(src int64) bool

func (*Picture) Field14DeepEqual

func (p *Picture) Field14DeepEqual(src int64) bool

func (*Picture) Field15DeepEqual

func (p *Picture) Field15DeepEqual(src int64) bool

func (*Picture) Field16DeepEqual

func (p *Picture) Field16DeepEqual(src string) bool

func (*Picture) Field1DeepEqual

func (p *Picture) Field1DeepEqual(src int64) bool

func (*Picture) Field3DeepEqual

func (p *Picture) Field3DeepEqual(src string) bool

func (*Picture) Field4DeepEqual

func (p *Picture) Field4DeepEqual(src string) bool

func (*Picture) Field5DeepEqual

func (p *Picture) Field5DeepEqual(src string) bool

func (*Picture) Field6DeepEqual

func (p *Picture) Field6DeepEqual(src int64) bool

func (*Picture) Field7DeepEqual

func (p *Picture) Field7DeepEqual(src *int64) bool

func (*Picture) Field8DeepEqual

func (p *Picture) Field8DeepEqual(src *int64) bool

func (*Picture) Field9DeepEqual

func (p *Picture) Field9DeepEqual(src int64) bool

func (*Picture) GetDuration

func (p *Picture) GetDuration() (v int64)

func (*Picture) GetEndAt

func (p *Picture) GetEndAt() (v int64)

func (*Picture) GetEndTime

func (p *Picture) GetEndTime() (v int64)

func (*Picture) GetFrequency

func (p *Picture) GetFrequency() (v int64)

func (*Picture) GetHref

func (p *Picture) GetHref() (v string)

func (*Picture) GetId

func (p *Picture) GetId() (v int64)

func (*Picture) GetPointTimes

func (p *Picture) GetPointTimes() (v int64)

func (*Picture) GetRegex

func (p *Picture) GetRegex() (v string)

func (*Picture) GetSType

func (p *Picture) GetSType() (v int64)

func (*Picture) GetShowTimes

func (p *Picture) GetShowTimes() (v int64)

func (*Picture) GetStartAt

func (p *Picture) GetStartAt() (v int64)

func (*Picture) GetStartTime

func (p *Picture) GetStartTime() (v int64)

func (*Picture) GetText

func (p *Picture) GetText() (v string)

func (*Picture) GetType

func (p *Picture) GetType() (v int64)

func (*Picture) GetUrl

func (p *Picture) GetUrl() (v string)

func (*Picture) InitDefault

func (p *Picture) InitDefault()

func (*Picture) IsSetPointTimes

func (p *Picture) IsSetPointTimes() bool

func (*Picture) IsSetSType

func (p *Picture) IsSetSType() bool

func (*Picture) IsSetShowTimes

func (p *Picture) IsSetShowTimes() bool

func (*Picture) Read

func (p *Picture) Read(iprot thrift.TProtocol) (err error)

func (*Picture) ReadField1

func (p *Picture) ReadField1(iprot thrift.TProtocol) error

func (*Picture) ReadField10

func (p *Picture) ReadField10(iprot thrift.TProtocol) error

func (*Picture) ReadField11

func (p *Picture) ReadField11(iprot thrift.TProtocol) error

func (*Picture) ReadField12

func (p *Picture) ReadField12(iprot thrift.TProtocol) error

func (*Picture) ReadField13

func (p *Picture) ReadField13(iprot thrift.TProtocol) error

func (*Picture) ReadField14

func (p *Picture) ReadField14(iprot thrift.TProtocol) error

func (*Picture) ReadField15

func (p *Picture) ReadField15(iprot thrift.TProtocol) error

func (*Picture) ReadField16

func (p *Picture) ReadField16(iprot thrift.TProtocol) error

func (*Picture) ReadField3

func (p *Picture) ReadField3(iprot thrift.TProtocol) error

func (*Picture) ReadField4

func (p *Picture) ReadField4(iprot thrift.TProtocol) error

func (*Picture) ReadField5

func (p *Picture) ReadField5(iprot thrift.TProtocol) error

func (*Picture) ReadField6

func (p *Picture) ReadField6(iprot thrift.TProtocol) error

func (*Picture) ReadField7

func (p *Picture) ReadField7(iprot thrift.TProtocol) error

func (*Picture) ReadField8

func (p *Picture) ReadField8(iprot thrift.TProtocol) error

func (*Picture) ReadField9

func (p *Picture) ReadField9(iprot thrift.TProtocol) error

func (*Picture) SetDuration

func (p *Picture) SetDuration(val int64)

func (*Picture) SetEndAt

func (p *Picture) SetEndAt(val int64)

func (*Picture) SetEndTime

func (p *Picture) SetEndTime(val int64)

func (*Picture) SetFrequency

func (p *Picture) SetFrequency(val int64)

func (*Picture) SetHref

func (p *Picture) SetHref(val string)

func (*Picture) SetId

func (p *Picture) SetId(val int64)

func (*Picture) SetPointTimes

func (p *Picture) SetPointTimes(val *int64)

func (*Picture) SetRegex

func (p *Picture) SetRegex(val string)

func (*Picture) SetSType

func (p *Picture) SetSType(val *int64)

func (*Picture) SetShowTimes

func (p *Picture) SetShowTimes(val *int64)

func (*Picture) SetStartAt

func (p *Picture) SetStartAt(val int64)

func (*Picture) SetStartTime

func (p *Picture) SetStartTime(val int64)

func (*Picture) SetText

func (p *Picture) SetText(val string)

func (*Picture) SetType

func (p *Picture) SetType(val int64)

func (*Picture) SetUrl

func (p *Picture) SetUrl(val string)

func (*Picture) String

func (p *Picture) String() string

func (*Picture) Write

func (p *Picture) Write(oprot thrift.TProtocol) (err error)

type Score

type Score struct {
	Credit  string `thrift:"credit,1,required" frugal:"1,required,string" json:"credit"`
	Gpa     string `thrift:"gpa,2,required" frugal:"2,required,string" json:"gpa"`
	Name    string `thrift:"name,3,required" frugal:"3,required,string" json:"name"`
	Score   string `thrift:"score,4,required" frugal:"4,required,string" json:"score"`
	Teacher string `thrift:"teacher,5,required" frugal:"5,required,string" json:"teacher"`
	Term    string `thrift:"term,6,required" frugal:"6,required,string" json:"term"`
	Year    string `thrift:"year,7,required" frugal:"7,required,string" json:"year"`
}

func NewScore

func NewScore() *Score

func (*Score) BLength

func (p *Score) BLength() int

func (*Score) DeepEqual

func (p *Score) DeepEqual(ano *Score) bool

func (*Score) FastRead

func (p *Score) FastRead(buf []byte) (int, error)

func (*Score) FastReadField1

func (p *Score) FastReadField1(buf []byte) (int, error)

func (*Score) FastReadField2

func (p *Score) FastReadField2(buf []byte) (int, error)

func (*Score) FastReadField3

func (p *Score) FastReadField3(buf []byte) (int, error)

func (*Score) FastReadField4

func (p *Score) FastReadField4(buf []byte) (int, error)

func (*Score) FastReadField5

func (p *Score) FastReadField5(buf []byte) (int, error)

func (*Score) FastReadField6

func (p *Score) FastReadField6(buf []byte) (int, error)

func (*Score) FastReadField7

func (p *Score) FastReadField7(buf []byte) (int, error)

func (*Score) FastWrite

func (p *Score) FastWrite(buf []byte) int

for compatibility

func (*Score) FastWriteNocopy

func (p *Score) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*Score) Field1DeepEqual

func (p *Score) Field1DeepEqual(src string) bool

func (*Score) Field2DeepEqual

func (p *Score) Field2DeepEqual(src string) bool

func (*Score) Field3DeepEqual

func (p *Score) Field3DeepEqual(src string) bool

func (*Score) Field4DeepEqual

func (p *Score) Field4DeepEqual(src string) bool

func (*Score) Field5DeepEqual

func (p *Score) Field5DeepEqual(src string) bool

func (*Score) Field6DeepEqual

func (p *Score) Field6DeepEqual(src string) bool

func (*Score) Field7DeepEqual

func (p *Score) Field7DeepEqual(src string) bool

func (*Score) GetCredit

func (p *Score) GetCredit() (v string)

func (*Score) GetGpa

func (p *Score) GetGpa() (v string)

func (*Score) GetName

func (p *Score) GetName() (v string)

func (*Score) GetScore

func (p *Score) GetScore() (v string)

func (*Score) GetTeacher

func (p *Score) GetTeacher() (v string)

func (*Score) GetTerm

func (p *Score) GetTerm() (v string)

func (*Score) GetYear

func (p *Score) GetYear() (v string)

func (*Score) InitDefault

func (p *Score) InitDefault()

func (*Score) Read

func (p *Score) Read(iprot thrift.TProtocol) (err error)

func (*Score) ReadField1

func (p *Score) ReadField1(iprot thrift.TProtocol) error

func (*Score) ReadField2

func (p *Score) ReadField2(iprot thrift.TProtocol) error

func (*Score) ReadField3

func (p *Score) ReadField3(iprot thrift.TProtocol) error

func (*Score) ReadField4

func (p *Score) ReadField4(iprot thrift.TProtocol) error

func (*Score) ReadField5

func (p *Score) ReadField5(iprot thrift.TProtocol) error

func (*Score) ReadField6

func (p *Score) ReadField6(iprot thrift.TProtocol) error

func (*Score) ReadField7

func (p *Score) ReadField7(iprot thrift.TProtocol) error

func (*Score) SetCredit

func (p *Score) SetCredit(val string)

func (*Score) SetGpa

func (p *Score) SetGpa(val string)

func (*Score) SetName

func (p *Score) SetName(val string)

func (*Score) SetScore

func (p *Score) SetScore(val string)

func (*Score) SetTeacher

func (p *Score) SetTeacher(val string)

func (*Score) SetTerm

func (p *Score) SetTerm(val string)

func (*Score) SetYear

func (p *Score) SetYear(val string)

func (*Score) String

func (p *Score) String() string

func (*Score) Write

func (p *Score) Write(oprot thrift.TProtocol) (err error)

type UnifiedExam

type UnifiedExam struct {
	Name  string `thrift:"name,1,required" frugal:"1,required,string" json:"name"`
	Score string `thrift:"score,2,required" frugal:"2,required,string" json:"score"`
	Term  string `thrift:"term,3,required" frugal:"3,required,string" json:"term"`
}

func NewUnifiedExam

func NewUnifiedExam() *UnifiedExam

func (*UnifiedExam) BLength

func (p *UnifiedExam) BLength() int

func (*UnifiedExam) DeepEqual

func (p *UnifiedExam) DeepEqual(ano *UnifiedExam) bool

func (*UnifiedExam) FastRead

func (p *UnifiedExam) FastRead(buf []byte) (int, error)

func (*UnifiedExam) FastReadField1

func (p *UnifiedExam) FastReadField1(buf []byte) (int, error)

func (*UnifiedExam) FastReadField2

func (p *UnifiedExam) FastReadField2(buf []byte) (int, error)

func (*UnifiedExam) FastReadField3

func (p *UnifiedExam) FastReadField3(buf []byte) (int, error)

func (*UnifiedExam) FastWrite

func (p *UnifiedExam) FastWrite(buf []byte) int

for compatibility

func (*UnifiedExam) FastWriteNocopy

func (p *UnifiedExam) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*UnifiedExam) Field1DeepEqual

func (p *UnifiedExam) Field1DeepEqual(src string) bool

func (*UnifiedExam) Field2DeepEqual

func (p *UnifiedExam) Field2DeepEqual(src string) bool

func (*UnifiedExam) Field3DeepEqual

func (p *UnifiedExam) Field3DeepEqual(src string) bool

func (*UnifiedExam) GetName

func (p *UnifiedExam) GetName() (v string)

func (*UnifiedExam) GetScore

func (p *UnifiedExam) GetScore() (v string)

func (*UnifiedExam) GetTerm

func (p *UnifiedExam) GetTerm() (v string)

func (*UnifiedExam) InitDefault

func (p *UnifiedExam) InitDefault()

func (*UnifiedExam) Read

func (p *UnifiedExam) Read(iprot thrift.TProtocol) (err error)

func (*UnifiedExam) ReadField1

func (p *UnifiedExam) ReadField1(iprot thrift.TProtocol) error

func (*UnifiedExam) ReadField2

func (p *UnifiedExam) ReadField2(iprot thrift.TProtocol) error

func (*UnifiedExam) ReadField3

func (p *UnifiedExam) ReadField3(iprot thrift.TProtocol) error

func (*UnifiedExam) SetName

func (p *UnifiedExam) SetName(val string)

func (*UnifiedExam) SetScore

func (p *UnifiedExam) SetScore(val string)

func (*UnifiedExam) SetTerm

func (p *UnifiedExam) SetTerm(val string)

func (*UnifiedExam) String

func (p *UnifiedExam) String() string

func (*UnifiedExam) Write

func (p *UnifiedExam) Write(oprot thrift.TProtocol) (err error)

type UpYunFileDir

type UpYunFileDir struct {
	BasePath string   `thrift:"basePath,1,required" frugal:"1,required,string" json:"basePath"`
	Files    []string `thrift:"files,2,required" frugal:"2,required,list<string>" json:"files"`
	Folders  []string `thrift:"folders,3,required" frugal:"3,required,list<string>" json:"folders"`
}

func NewUpYunFileDir

func NewUpYunFileDir() *UpYunFileDir

func (*UpYunFileDir) BLength

func (p *UpYunFileDir) BLength() int

func (*UpYunFileDir) DeepEqual

func (p *UpYunFileDir) DeepEqual(ano *UpYunFileDir) bool

func (*UpYunFileDir) FastRead

func (p *UpYunFileDir) FastRead(buf []byte) (int, error)

func (*UpYunFileDir) FastReadField1

func (p *UpYunFileDir) FastReadField1(buf []byte) (int, error)

func (*UpYunFileDir) FastReadField2

func (p *UpYunFileDir) FastReadField2(buf []byte) (int, error)

func (*UpYunFileDir) FastReadField3

func (p *UpYunFileDir) FastReadField3(buf []byte) (int, error)

func (*UpYunFileDir) FastWrite

func (p *UpYunFileDir) FastWrite(buf []byte) int

for compatibility

func (*UpYunFileDir) FastWriteNocopy

func (p *UpYunFileDir) FastWriteNocopy(buf []byte, w thrift.NocopyWriter) int

func (*UpYunFileDir) Field1DeepEqual

func (p *UpYunFileDir) Field1DeepEqual(src string) bool

func (*UpYunFileDir) Field2DeepEqual

func (p *UpYunFileDir) Field2DeepEqual(src []string) bool

func (*UpYunFileDir) Field3DeepEqual

func (p *UpYunFileDir) Field3DeepEqual(src []string) bool

func (*UpYunFileDir) GetBasePath

func (p *UpYunFileDir) GetBasePath() (v string)

func (*UpYunFileDir) GetFiles

func (p *UpYunFileDir) GetFiles() (v []string)

func (*UpYunFileDir) GetFolders

func (p *UpYunFileDir) GetFolders() (v []string)

func (*UpYunFileDir) InitDefault

func (p *UpYunFileDir) InitDefault()

func (*UpYunFileDir) Read

func (p *UpYunFileDir) Read(iprot thrift.TProtocol) (err error)

func (*UpYunFileDir) ReadField1

func (p *UpYunFileDir) ReadField1(iprot thrift.TProtocol) error

func (*UpYunFileDir) ReadField2

func (p *UpYunFileDir) ReadField2(iprot thrift.TProtocol) error

func (*UpYunFileDir) ReadField3

func (p *UpYunFileDir) ReadField3(iprot thrift.TProtocol) error

func (*UpYunFileDir) SetBasePath

func (p *UpYunFileDir) SetBasePath(val string)

func (*UpYunFileDir) SetFiles

func (p *UpYunFileDir) SetFiles(val []string)

func (*UpYunFileDir) SetFolders

func (p *UpYunFileDir) SetFolders(val []string)

func (*UpYunFileDir) String

func (p *UpYunFileDir) String() string

func (*UpYunFileDir) Write

func (p *UpYunFileDir) Write(oprot thrift.TProtocol) (err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL