12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: alarm.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package v1
- import (
- fmt "fmt"
- proto "github.com/golang/protobuf/proto"
- math "math"
- )
- // Reference imports to suppress errors if they are not otherwise used.
- var _ = proto.Marshal
- var _ = fmt.Errorf
- var _ = math.Inf
- // This is a compile-time assertion to ensure that this generated file
- // is compatible with the proto package it is being compiled against.
- // A compilation error at this line likely means your copy of the
- // proto package needs to be updated.
- const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
- type AlarmRule struct {
- ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
- Sn string `protobuf:"bytes,2,opt,name=sn,proto3" json:"sn"`
- AlarmCount int32 `protobuf:"varint,3,opt,name=alarm_count,json=alarmCount,proto3" json:"alarm_count"`
- SilencePeriod int32 `protobuf:"varint,4,opt,name=silence_period,json=silencePeriod,proto3" json:"silence_period"`
- IsOn bool `protobuf:"varint,5,opt,name=is_on,json=isOn,proto3" json:"is_on"`
- Id int64 `protobuf:"varint,6,opt,name=id,proto3" json:"id"`
- ContinuePeriod int32 `protobuf:"varint,7,opt,name=continue_period,json=continuePeriod,proto3" json:"continue_period"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmRule) Reset() { *m = AlarmRule{} }
- func (m *AlarmRule) String() string { return proto.CompactTextString(m) }
- func (*AlarmRule) ProtoMessage() {}
- func (*AlarmRule) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{0}
- }
- func (m *AlarmRule) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmRule.Unmarshal(m, b)
- }
- func (m *AlarmRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmRule.Marshal(b, m, deterministic)
- }
- func (m *AlarmRule) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmRule.Merge(m, src)
- }
- func (m *AlarmRule) XXX_Size() int {
- return xxx_messageInfo_AlarmRule.Size(m)
- }
- func (m *AlarmRule) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmRule.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmRule proto.InternalMessageInfo
- func (m *AlarmRule) GetProjectId() int64 {
- if m != nil {
- return m.ProjectId
- }
- return 0
- }
- func (m *AlarmRule) GetSn() string {
- if m != nil {
- return m.Sn
- }
- return ""
- }
- func (m *AlarmRule) GetAlarmCount() int32 {
- if m != nil {
- return m.AlarmCount
- }
- return 0
- }
- func (m *AlarmRule) GetSilencePeriod() int32 {
- if m != nil {
- return m.SilencePeriod
- }
- return 0
- }
- func (m *AlarmRule) GetIsOn() bool {
- if m != nil {
- return m.IsOn
- }
- return false
- }
- func (m *AlarmRule) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *AlarmRule) GetContinuePeriod() int32 {
- if m != nil {
- return m.ContinuePeriod
- }
- return 0
- }
- type AlarmRuleAddRequest struct {
- ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
- Sn string `protobuf:"bytes,2,opt,name=sn,proto3" json:"sn"`
- AlarmCount int32 `protobuf:"varint,3,opt,name=alarm_count,json=alarmCount,proto3" json:"alarm_count"`
- SilencePeriod int32 `protobuf:"varint,4,opt,name=silence_period,json=silencePeriod,proto3" json:"silence_period"`
- IsOn bool `protobuf:"varint,5,opt,name=is_on,json=isOn,proto3" json:"is_on"`
- ContinuePeriod int32 `protobuf:"varint,7,opt,name=continue_period,json=continuePeriod,proto3" json:"continue_period"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmRuleAddRequest) Reset() { *m = AlarmRuleAddRequest{} }
- func (m *AlarmRuleAddRequest) String() string { return proto.CompactTextString(m) }
- func (*AlarmRuleAddRequest) ProtoMessage() {}
- func (*AlarmRuleAddRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{1}
- }
- func (m *AlarmRuleAddRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmRuleAddRequest.Unmarshal(m, b)
- }
- func (m *AlarmRuleAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmRuleAddRequest.Marshal(b, m, deterministic)
- }
- func (m *AlarmRuleAddRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmRuleAddRequest.Merge(m, src)
- }
- func (m *AlarmRuleAddRequest) XXX_Size() int {
- return xxx_messageInfo_AlarmRuleAddRequest.Size(m)
- }
- func (m *AlarmRuleAddRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmRuleAddRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmRuleAddRequest proto.InternalMessageInfo
- func (m *AlarmRuleAddRequest) GetProjectId() int64 {
- if m != nil {
- return m.ProjectId
- }
- return 0
- }
- func (m *AlarmRuleAddRequest) GetSn() string {
- if m != nil {
- return m.Sn
- }
- return ""
- }
- func (m *AlarmRuleAddRequest) GetAlarmCount() int32 {
- if m != nil {
- return m.AlarmCount
- }
- return 0
- }
- func (m *AlarmRuleAddRequest) GetSilencePeriod() int32 {
- if m != nil {
- return m.SilencePeriod
- }
- return 0
- }
- func (m *AlarmRuleAddRequest) GetIsOn() bool {
- if m != nil {
- return m.IsOn
- }
- return false
- }
- func (m *AlarmRuleAddRequest) GetContinuePeriod() int32 {
- if m != nil {
- return m.ContinuePeriod
- }
- return 0
- }
- type AlarmRuleAddReply struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmRuleAddReply) Reset() { *m = AlarmRuleAddReply{} }
- func (m *AlarmRuleAddReply) String() string { return proto.CompactTextString(m) }
- func (*AlarmRuleAddReply) ProtoMessage() {}
- func (*AlarmRuleAddReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{2}
- }
- func (m *AlarmRuleAddReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmRuleAddReply.Unmarshal(m, b)
- }
- func (m *AlarmRuleAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmRuleAddReply.Marshal(b, m, deterministic)
- }
- func (m *AlarmRuleAddReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmRuleAddReply.Merge(m, src)
- }
- func (m *AlarmRuleAddReply) XXX_Size() int {
- return xxx_messageInfo_AlarmRuleAddReply.Size(m)
- }
- func (m *AlarmRuleAddReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmRuleAddReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmRuleAddReply proto.InternalMessageInfo
- func (m *AlarmRuleAddReply) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- type AlarmRuleListRequest struct {
- ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
- Sn string `protobuf:"bytes,2,opt,name=sn,proto3" json:"sn"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmRuleListRequest) Reset() { *m = AlarmRuleListRequest{} }
- func (m *AlarmRuleListRequest) String() string { return proto.CompactTextString(m) }
- func (*AlarmRuleListRequest) ProtoMessage() {}
- func (*AlarmRuleListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{3}
- }
- func (m *AlarmRuleListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmRuleListRequest.Unmarshal(m, b)
- }
- func (m *AlarmRuleListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmRuleListRequest.Marshal(b, m, deterministic)
- }
- func (m *AlarmRuleListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmRuleListRequest.Merge(m, src)
- }
- func (m *AlarmRuleListRequest) XXX_Size() int {
- return xxx_messageInfo_AlarmRuleListRequest.Size(m)
- }
- func (m *AlarmRuleListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmRuleListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmRuleListRequest proto.InternalMessageInfo
- func (m *AlarmRuleListRequest) GetProjectId() int64 {
- if m != nil {
- return m.ProjectId
- }
- return 0
- }
- func (m *AlarmRuleListRequest) GetSn() string {
- if m != nil {
- return m.Sn
- }
- return ""
- }
- type AlarmRuleListReply struct {
- List []*AlarmRule `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmRuleListReply) Reset() { *m = AlarmRuleListReply{} }
- func (m *AlarmRuleListReply) String() string { return proto.CompactTextString(m) }
- func (*AlarmRuleListReply) ProtoMessage() {}
- func (*AlarmRuleListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{4}
- }
- func (m *AlarmRuleListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmRuleListReply.Unmarshal(m, b)
- }
- func (m *AlarmRuleListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmRuleListReply.Marshal(b, m, deterministic)
- }
- func (m *AlarmRuleListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmRuleListReply.Merge(m, src)
- }
- func (m *AlarmRuleListReply) XXX_Size() int {
- return xxx_messageInfo_AlarmRuleListReply.Size(m)
- }
- func (m *AlarmRuleListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmRuleListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmRuleListReply proto.InternalMessageInfo
- func (m *AlarmRuleListReply) GetList() []*AlarmRule {
- if m != nil {
- return m.List
- }
- return nil
- }
- type AlarmRuleDeleteRequest struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmRuleDeleteRequest) Reset() { *m = AlarmRuleDeleteRequest{} }
- func (m *AlarmRuleDeleteRequest) String() string { return proto.CompactTextString(m) }
- func (*AlarmRuleDeleteRequest) ProtoMessage() {}
- func (*AlarmRuleDeleteRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{5}
- }
- func (m *AlarmRuleDeleteRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmRuleDeleteRequest.Unmarshal(m, b)
- }
- func (m *AlarmRuleDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmRuleDeleteRequest.Marshal(b, m, deterministic)
- }
- func (m *AlarmRuleDeleteRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmRuleDeleteRequest.Merge(m, src)
- }
- func (m *AlarmRuleDeleteRequest) XXX_Size() int {
- return xxx_messageInfo_AlarmRuleDeleteRequest.Size(m)
- }
- func (m *AlarmRuleDeleteRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmRuleDeleteRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmRuleDeleteRequest proto.InternalMessageInfo
- func (m *AlarmRuleDeleteRequest) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- type AlarmRuleDeleteReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmRuleDeleteReply) Reset() { *m = AlarmRuleDeleteReply{} }
- func (m *AlarmRuleDeleteReply) String() string { return proto.CompactTextString(m) }
- func (*AlarmRuleDeleteReply) ProtoMessage() {}
- func (*AlarmRuleDeleteReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{6}
- }
- func (m *AlarmRuleDeleteReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmRuleDeleteReply.Unmarshal(m, b)
- }
- func (m *AlarmRuleDeleteReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmRuleDeleteReply.Marshal(b, m, deterministic)
- }
- func (m *AlarmRuleDeleteReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmRuleDeleteReply.Merge(m, src)
- }
- func (m *AlarmRuleDeleteReply) XXX_Size() int {
- return xxx_messageInfo_AlarmRuleDeleteReply.Size(m)
- }
- func (m *AlarmRuleDeleteReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmRuleDeleteReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmRuleDeleteReply proto.InternalMessageInfo
- type AlarmRuleOnOffRequest struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- IsOn bool `protobuf:"varint,2,opt,name=is_on,json=isOn,proto3" json:"is_on"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmRuleOnOffRequest) Reset() { *m = AlarmRuleOnOffRequest{} }
- func (m *AlarmRuleOnOffRequest) String() string { return proto.CompactTextString(m) }
- func (*AlarmRuleOnOffRequest) ProtoMessage() {}
- func (*AlarmRuleOnOffRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{7}
- }
- func (m *AlarmRuleOnOffRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmRuleOnOffRequest.Unmarshal(m, b)
- }
- func (m *AlarmRuleOnOffRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmRuleOnOffRequest.Marshal(b, m, deterministic)
- }
- func (m *AlarmRuleOnOffRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmRuleOnOffRequest.Merge(m, src)
- }
- func (m *AlarmRuleOnOffRequest) XXX_Size() int {
- return xxx_messageInfo_AlarmRuleOnOffRequest.Size(m)
- }
- func (m *AlarmRuleOnOffRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmRuleOnOffRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmRuleOnOffRequest proto.InternalMessageInfo
- func (m *AlarmRuleOnOffRequest) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *AlarmRuleOnOffRequest) GetIsOn() bool {
- if m != nil {
- return m.IsOn
- }
- return false
- }
- type AlarmRuleOnOffReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmRuleOnOffReply) Reset() { *m = AlarmRuleOnOffReply{} }
- func (m *AlarmRuleOnOffReply) String() string { return proto.CompactTextString(m) }
- func (*AlarmRuleOnOffReply) ProtoMessage() {}
- func (*AlarmRuleOnOffReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{8}
- }
- func (m *AlarmRuleOnOffReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmRuleOnOffReply.Unmarshal(m, b)
- }
- func (m *AlarmRuleOnOffReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmRuleOnOffReply.Marshal(b, m, deterministic)
- }
- func (m *AlarmRuleOnOffReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmRuleOnOffReply.Merge(m, src)
- }
- func (m *AlarmRuleOnOffReply) XXX_Size() int {
- return xxx_messageInfo_AlarmRuleOnOffReply.Size(m)
- }
- func (m *AlarmRuleOnOffReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmRuleOnOffReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmRuleOnOffReply proto.InternalMessageInfo
- type AlarmRuleUpdateRequest struct {
- Rule *AlarmRule `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmRuleUpdateRequest) Reset() { *m = AlarmRuleUpdateRequest{} }
- func (m *AlarmRuleUpdateRequest) String() string { return proto.CompactTextString(m) }
- func (*AlarmRuleUpdateRequest) ProtoMessage() {}
- func (*AlarmRuleUpdateRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{9}
- }
- func (m *AlarmRuleUpdateRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmRuleUpdateRequest.Unmarshal(m, b)
- }
- func (m *AlarmRuleUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmRuleUpdateRequest.Marshal(b, m, deterministic)
- }
- func (m *AlarmRuleUpdateRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmRuleUpdateRequest.Merge(m, src)
- }
- func (m *AlarmRuleUpdateRequest) XXX_Size() int {
- return xxx_messageInfo_AlarmRuleUpdateRequest.Size(m)
- }
- func (m *AlarmRuleUpdateRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmRuleUpdateRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmRuleUpdateRequest proto.InternalMessageInfo
- func (m *AlarmRuleUpdateRequest) GetRule() *AlarmRule {
- if m != nil {
- return m.Rule
- }
- return nil
- }
- type AlarmRuleUpdateReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmRuleUpdateReply) Reset() { *m = AlarmRuleUpdateReply{} }
- func (m *AlarmRuleUpdateReply) String() string { return proto.CompactTextString(m) }
- func (*AlarmRuleUpdateReply) ProtoMessage() {}
- func (*AlarmRuleUpdateReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{10}
- }
- func (m *AlarmRuleUpdateReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmRuleUpdateReply.Unmarshal(m, b)
- }
- func (m *AlarmRuleUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmRuleUpdateReply.Marshal(b, m, deterministic)
- }
- func (m *AlarmRuleUpdateReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmRuleUpdateReply.Merge(m, src)
- }
- func (m *AlarmRuleUpdateReply) XXX_Size() int {
- return xxx_messageInfo_AlarmRuleUpdateReply.Size(m)
- }
- func (m *AlarmRuleUpdateReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmRuleUpdateReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmRuleUpdateReply proto.InternalMessageInfo
- type AlarmContact struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- ProjectId int64 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id"`
- Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
- Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmContact) Reset() { *m = AlarmContact{} }
- func (m *AlarmContact) String() string { return proto.CompactTextString(m) }
- func (*AlarmContact) ProtoMessage() {}
- func (*AlarmContact) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{11}
- }
- func (m *AlarmContact) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmContact.Unmarshal(m, b)
- }
- func (m *AlarmContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmContact.Marshal(b, m, deterministic)
- }
- func (m *AlarmContact) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmContact.Merge(m, src)
- }
- func (m *AlarmContact) XXX_Size() int {
- return xxx_messageInfo_AlarmContact.Size(m)
- }
- func (m *AlarmContact) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmContact.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmContact proto.InternalMessageInfo
- func (m *AlarmContact) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *AlarmContact) GetProjectId() int64 {
- if m != nil {
- return m.ProjectId
- }
- return 0
- }
- func (m *AlarmContact) GetPhone() string {
- if m != nil {
- return m.Phone
- }
- return ""
- }
- func (m *AlarmContact) GetEmail() string {
- if m != nil {
- return m.Email
- }
- return ""
- }
- type AlarmContactAddRequest struct {
- ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
- Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"`
- Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmContactAddRequest) Reset() { *m = AlarmContactAddRequest{} }
- func (m *AlarmContactAddRequest) String() string { return proto.CompactTextString(m) }
- func (*AlarmContactAddRequest) ProtoMessage() {}
- func (*AlarmContactAddRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{12}
- }
- func (m *AlarmContactAddRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmContactAddRequest.Unmarshal(m, b)
- }
- func (m *AlarmContactAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmContactAddRequest.Marshal(b, m, deterministic)
- }
- func (m *AlarmContactAddRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmContactAddRequest.Merge(m, src)
- }
- func (m *AlarmContactAddRequest) XXX_Size() int {
- return xxx_messageInfo_AlarmContactAddRequest.Size(m)
- }
- func (m *AlarmContactAddRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmContactAddRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmContactAddRequest proto.InternalMessageInfo
- func (m *AlarmContactAddRequest) GetProjectId() int64 {
- if m != nil {
- return m.ProjectId
- }
- return 0
- }
- func (m *AlarmContactAddRequest) GetPhone() string {
- if m != nil {
- return m.Phone
- }
- return ""
- }
- func (m *AlarmContactAddRequest) GetEmail() string {
- if m != nil {
- return m.Email
- }
- return ""
- }
- type AlarmContactAddReply struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmContactAddReply) Reset() { *m = AlarmContactAddReply{} }
- func (m *AlarmContactAddReply) String() string { return proto.CompactTextString(m) }
- func (*AlarmContactAddReply) ProtoMessage() {}
- func (*AlarmContactAddReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{13}
- }
- func (m *AlarmContactAddReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmContactAddReply.Unmarshal(m, b)
- }
- func (m *AlarmContactAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmContactAddReply.Marshal(b, m, deterministic)
- }
- func (m *AlarmContactAddReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmContactAddReply.Merge(m, src)
- }
- func (m *AlarmContactAddReply) XXX_Size() int {
- return xxx_messageInfo_AlarmContactAddReply.Size(m)
- }
- func (m *AlarmContactAddReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmContactAddReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmContactAddReply proto.InternalMessageInfo
- func (m *AlarmContactAddReply) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- type AlarmContactListRequest struct {
- ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmContactListRequest) Reset() { *m = AlarmContactListRequest{} }
- func (m *AlarmContactListRequest) String() string { return proto.CompactTextString(m) }
- func (*AlarmContactListRequest) ProtoMessage() {}
- func (*AlarmContactListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{14}
- }
- func (m *AlarmContactListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmContactListRequest.Unmarshal(m, b)
- }
- func (m *AlarmContactListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmContactListRequest.Marshal(b, m, deterministic)
- }
- func (m *AlarmContactListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmContactListRequest.Merge(m, src)
- }
- func (m *AlarmContactListRequest) XXX_Size() int {
- return xxx_messageInfo_AlarmContactListRequest.Size(m)
- }
- func (m *AlarmContactListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmContactListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmContactListRequest proto.InternalMessageInfo
- func (m *AlarmContactListRequest) GetProjectId() int64 {
- if m != nil {
- return m.ProjectId
- }
- return 0
- }
- type AlarmContactListReply struct {
- List []*AlarmContact `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmContactListReply) Reset() { *m = AlarmContactListReply{} }
- func (m *AlarmContactListReply) String() string { return proto.CompactTextString(m) }
- func (*AlarmContactListReply) ProtoMessage() {}
- func (*AlarmContactListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{15}
- }
- func (m *AlarmContactListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmContactListReply.Unmarshal(m, b)
- }
- func (m *AlarmContactListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmContactListReply.Marshal(b, m, deterministic)
- }
- func (m *AlarmContactListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmContactListReply.Merge(m, src)
- }
- func (m *AlarmContactListReply) XXX_Size() int {
- return xxx_messageInfo_AlarmContactListReply.Size(m)
- }
- func (m *AlarmContactListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmContactListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmContactListReply proto.InternalMessageInfo
- func (m *AlarmContactListReply) GetList() []*AlarmContact {
- if m != nil {
- return m.List
- }
- return nil
- }
- type AlarmContactDeleteRequest struct {
- ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
- Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmContactDeleteRequest) Reset() { *m = AlarmContactDeleteRequest{} }
- func (m *AlarmContactDeleteRequest) String() string { return proto.CompactTextString(m) }
- func (*AlarmContactDeleteRequest) ProtoMessage() {}
- func (*AlarmContactDeleteRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{16}
- }
- func (m *AlarmContactDeleteRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmContactDeleteRequest.Unmarshal(m, b)
- }
- func (m *AlarmContactDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmContactDeleteRequest.Marshal(b, m, deterministic)
- }
- func (m *AlarmContactDeleteRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmContactDeleteRequest.Merge(m, src)
- }
- func (m *AlarmContactDeleteRequest) XXX_Size() int {
- return xxx_messageInfo_AlarmContactDeleteRequest.Size(m)
- }
- func (m *AlarmContactDeleteRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmContactDeleteRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmContactDeleteRequest proto.InternalMessageInfo
- func (m *AlarmContactDeleteRequest) GetProjectId() int64 {
- if m != nil {
- return m.ProjectId
- }
- return 0
- }
- func (m *AlarmContactDeleteRequest) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- type AlarmContactDeleteReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmContactDeleteReply) Reset() { *m = AlarmContactDeleteReply{} }
- func (m *AlarmContactDeleteReply) String() string { return proto.CompactTextString(m) }
- func (*AlarmContactDeleteReply) ProtoMessage() {}
- func (*AlarmContactDeleteReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{17}
- }
- func (m *AlarmContactDeleteReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmContactDeleteReply.Unmarshal(m, b)
- }
- func (m *AlarmContactDeleteReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmContactDeleteReply.Marshal(b, m, deterministic)
- }
- func (m *AlarmContactDeleteReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmContactDeleteReply.Merge(m, src)
- }
- func (m *AlarmContactDeleteReply) XXX_Size() int {
- return xxx_messageInfo_AlarmContactDeleteReply.Size(m)
- }
- func (m *AlarmContactDeleteReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmContactDeleteReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmContactDeleteReply proto.InternalMessageInfo
- type AlarmAddRequest struct {
- // 项目id
- ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
- // 设备唯一编号
- Sn string `protobuf:"bytes,2,opt,name=sn,proto3" json:"sn"`
- // 告警原因
- AlarmReason string `protobuf:"bytes,3,opt,name=alarm_reason,json=alarmReason,proto3" json:"alarm_reason"`
- // 告警编码
- AlarmCode string `protobuf:"bytes,4,opt,name=alarm_code,json=alarmCode,proto3" json:"alarm_code"`
- // 告警时间
- Date string `protobuf:"bytes,5,opt,name=date,proto3" json:"date"`
- // 设备名
- DeviceName string `protobuf:"bytes,6,opt,name=device_name,json=deviceName,proto3" json:"device_name"`
- // 设备类型 eg:扬尘设备
- DeviceType string `protobuf:"bytes,7,opt,name=device_type,json=deviceType,proto3" json:"device_type"`
- DeviceCode int32 `protobuf:"varint,8,opt,name=device_code,json=deviceCode,proto3" json:"device_code"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmAddRequest) Reset() { *m = AlarmAddRequest{} }
- func (m *AlarmAddRequest) String() string { return proto.CompactTextString(m) }
- func (*AlarmAddRequest) ProtoMessage() {}
- func (*AlarmAddRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{18}
- }
- func (m *AlarmAddRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmAddRequest.Unmarshal(m, b)
- }
- func (m *AlarmAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmAddRequest.Marshal(b, m, deterministic)
- }
- func (m *AlarmAddRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmAddRequest.Merge(m, src)
- }
- func (m *AlarmAddRequest) XXX_Size() int {
- return xxx_messageInfo_AlarmAddRequest.Size(m)
- }
- func (m *AlarmAddRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmAddRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmAddRequest proto.InternalMessageInfo
- func (m *AlarmAddRequest) GetProjectId() int64 {
- if m != nil {
- return m.ProjectId
- }
- return 0
- }
- func (m *AlarmAddRequest) GetSn() string {
- if m != nil {
- return m.Sn
- }
- return ""
- }
- func (m *AlarmAddRequest) GetAlarmReason() string {
- if m != nil {
- return m.AlarmReason
- }
- return ""
- }
- func (m *AlarmAddRequest) GetAlarmCode() string {
- if m != nil {
- return m.AlarmCode
- }
- return ""
- }
- func (m *AlarmAddRequest) GetDate() string {
- if m != nil {
- return m.Date
- }
- return ""
- }
- func (m *AlarmAddRequest) GetDeviceName() string {
- if m != nil {
- return m.DeviceName
- }
- return ""
- }
- func (m *AlarmAddRequest) GetDeviceType() string {
- if m != nil {
- return m.DeviceType
- }
- return ""
- }
- func (m *AlarmAddRequest) GetDeviceCode() int32 {
- if m != nil {
- return m.DeviceCode
- }
- return 0
- }
- type AlarmAddReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AlarmAddReply) Reset() { *m = AlarmAddReply{} }
- func (m *AlarmAddReply) String() string { return proto.CompactTextString(m) }
- func (*AlarmAddReply) ProtoMessage() {}
- func (*AlarmAddReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_4a4142572412ce8e, []int{19}
- }
- func (m *AlarmAddReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AlarmAddReply.Unmarshal(m, b)
- }
- func (m *AlarmAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AlarmAddReply.Marshal(b, m, deterministic)
- }
- func (m *AlarmAddReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AlarmAddReply.Merge(m, src)
- }
- func (m *AlarmAddReply) XXX_Size() int {
- return xxx_messageInfo_AlarmAddReply.Size(m)
- }
- func (m *AlarmAddReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AlarmAddReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AlarmAddReply proto.InternalMessageInfo
- func init() {
- proto.RegisterType((*AlarmRule)(nil), "v1.AlarmRule")
- proto.RegisterType((*AlarmRuleAddRequest)(nil), "v1.AlarmRuleAddRequest")
- proto.RegisterType((*AlarmRuleAddReply)(nil), "v1.AlarmRuleAddReply")
- proto.RegisterType((*AlarmRuleListRequest)(nil), "v1.AlarmRuleListRequest")
- proto.RegisterType((*AlarmRuleListReply)(nil), "v1.AlarmRuleListReply")
- proto.RegisterType((*AlarmRuleDeleteRequest)(nil), "v1.AlarmRuleDeleteRequest")
- proto.RegisterType((*AlarmRuleDeleteReply)(nil), "v1.AlarmRuleDeleteReply")
- proto.RegisterType((*AlarmRuleOnOffRequest)(nil), "v1.AlarmRuleOnOffRequest")
- proto.RegisterType((*AlarmRuleOnOffReply)(nil), "v1.AlarmRuleOnOffReply")
- proto.RegisterType((*AlarmRuleUpdateRequest)(nil), "v1.AlarmRuleUpdateRequest")
- proto.RegisterType((*AlarmRuleUpdateReply)(nil), "v1.AlarmRuleUpdateReply")
- proto.RegisterType((*AlarmContact)(nil), "v1.AlarmContact")
- proto.RegisterType((*AlarmContactAddRequest)(nil), "v1.AlarmContactAddRequest")
- proto.RegisterType((*AlarmContactAddReply)(nil), "v1.AlarmContactAddReply")
- proto.RegisterType((*AlarmContactListRequest)(nil), "v1.AlarmContactListRequest")
- proto.RegisterType((*AlarmContactListReply)(nil), "v1.AlarmContactListReply")
- proto.RegisterType((*AlarmContactDeleteRequest)(nil), "v1.AlarmContactDeleteRequest")
- proto.RegisterType((*AlarmContactDeleteReply)(nil), "v1.AlarmContactDeleteReply")
- proto.RegisterType((*AlarmAddRequest)(nil), "v1.AlarmAddRequest")
- proto.RegisterType((*AlarmAddReply)(nil), "v1.AlarmAddReply")
- }
- func init() {
- proto.RegisterFile("alarm.proto", fileDescriptor_4a4142572412ce8e)
- }
- var fileDescriptor_4a4142572412ce8e = []byte{
- // 588 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x55, 0xcb, 0x8e, 0xd3, 0x30,
- 0x14, 0x55, 0xd2, 0x76, 0x98, 0xdc, 0x99, 0x69, 0x21, 0xf3, 0x20, 0x23, 0xf1, 0x68, 0xc3, 0x2b,
- 0x9b, 0xe9, 0xa8, 0xb0, 0x00, 0x09, 0x58, 0x94, 0xc7, 0x02, 0x84, 0x28, 0xb2, 0x60, 0xc3, 0xa6,
- 0xca, 0xc4, 0x1e, 0x61, 0xe4, 0xda, 0x26, 0x76, 0x2b, 0xf5, 0x17, 0x59, 0xf1, 0x3b, 0xec, 0x90,
- 0x1d, 0x27, 0x4d, 0x3a, 0x83, 0xa8, 0x66, 0xc5, 0xae, 0x39, 0xbe, 0xbe, 0xe7, 0x9e, 0xeb, 0xa3,
- 0x53, 0xd8, 0x49, 0x59, 0x9a, 0xcf, 0x86, 0x32, 0x17, 0x5a, 0x84, 0xfe, 0x62, 0x14, 0xff, 0xf2,
- 0x20, 0x18, 0x1b, 0x0c, 0xcd, 0x19, 0x09, 0x6f, 0x03, 0xc8, 0x5c, 0x7c, 0x27, 0x99, 0x9e, 0x52,
- 0x1c, 0x79, 0x7d, 0x2f, 0x69, 0xa1, 0xc0, 0x21, 0xef, 0x70, 0xd8, 0x05, 0x5f, 0xf1, 0xc8, 0xef,
- 0x7b, 0x49, 0x80, 0x7c, 0xc5, 0xc3, 0xbb, 0xae, 0xdf, 0x34, 0x13, 0x73, 0xae, 0xa3, 0x56, 0xdf,
- 0x4b, 0x3a, 0x08, 0x2c, 0xf4, 0xda, 0x20, 0xe1, 0x03, 0xe8, 0x2a, 0xca, 0x08, 0xcf, 0xc8, 0x54,
- 0x92, 0x9c, 0x0a, 0x1c, 0xb5, 0x6d, 0xcd, 0x9e, 0x43, 0x3f, 0x59, 0x30, 0xdc, 0x87, 0x0e, 0x55,
- 0x53, 0xc1, 0xa3, 0x4e, 0xdf, 0x4b, 0xb6, 0x51, 0x9b, 0xaa, 0x09, 0x37, 0x64, 0x14, 0x47, 0x5b,
- 0x76, 0x06, 0x9f, 0xe2, 0xf0, 0x11, 0xf4, 0x32, 0xc1, 0x35, 0xe5, 0xf3, 0xaa, 0xd9, 0x35, 0xdb,
- 0xac, 0x5b, 0xc2, 0x45, 0xb7, 0xf8, 0xa7, 0x07, 0xfb, 0x95, 0xa4, 0x31, 0xc6, 0x88, 0xfc, 0x98,
- 0x13, 0xa5, 0xff, 0x2b, 0x71, 0x1b, 0x8b, 0xb9, 0x07, 0x37, 0x9a, 0x5a, 0x24, 0x5b, 0xba, 0xd5,
- 0x78, 0xe5, 0x6a, 0xe2, 0xb7, 0x70, 0x50, 0x15, 0x7d, 0xa0, 0x4a, 0x5f, 0x4d, 0x71, 0xfc, 0x14,
- 0xc2, 0xb5, 0x36, 0x86, 0x6c, 0x00, 0x6d, 0x46, 0x95, 0x8e, 0xbc, 0x7e, 0x2b, 0xd9, 0x79, 0xbc,
- 0x37, 0x5c, 0x8c, 0x86, 0x55, 0x15, 0xb2, 0x47, 0x71, 0x02, 0x47, 0x15, 0xf4, 0x86, 0x30, 0xa2,
- 0x49, 0x39, 0xc1, 0xfa, 0xa4, 0x47, 0xb5, 0x49, 0xcb, 0x4a, 0xc9, 0x96, 0xf1, 0x0b, 0x38, 0xac,
- 0xf0, 0x09, 0x9f, 0x9c, 0x9f, 0xff, 0xa5, 0xc1, 0x6a, 0x9b, 0xfe, 0x6a, 0x9b, 0xf1, 0x61, 0xed,
- 0xc1, 0xdd, 0x6d, 0xd3, 0xf4, 0x79, 0x6d, 0xac, 0x2f, 0x12, 0xa7, 0xab, 0xb1, 0x06, 0xd0, 0xce,
- 0xe7, 0x8c, 0xd8, 0xbe, 0x17, 0x35, 0x99, 0xa3, 0xc6, 0xa4, 0xe5, 0x65, 0xd3, 0x94, 0xc2, 0xee,
- 0xb8, 0xf0, 0x00, 0xd7, 0x69, 0x76, 0x71, 0xc0, 0xe6, 0xce, 0xfd, 0xf5, 0x9d, 0x1f, 0x40, 0x47,
- 0x7e, 0x13, 0x9c, 0x58, 0x3f, 0x05, 0xa8, 0xf8, 0x30, 0x28, 0x99, 0xa5, 0x94, 0x59, 0x07, 0x05,
- 0xa8, 0xf8, 0x88, 0x33, 0x37, 0xbf, 0xa3, 0xda, 0xdc, 0xca, 0x15, 0x89, 0x7f, 0x29, 0x49, 0xab,
- 0x4e, 0xf2, 0xd0, 0xe9, 0xac, 0x93, 0x5c, 0xe6, 0xb1, 0x67, 0x70, 0xb3, 0x5e, 0xb7, 0xb9, 0xcd,
- 0xe2, 0x97, 0xee, 0x6d, 0x1b, 0x37, 0x0d, 0xc5, 0xfd, 0x86, 0xb3, 0xae, 0x57, 0xaf, 0xe0, 0x0a,
- 0x9d, 0xb9, 0xde, 0xc3, 0x71, 0x1d, 0x6d, 0xfa, 0xeb, 0xdf, 0x0e, 0xaf, 0x1e, 0xc1, 0x88, 0x38,
- 0x6e, 0x8a, 0xa8, 0x3b, 0xf0, 0xb7, 0x07, 0x3d, 0x7b, 0x76, 0xf5, 0xc4, 0x18, 0xc0, 0x6e, 0x91,
- 0x18, 0x39, 0x49, 0x95, 0xe0, 0x6e, 0xcf, 0x45, 0x8a, 0x20, 0x0b, 0x99, 0x8e, 0x65, 0xa8, 0x60,
- 0xe2, 0x5e, 0x3b, 0x70, 0x99, 0x82, 0x49, 0x18, 0x42, 0xdb, 0x38, 0xcd, 0x46, 0x45, 0x80, 0xec,
- 0x6f, 0x93, 0x43, 0x98, 0x2c, 0x68, 0x46, 0xa6, 0x3c, 0x9d, 0x11, 0x1b, 0x88, 0x01, 0x82, 0x02,
- 0xfa, 0x98, 0xce, 0xea, 0x05, 0x7a, 0x29, 0x89, 0xcd, 0x91, 0xaa, 0xe0, 0xf3, 0x52, 0xd6, 0x0b,
- 0x2c, 0xeb, 0x76, 0x91, 0x64, 0x05, 0x64, 0x68, 0xe3, 0x1e, 0xec, 0xad, 0xa4, 0x4b, 0xb6, 0x7c,
- 0x75, 0xe7, 0xeb, 0xad, 0x34, 0xcb, 0x88, 0x52, 0x27, 0x26, 0x8e, 0x72, 0xc1, 0x4e, 0x66, 0x82,
- 0x53, 0x2d, 0xf2, 0x53, 0x79, 0x76, 0xba, 0x18, 0x9d, 0x6d, 0xd9, 0x3f, 0x90, 0x27, 0x7f, 0x02,
- 0x00, 0x00, 0xff, 0xff, 0xd2, 0x99, 0x8a, 0x2a, 0x4f, 0x06, 0x00, 0x00,
- }
|