// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.35.2
// 	protoc        v5.28.3
// source: PostDeviceInfoNotice.proto

package workphone

import (
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	reflect "reflect"
	sync "sync"
)

const (
	// Verify that this generated code is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
	// Verify that runtime/protoimpl is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)

type PostDeviceInfoNoticeMessage struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	PhoneBrand  string                                              `protobuf:"bytes,1,opt,name=PhoneBrand,proto3" json:"PhoneBrand,omitempty"` // 手机品牌
	PhoneModel  string                                              `protobuf:"bytes,2,opt,name=PhoneModel,proto3" json:"PhoneModel,omitempty"` // 手机型号
	OSVerNumber int32                                               `protobuf:"varint,3,opt,name=OSVerNumber,proto3" json:"OSVerNumber,omitempty"`
	AppInfos    []*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage `protobuf:"bytes,4,rep,name=AppInfos,proto3" json:"AppInfos,omitempty"` // App信息
	NetType     string                                              `protobuf:"bytes,5,opt,name=NetType,proto3" json:"NetType,omitempty"`
	WeChatId    string                                              `protobuf:"bytes,6,opt,name=WeChatId,proto3" json:"WeChatId,omitempty"` // 微信id
	IMEI        string                                              `protobuf:"bytes,7,opt,name=IMEI,proto3" json:"IMEI,omitempty"`
	IMSI1       string                                              `protobuf:"bytes,8,opt,name=IMSI1,proto3" json:"IMSI1,omitempty"`      // SIM卡1的IMSI
	IMSI2       string                                              `protobuf:"bytes,9,opt,name=IMSI2,proto3" json:"IMSI2,omitempty"`      // SIM卡2的IMSI,
	Number1     string                                              `protobuf:"bytes,10,opt,name=Number1,proto3" json:"Number1,omitempty"` // SIM卡1的手机号,有可能读不到
	Number2     string                                              `protobuf:"bytes,11,opt,name=Number2,proto3" json:"Number2,omitempty"` // SIM卡2的手机好,有可能读不到
	IsHook      bool                                                `protobuf:"varint,12,opt,name=IsHook,proto3" json:"IsHook,omitempty"`
	WxSupport   bool                                                `protobuf:"varint,13,opt,name=WxSupport,proto3" json:"WxSupport,omitempty"`
}

func (x *PostDeviceInfoNoticeMessage) Reset() {
	*x = PostDeviceInfoNoticeMessage{}
	mi := &file_PostDeviceInfoNotice_proto_msgTypes[0]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *PostDeviceInfoNoticeMessage) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostDeviceInfoNoticeMessage) ProtoMessage() {}

