Qot_GetCodeChange

package
v0.0.0-...-1a60310 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package Qot_GetCodeChange is a generated protocol buffer package.

It is generated from these files:

Qot_GetCodeChange.proto

It has these top-level messages:

CodeChangeInfo
TimeFilter
C2S
S2C
Request
Response

Index

Constants

View Source
const Default_Response_RetType int32 = -400

Variables

View Source
var CodeChangeType_name = map[int32]string{
	0: "CodeChangeType_Unkown",
	1: "CodeChangeType_GemToMain",
	2: "CodeChangeType_Unpaid",
	3: "CodeChangeType_ChangeLot",
	4: "CodeChangeType_Split",
	5: "CodeChangeType_Joint",
	6: "CodeChangeType_JointSplit",
	7: "CodeChangeType_SplitJoint",
	8: "CodeChangeType_Other",
}
View Source
var CodeChangeType_value = map[string]int32{
	"CodeChangeType_Unkown":     0,
	"CodeChangeType_GemToMain":  1,
	"CodeChangeType_Unpaid":     2,
	"CodeChangeType_ChangeLot":  3,
	"CodeChangeType_Split":      4,
	"CodeChangeType_Joint":      5,
	"CodeChangeType_JointSplit": 6,
	"CodeChangeType_SplitJoint": 7,
	"CodeChangeType_Other":      8,
}
View Source
var TimeFilterType_name = map[int32]string{
	0: "TimeFilterType_Unknow",
	1: "TimeFilterType_Public",
	2: "TimeFilterType_Effective",
	3: "TimeFilterType_End",
}
View Source
var TimeFilterType_value = map[string]int32{
	"TimeFilterType_Unknow":    0,
	"TimeFilterType_Public":    1,
	"TimeFilterType_Effective": 2,
	"TimeFilterType_End":       3,
}

Functions

This section is empty.

Types

type C2S

type C2S struct {
	PlaceHolder      *int32                 `protobuf:"varint,1,opt,name=placeHolder" json:"placeHolder,omitempty"`
	SecurityList     []*Qot_Common.Security `protobuf:"bytes,2,rep,name=securityList" json:"securityList,omitempty"`
	TimeFilterList   []*TimeFilter          `protobuf:"bytes,3,rep,name=timeFilterList" json:"timeFilterList,omitempty"`
	TypeList         []int32                `protobuf:"varint,4,rep,name=typeList" json:"typeList,omitempty"`
	XXX_unrecognized []byte                 `json:"-"`
}

func (*C2S) Descriptor

func (*C2S) Descriptor() ([]byte, []int)

func (*C2S) GetPlaceHolder

func (m *C2S) GetPlaceHolder() int32

func (*C2S) GetSecurityList

func (m *C2S) GetSecurityList() []*Qot_Common.Security

func (*C2S) GetTimeFilterList

func (m *C2S) GetTimeFilterList() []*TimeFilter

func (*C2S) GetTypeList

func (m *C2S) GetTypeList() []int32

func (*C2S) ProtoMessage

func (*C2S) ProtoMessage()

func (*C2S) Reset

func (m *C2S) Reset()

func (*C2S) String

func (m *C2S) String() string

type CodeChangeInfo

type CodeChangeInfo struct {
	Type               *int32               `protobuf:"varint,1,req,name=type" json:"type,omitempty"`
	Security           *Qot_Common.Security `protobuf:"bytes,2,req,name=security" json:"security,omitempty"`
	RelatedSecurity    *Qot_Common.Security `protobuf:"bytes,3,req,name=relatedSecurity" json:"relatedSecurity,omitempty"`
	PublicTime         *string              `protobuf:"bytes,4,opt,name=publicTime" json:"publicTime,omitempty"`
	PublicTimestamp    *float64             `protobuf:"fixed64,5,opt,name=publicTimestamp" json:"publicTimestamp,omitempty"`
	EffectiveTime      *string              `protobuf:"bytes,6,opt,name=effectiveTime" json:"effectiveTime,omitempty"`
	EffectiveTimestamp *float64             `protobuf:"fixed64,7,opt,name=effectiveTimestamp" json:"effectiveTimestamp,omitempty"`
	EndTime            *string              `protobuf:"bytes,8,opt,name=endTime" json:"endTime,omitempty"`
	EndTimestamp       *float64             `protobuf:"fixed64,9,opt,name=endTimestamp" json:"endTimestamp,omitempty"`
	XXX_unrecognized   []byte               `json:"-"`
}

func (*CodeChangeInfo) Descriptor

func (*CodeChangeInfo) Descriptor() ([]byte, []int)

func (*CodeChangeInfo) GetEffectiveTime

func (m *CodeChangeInfo) GetEffectiveTime() string

func (*CodeChangeInfo) GetEffectiveTimestamp

func (m *CodeChangeInfo) GetEffectiveTimestamp() float64

func (*CodeChangeInfo) GetEndTime

func (m *CodeChangeInfo) GetEndTime() string

func (*CodeChangeInfo) GetEndTimestamp

func (m *CodeChangeInfo) GetEndTimestamp() float64

func (*CodeChangeInfo) GetPublicTime

func (m *CodeChangeInfo) GetPublicTime() string

func (*CodeChangeInfo) GetPublicTimestamp

