Documentation ¶
Index ¶
- type ContactCommunicationMethodField
- func (*ContactCommunicationMethodField) Descriptor() ([]byte, []int)
- func (m *ContactCommunicationMethodField) GetContactCommunicationMethodId() int64
- func (m *ContactCommunicationMethodField) GetContactId() int64
- func (m *ContactCommunicationMethodField) GetContactSystemCode() string
- func (m *ContactCommunicationMethodField) GetFieldCode() string
- func (m *ContactCommunicationMethodField) GetFieldValue() string
- func (*ContactCommunicationMethodField) ProtoMessage()
- func (m *ContactCommunicationMethodField) Reset()
- func (m *ContactCommunicationMethodField) String() string
- func (m *ContactCommunicationMethodField) XXX_DiscardUnknown()
- func (m *ContactCommunicationMethodField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContactCommunicationMethodField) XXX_Merge(src proto.Message)
- func (m *ContactCommunicationMethodField) XXX_Size() int
- func (m *ContactCommunicationMethodField) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContactCommunicationMethodField ¶
type ContactCommunicationMethodField struct { ContactSystemCode string `protobuf:"bytes,1,opt,name=contact_system_code,json=contactSystemCode,proto3" json:"contact_system_code,omitempty"` ContactId int64 `protobuf:"varint,2,opt,name=contact_id,json=contactId,proto3" json:"contact_id,omitempty"` ContactCommunicationMethodId int64 `` /* 150-byte string literal not displayed */ FieldCode string `protobuf:"bytes,4,opt,name=field_code,json=fieldCode,proto3" json:"field_code,omitempty"` FieldValue string `protobuf:"bytes,5,opt,name=field_value,json=fieldValue,proto3" json:"field_value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ContactCommunicationMethodField) Descriptor ¶
func (*ContactCommunicationMethodField) Descriptor() ([]byte, []int)
func (*ContactCommunicationMethodField) GetContactCommunicationMethodId ¶
func (m *ContactCommunicationMethodField) GetContactCommunicationMethodId() int64
func (*ContactCommunicationMethodField) GetContactId ¶
func (m *ContactCommunicationMethodField) GetContactId() int64
func (*ContactCommunicationMethodField) GetContactSystemCode ¶
func (m *ContactCommunicationMethodField) GetContactSystemCode() string
func (*ContactCommunicationMethodField) GetFieldCode ¶
func (m *ContactCommunicationMethodField) GetFieldCode() string
func (*ContactCommunicationMethodField) GetFieldValue ¶
func (m *ContactCommunicationMethodField) GetFieldValue() string
func (*ContactCommunicationMethodField) ProtoMessage ¶
func (*ContactCommunicationMethodField) ProtoMessage()
func (*ContactCommunicationMethodField) Reset ¶
func (m *ContactCommunicationMethodField) Reset()
func (*ContactCommunicationMethodField) String ¶
func (m *ContactCommunicationMethodField) String() string
func (*ContactCommunicationMethodField) XXX_DiscardUnknown ¶
func (m *ContactCommunicationMethodField) XXX_DiscardUnknown()
func (*ContactCommunicationMethodField) XXX_Marshal ¶
func (m *ContactCommunicationMethodField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContactCommunicationMethodField) XXX_Merge ¶
func (m *ContactCommunicationMethodField) XXX_Merge(src proto.Message)
func (*ContactCommunicationMethodField) XXX_Size ¶
func (m *ContactCommunicationMethodField) XXX_Size() int
func (*ContactCommunicationMethodField) XXX_Unmarshal ¶
func (m *ContactCommunicationMethodField) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.