func (x *PostDeviceInfoNoticeMessage) ProtoReflect() protoreflect.Message {
	mi := &file_PostDeviceInfoNotice_proto_msgTypes[0]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostDeviceInfoNoticeMessage.ProtoReflect.Descriptor instead.
func (*PostDeviceInfoNoticeMessage) Descriptor() ([]byte, []int) {
	return file_PostDeviceInfoNotice_proto_rawDescGZIP(), []int{0}
}

func (x *PostDeviceInfoNoticeMessage) GetPhoneBrand() string {
	if x != nil {
		return x.PhoneBrand
	}
	return ""
}

func (x *PostDeviceInfoNoticeMessage) GetPhoneModel() string {
	if x != nil {
		return x.PhoneModel
	}
	return ""
}

func (x *PostDeviceInfoNoticeMessage) GetOSVerNumber() int32 {
	if x != nil {
		return x.OSVerNumber
	}
	return 0
}

func (x *PostDeviceInfoNoticeMessage) GetAppInfos() []*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage {
	if x != nil {
		return x.AppInfos
	}
	return nil
}

func (x *PostDeviceInfoNoticeMessage) GetNetType() string {
	if x != nil {
		return x.NetType
	}
	return ""
}

func (x *PostDeviceInfoNoticeMessage) GetWeChatId() string {
	if x != nil {
		return x.WeChatId
	}
	return ""
}

func (x *PostDeviceInfoNoticeMessage) GetIMEI() string {
	if x != nil {
		return x.IMEI
	}
	return ""
}

func (x *PostDeviceInfoNoticeMessage) GetIMSI1() string {
	if x != nil {
		return x.IMSI1
	}
	return ""
}

func (x *PostDeviceInfoNoticeMessage) GetIMSI2() string {
	if x != nil {
		return x.IMSI2
	}
	return ""
}

func (x *PostDeviceInfoNoticeMessage) GetNumber1() string {
	if x != nil {
		return x.Number1
	}
	return ""
}

func (x *PostDeviceInfoNoticeMessage) GetNumber2() string {
	if x != nil {
		return x.Number2
	}
	return ""
}

func (x *PostDeviceInfoNoticeMessage) GetIsHook() bool {
	if x != nil {
		return x.IsHook
	}
	return false
}

func (x *PostDeviceInfoNoticeMessage) GetWxSupport() bool {
	if x != nil {
		return x.WxSupport
	}
	return false
}

type PostDeviceInfoNoticeMessage_DeviceAppInfoMessage struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	PackageName string `protobuf:"bytes,1,opt,name=PackageName,proto3" json:"PackageName,omitempty"`
	AppName     string `protobuf:"bytes,2,opt,name=AppName,proto3" json:"AppName,omitempty"`
	VerNumber   int32  `protobuf:"varint,3,opt,name=VerNumber,proto3" json:"VerNumber,omitempty"`
	Version     string `protobuf:"bytes,4,opt,name=Version,proto3" json:"Version,omitempty"`
}

func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) Reset() {
	*x = PostDeviceInfoNoticeMessage_DeviceAppInfoMessage{}
	mi := &file_PostDeviceInfoNotice_proto_msgTypes[1]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) ProtoMessage() {}

