// Code generated by protoc-gen-golite. DO NOT EDIT. // source: gate.proto package profilecard type GateCommTaskInfo struct { Appid *int32 `protobuf:"varint,1,opt"` TaskData []byte `protobuf:"bytes,2,opt"` } func (x *GateCommTaskInfo) GetAppid() int32 { if x != nil && x.Appid != nil { return *x.Appid } return 0 } func (x *GateCommTaskInfo) GetTaskData() []byte { if x != nil { return x.TaskData } return nil } type GateGetGiftListReq struct { Uin *int32 `protobuf:"varint,1,opt"` } func (x *GateGetGiftListReq) GetUin() int32 { if x != nil && x.Uin != nil { return *x.Uin } return 0 } type GateGetGiftListRsp struct { GiftUrl []string `protobuf:"bytes,1,rep"` CustomUrl *string `protobuf:"bytes,2,opt"` Desc *string `protobuf:"bytes,3,opt"` IsOn *bool `protobuf:"varint,4,opt"` } func (x *GateGetGiftListRsp) GetGiftUrl() []string { if x != nil { return x.GiftUrl } return nil } func (x *GateGetGiftListRsp) GetCustomUrl() string { if x != nil && x.CustomUrl != nil { return *x.CustomUrl } return "" } func (x *GateGetGiftListRsp) GetDesc() string { if x != nil && x.Desc != nil { return *x.Desc } return "" } func (x *GateGetGiftListRsp) GetIsOn() bool { if x != nil && x.IsOn != nil { return *x.IsOn } return false } type GateGetVipCareReq struct { Uin *int64 `protobuf:"varint,1,opt"` } func (x *GateGetVipCareReq) GetUin() int64 { if x != nil && x.Uin != nil { return *x.Uin } return 0 } type GateGetVipCareRsp struct { Buss *int32 `protobuf:"varint,1,opt"` Notice *int32 `protobuf:"varint,2,opt"` } func (x *GateGetVipCareRsp) GetBuss() int32 { if x != nil && x.Buss != nil { return *x.Buss } return 0 } func (x *GateGetVipCareRsp) GetNotice() int32 { if x != nil && x.Notice != nil { return *x.Notice } return 0 } type GateOidbFlagInfo struct { Fieled *int32 `protobuf:"varint,1,opt"` ByetsValue []byte `protobuf:"bytes,2,opt"` } func (x *GateOidbFlagInfo) GetFieled() int32 { if x != nil && x.Fieled != nil { return *x.Fieled } return 0 } func (x *GateOidbFlagInfo) GetByetsValue() []byte { if x != nil { return x.ByetsValue } return nil } type GatePrivilegeBaseInfoReq struct { UReqUin *int64 `protobuf:"varint,1,opt"` } func (x *GatePrivilegeBaseInfoReq) GetUReqUin() int64 { if x != nil && x.UReqUin != nil { return *x.UReqUin } return 0 } type GatePrivilegeBaseInfoRsp struct { Msg []byte `protobuf:"bytes,1,opt"` JumpUrl []byte `protobuf:"bytes,2,opt"` VOpenPriv []*GatePrivilegeInfo `protobuf:"bytes,3,rep"` VClosePriv []*GatePrivilegeInfo `protobuf:"bytes,4,rep"` UIsGrayUsr *int32 `protobuf:"varint,5,opt"` } func (x *GatePrivilegeBaseInfoRsp) GetMsg() []byte { if x != nil { return x.Msg } return nil } func (x *GatePrivilegeBaseInfoRsp) GetJumpUrl() []byte { if x != nil { return x.JumpUrl } return nil } func (x *GatePrivilegeBaseInfoRsp) GetVOpenPriv() []*GatePrivilegeInfo { if x != nil { return x.VOpenPriv } return nil } func (x *GatePrivilegeBaseInfoRsp) GetVClosePriv() []*GatePrivilegeInfo { if x != nil { return x.VClosePriv } return nil } func (x *GatePrivilegeBaseInfoRsp) GetUIsGrayUsr() int32 { if x != nil && x.UIsGrayUsr != nil { return *x.UIsGrayUsr } return 0 } type GatePrivilegeInfo struct { IType *int32 `protobuf:"varint,1,opt"` ISort *int32 `protobuf:"varint,2,opt"` IFeeType *int32 `protobuf:"varint,3,opt"` ILevel *int32 `protobuf:"varint,4,opt"` IFlag *int32 `protobuf:"varint,5,opt"` IconUrl []byte `protobuf:"bytes,6,opt"` DeluxeIconUrl []byte `protobuf:"bytes,7,opt"` JumpUrl []byte `protobuf:"bytes,8,opt"` IIsBig *int32 `protobuf:"varint,9,opt"` } func (x *GatePrivilegeInfo) GetIType() int32 { if x != nil && x.IType != nil { return *x.IType } return 0 } func (x *GatePrivilegeInfo) GetISort() int32 { if x != nil && x.ISort != nil { return *x.ISort } return 0 } func (x *GatePrivilegeInfo) GetIFeeType() int32 { if x != nil && x.IFeeType != nil { return *x.IFeeType } return 0 } func (x *GatePrivilegeInfo) GetILevel() int32 { if x != nil && x.ILevel != nil { return *x.ILevel } return 0 } func (x *GatePrivilegeInfo) GetIFlag() int32 { if x != nil && x.IFlag != nil { return *x.IFlag } return 0 } func (x *GatePrivilegeInfo) GetIconUrl() []byte { if x != nil { return x.IconUrl } return nil } func (x *GatePrivilegeInfo) GetDeluxeIconUrl() []byte { if x != nil { return x.DeluxeIconUrl } return nil } func (x *GatePrivilegeInfo) GetJumpUrl() []byte { if x != nil { return x.JumpUrl } return nil } func (x *GatePrivilegeInfo) GetIIsBig() int32 { if x != nil && x.IIsBig != nil { return *x.IIsBig } return 0 } type GateVaProfileGateReq struct { UCmd *int32 `protobuf:"varint,1,opt"` StPrivilegeReq *GatePrivilegeBaseInfoReq `protobuf:"bytes,2,opt"` StGiftReq *GateGetGiftListReq `protobuf:"bytes,3,opt"` TaskItem []*GateCommTaskInfo `protobuf:"bytes,4,rep"` OidbFlag []*GateOidbFlagInfo `protobuf:"bytes,5,rep"` StVipCare *GateGetVipCareReq `protobuf:"bytes,6,opt"` } func (x *GateVaProfileGateReq) GetUCmd() int32 { if x != nil && x.UCmd != nil { return *x.UCmd } return 0 } func (x *GateVaProfileGateReq) GetStPrivilegeReq() *GatePrivilegeBaseInfoReq { if x != nil { return x.StPrivilegeReq } return nil } func (x *GateVaProfileGateReq) GetStGiftReq() *GateGetGiftListReq { if x != nil { return x.StGiftReq } return nil } func (x *GateVaProfileGateReq) GetTaskItem() []*GateCommTaskInfo { if x != nil { return x.TaskItem } return nil } func (x *GateVaProfileGateReq) GetOidbFlag() []*GateOidbFlagInfo { if x != nil { return x.OidbFlag } return nil } func (x *GateVaProfileGateReq) GetStVipCare() *GateGetVipCareReq { if x != nil { return x.StVipCare } return nil } type GateQidInfoItem struct { Qid *string `protobuf:"bytes,1,opt"` Url *string `protobuf:"bytes,2,opt"` Color *string `protobuf:"bytes,3,opt"` LogoUrl *string `protobuf:"bytes,4,opt"` } func (x *GateQidInfoItem) GetQid() string { if x != nil && x.Qid != nil { return *x.Qid } return "" } func (x *GateQidInfoItem) GetUrl() string { if x != nil && x.Url != nil { return *x.Url } return "" } func (x *GateQidInfoItem) GetColor() string { if x != nil && x.Color != nil { return *x.Color } return "" } func (x *GateQidInfoItem) GetLogoUrl() string { if x != nil && x.LogoUrl != nil { return *x.LogoUrl } return "" } type GateVaProfileGateRsp struct { IRetCode *int32 `protobuf:"varint,1,opt"` SRetMsg []byte `protobuf:"bytes,2,opt"` StPrivilegeRsp *GatePrivilegeBaseInfoRsp `protobuf:"bytes,3,opt"` StGiftRsp *GateGetGiftListRsp `protobuf:"bytes,4,opt"` TaskItem []*GateCommTaskInfo `protobuf:"bytes,5,rep"` OidbFlag []*GateOidbFlagInfo `protobuf:"bytes,6,rep"` StVipCare *GateGetVipCareRsp `protobuf:"bytes,7,opt"` QidInfo *GateQidInfoItem `protobuf:"bytes,9,opt"` } func (x *GateVaProfileGateRsp) GetIRetCode() int32 { if x != nil && x.IRetCode != nil { return *x.IRetCode } return 0 } func (x *GateVaProfileGateRsp) GetSRetMsg() []byte { if x != nil { return x.SRetMsg } return nil } func (x *GateVaProfileGateRsp) GetStPrivilegeRsp() *GatePrivilegeBaseInfoRsp { if x != nil { return x.StPrivilegeRsp } return nil } func (x *GateVaProfileGateRsp) GetStGiftRsp() *GateGetGiftListRsp { if x != nil { return x.StGiftRsp } return nil } func (x *GateVaProfileGateRsp) GetTaskItem() []*GateCommTaskInfo { if x != nil { return x.TaskItem } return nil } func (x *GateVaProfileGateRsp) GetOidbFlag() []*GateOidbFlagInfo { if x != nil { return x.OidbFlag } return nil } func (x *GateVaProfileGateRsp) GetStVipCare() *GateGetVipCareRsp { if x != nil { return x.StVipCare } return nil } func (x *GateVaProfileGateRsp) GetQidInfo() *GateQidInfoItem { if x != nil { return x.QidInfo } return nil }