func (m *CodeChangeInfo) GetPublicTimestamp() float64

func (*CodeChangeInfo) GetRelatedSecurity

func (m *CodeChangeInfo) GetRelatedSecurity() *Qot_Common.Security

func (*CodeChangeInfo) GetSecurity

func (m *CodeChangeInfo) GetSecurity() *Qot_Common.Security

func (*CodeChangeInfo) GetType

func (m *CodeChangeInfo) GetType() int32

func (*CodeChangeInfo) ProtoMessage

func (*CodeChangeInfo) ProtoMessage()

func (*CodeChangeInfo) Reset

func (m *CodeChangeInfo) Reset()

func (*CodeChangeInfo) String

func (m *CodeChangeInfo) String() string

type CodeChangeType

type CodeChangeType int32
const (
	CodeChangeType_CodeChangeType_Unkown     CodeChangeType = 0
	CodeChangeType_CodeChangeType_GemToMain  CodeChangeType = 1
	CodeChangeType_CodeChangeType_Unpaid     CodeChangeType = 2
	CodeChangeType_CodeChangeType_ChangeLot  CodeChangeType = 3
	CodeChangeType_CodeChangeType_Split      CodeChangeType = 4
	CodeChangeType_CodeChangeType_Joint      CodeChangeType = 5
	CodeChangeType_CodeChangeType_JointSplit CodeChangeType = 6
	CodeChangeType_CodeChangeType_SplitJoint CodeChangeType = 7
	CodeChangeType_CodeChangeType_Other      CodeChangeType = 8
)

func (CodeChangeType) Enum

func (x CodeChangeType) Enum() *CodeChangeType

func (CodeChangeType) EnumDescriptor

func (CodeChangeType) EnumDescriptor() ([]byte, []int)

func (CodeChangeType) String

func (x CodeChangeType) String() string

func (*CodeChangeType) UnmarshalJSON

func (x *CodeChangeType) UnmarshalJSON(data []byte) error

type Request

type Request struct {
	C2S              *C2S   `protobuf:"bytes,1,req,name=c2s" json:"c2s,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*Request) Descriptor

func (*Request) Descriptor() ([]byte, []int)

func (*Request) GetC2S

func (m *Request) GetC2S() *C2S

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

type Response

type Response struct {
	RetType          *int32  `protobuf:"varint,1,req,name=retType,def=-400" json:"retType,omitempty"`
	RetMsg           *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ErrCode          *int32  `protobuf:"varint,3,opt,name=errCode" json:"errCode,omitempty"`
	S2C              *S2C    `protobuf:"bytes,4,opt,name=s2c" json:"s2c,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Response) Descriptor

func (*Response) Descriptor() ([]byte, []int)

func (*Response) GetErrCode

func (m *Response) GetErrCode() int32

func (*Response) GetRetMsg

func (m *Response) GetRetMsg() string

func (*Response) GetRetType

func (m *Response) GetRetType() int32

func (*Response) GetS2C

func (m *Response) GetS2C() *S2C

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) String

func (m *Response) String() string

type S2C

type S2C struct {
	CodeChangeList   []*CodeChangeInfo `protobuf:"bytes,1,rep,name=codeChangeList" json:"codeChangeList,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*S2C) Descriptor

func (*S2C) Descriptor() ([]byte, []int)

func (*S2C) GetCodeChangeList

func (m *S2C) GetCodeChangeList() []*CodeChangeInfo

func (*S2C) ProtoMessage

func (*S2C) ProtoMessage()

func (*S2C) Reset

func (m *S2C) Reset()

func (*S2C) String

func (m *S2C) String() string

type TimeFilter

type TimeFilter struct {
	Type             *int32  `protobuf:"varint,1,req,name=type" json:"type,omitempty"`
	BeginTime        *string `protobuf:"bytes,2,opt,name=beginTime" json:"beginTime,omitempty"`
	EndTime          *string `protobuf:"bytes,3,opt,name=endTime" json:"endTime,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*TimeFilter) Descriptor

func (*TimeFilter) Descriptor() ([]byte, []int)

func (*TimeFilter) GetBeginTime

func (m *TimeFilter) GetBeginTime() string

func (*TimeFilter) GetEndTime

func (m *TimeFilter) GetEndTime() string

func (*TimeFilter) GetType

func (m *TimeFilter) GetType() int32

func (*TimeFilter) ProtoMessage

func (*TimeFilter) ProtoMessage()

func (*TimeFilter) Reset

func (m *TimeFilter) Reset()

func (*TimeFilter) String

func (m *TimeFilter) String() string

type TimeFilterType

type TimeFilterType int32
const (
	TimeFilterType_TimeFilterType_Unknow    TimeFilterType = 0
	TimeFilterType_TimeFilterType_Public    TimeFilterType = 1
	TimeFilterType_TimeFilterType_Effective TimeFilterType = 2
	TimeFilterType_TimeFilterType_End       TimeFilterType = 3
)

func (TimeFilterType) Enum

func (x TimeFilterType) Enum() *TimeFilterType

func (TimeFilterType) EnumDescriptor

func (TimeFilterType) EnumDescriptor() ([]byte, []int)

func (TimeFilterType) String

func (x TimeFilterType) String() string

func (*TimeFilterType) UnmarshalJSON

func (x *TimeFilterType) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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