func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) ProtoReflect() protoreflect.Message {
	mi := &file_PostDeviceInfoNotice_proto_msgTypes[1]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostDeviceInfoNoticeMessage_DeviceAppInfoMessage.ProtoReflect.Descriptor instead.
func (*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) Descriptor() ([]byte, []int) {
	return file_PostDeviceInfoNotice_proto_rawDescGZIP(), []int{0, 0}
}

func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetPackageName() string {
	if x != nil {
		return x.PackageName
	}
	return ""
}

func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetAppName() string {
	if x != nil {
		return x.AppName
	}
	return ""
}

func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetVerNumber() int32 {
	if x != nil {
		return x.VerNumber
	}
	return 0
}

func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetVersion() string {
	if x != nil {
		return x.Version
	}
	return ""
}

var File_PostDeviceInfoNotice_proto protoreflect.FileDescriptor

var file_PostDeviceInfoNotice_proto_rawDesc = []byte{
	0x0a, 0x1a, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f,
	0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x4a, 0x75,
	0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e,
	0x50, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd3, 0x04, 0x0a, 0x1b, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65,
	0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x4d, 0x65,
	0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x42, 0x72,
	0x61, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x42, 0x72, 0x61, 0x6e, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4d, 0x6f,
	0x64, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x50, 0x68, 0x6f, 0x6e, 0x65,
	0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x4f, 0x53, 0x56, 0x65, 0x72, 0x4e, 0x75,
	0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x4f, 0x53, 0x56, 0x65,
	0x72, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x65, 0x0a, 0x08, 0x41, 0x70, 0x70, 0x49, 0x6e,
	0x66, 0x6f, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x49, 0x2e, 0x4a, 0x75, 0x62, 0x6f,
	0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72,
	0x6f, 0x74, 0x6f, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e,
	0x66, 0x6f, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e,
	0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x4d, 0x65, 0x73,
	0x73, 0x61, 0x67, 0x65, 0x52, 0x08, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x12, 0x18,
	0x0a, 0x07, 0x4e, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
	0x07, 0x4e, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x57, 0x65, 0x43, 0x68,
	0x61, 0x74, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x57, 0x65, 0x43, 0x68,
	0x61, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x49, 0x4d, 0x45, 0x49, 0x18, 0x07, 0x20, 0x01,
	0x28, 0x09, 0x52, 0x04, 0x49, 0x4d, 0x45, 0x49, 0x12, 0x14, 0x0a, 0x05, 0x49, 0x4d, 0x53, 0x49,
	0x31, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x49, 0x4d, 0x53, 0x49, 0x31, 0x12, 0x14,
	0x0a, 0x05, 0x49, 0x4d, 0x53, 0x49, 0x32, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x49,
	0x4d, 0x53, 0x49, 0x32, 0x12, 0x18, 0x0a, 0x07, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x31, 0x18,
	0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x31, 0x12, 0x18,
	0x0a, 0x07, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x32, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52,
	0x07, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x49, 0x73, 0x48, 0x6f,
	0x6f, 0x6b, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x49, 0x73, 0x48, 0x6f, 0x6f, 0x6b,
	0x12, 0x1c, 0x0a, 0x09, 0x57, 0x78, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x0d, 0x20,
	0x01, 0x28, 0x08, 0x52, 0x09, 0x57, 0x78, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x1a, 0x8a,
	0x01, 0x0a, 0x14, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f,
	0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x50, 0x61, 0x63, 0x6b, 0x61,
	0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x50, 0x61,
	0x63, 0x6b, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x70, 0x70,
	0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x41, 0x70, 0x70, 0x4e,
	0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x56, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72,
	0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x56, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x62, 0x65,
	0x72, 0x12, 0x18, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01,
	0x28, 0x09, 0x52, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x0d, 0x5a, 0x0b, 0x2e,
	0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x33,
}

var (
	file_PostDeviceInfoNotice_proto_rawDescOnce sync.Once
	file_PostDeviceInfoNotice_proto_rawDescData = file_PostDeviceInfoNotice_proto_rawDesc
)

func file_PostDeviceInfoNotice_proto_rawDescGZIP() []byte {
	file_PostDeviceInfoNotice_proto_rawDescOnce.Do(func() {
		file_PostDeviceInfoNotice_proto_rawDescData = protoimpl.X.CompressGZIP(file_PostDeviceInfoNotice_proto_rawDescData)
	})
	return file_PostDeviceInfoNotice_proto_rawDescData
}

var file_PostDeviceInfoNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_PostDeviceInfoNotice_proto_goTypes = []any{
	(*PostDeviceInfoNoticeMessage)(nil),                      // 0: Jubo.JuLiao.IM.Wx.Proto.PostDeviceInfoNoticeMessage
	(*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage)(nil), // 1: Jubo.JuLiao.IM.Wx.Proto.PostDeviceInfoNoticeMessage.DeviceAppInfoMessage
}
var file_PostDeviceInfoNotice_proto_depIdxs = []int32{
	1, // 0: Jubo.JuLiao.IM.Wx.Proto.PostDeviceInfoNoticeMessage.AppInfos:type_name -> Jubo.JuLiao.IM.Wx.Proto.PostDeviceInfoNoticeMessage.DeviceAppInfoMessage
	1, // [1:1] is the sub-list for method output_type
	1, // [1:1] is the sub-list for method input_type
	1, // [1:1] is the sub-list for extension type_name
	1, // [1:1] is the sub-list for extension extendee
	0, // [0:1] is the sub-list for field type_name
}

func init() { file_PostDeviceInfoNotice_proto_init() }
func file_PostDeviceInfoNotice_proto_init() {
	if File_PostDeviceInfoNotice_proto != nil {
		return
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_PostDeviceInfoNotice_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   2,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_PostDeviceInfoNotice_proto_goTypes,
		DependencyIndexes: file_PostDeviceInfoNotice_proto_depIdxs,
		MessageInfos:      file_PostDeviceInfoNotice_proto_msgTypes,
	}.Build()
	File_PostDeviceInfoNotice_proto = out.File
	file_PostDeviceInfoNotice_proto_rawDesc = nil
	file_PostDeviceInfoNotice_proto_goTypes = nil
	file_PostDeviceInfoNotice_proto_depIdxs = nil
}