struct Apps::CallInfo
- Apps::CallInfo
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Journal.pb.crConstant Summary
-
FIELDS =
{1 => {name: :call_id, pb_type: :int64, crystal_type: Int64, cast_type: Int64, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :call_state, pb_type: CallInfo::CallState, crystal_type: CallInfo::CallState, cast_type: CallInfo::CallState?, native: false, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :call_direction, pb_type: CallInfo::CallDirection, crystal_type: CallInfo::CallDirection, cast_type: CallInfo::CallDirection?, native: false, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :call_success, pb_type: CallInfo::CallSuccess, crystal_type: CallInfo::CallSuccess, cast_type: CallInfo::CallSuccess?, native: false, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :other_number, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 20 => {name: :other_number_nice, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 22 => {name: :other_number_national, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :other_name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :this_number, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 21 => {name: :this_number_nice, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 23 => {name: :this_number_national, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :this_name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :v_extension, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :v_extension_name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :date_time_start, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 13 => {name: :call_duration, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 14 => {name: :date_time_end, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :call_tech, pb_type: CATSCallTechInfo, crystal_type: CATSCallTechInfo, cast_type: CATSCallTechInfo?, native: false, optional: true, repeated: false, default: nil, packed: false}, 15 => {name: :additional1, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 16 => {name: :additional2, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 17 => {name: :additional3, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 18 => {name: :additional4, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 19 => {name: :additional5, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 50 => {name: :data_set, pb_type: CATSDataSet, crystal_type: CATSDataSet, cast_type: CATSDataSet?, native: false, optional: true, repeated: false, default: nil, packed: false}, 51 => {name: :supported_specials, pb_type: SupportedSpecials, crystal_type: SupportedSpecials, cast_type: SupportedSpecials?, native: false, optional: true, repeated: false, default: nil, packed: false}, 52 => {name: :call_notice, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(call_id : Int64, call_state : CallInfo::CallState | Nil = nil, call_direction : CallInfo::CallDirection | Nil = nil, call_success : CallInfo::CallSuccess | Nil = nil, other_number : String | Nil = nil, other_number_nice : String | Nil = nil, other_number_national : String | Nil = nil, other_name : String | Nil = nil, this_number : String | Nil = nil, this_number_nice : String | Nil = nil, this_number_national : String | Nil = nil, this_name : String | Nil = nil, v_extension : String | Nil = nil, v_extension_name : String | Nil = nil, date_time_start : String | Nil = nil, call_duration : String | Nil = nil, date_time_end : String | Nil = nil, call_tech : CATSCallTechInfo | Nil = nil, additional1 : String | Nil = nil, additional2 : String | Nil = nil, additional3 : String | Nil = nil, additional4 : String | Nil = nil, additional5 : String | Nil = nil, data_set : CATSDataSet | Nil = nil, supported_specials : SupportedSpecials | Nil = nil, call_notice : String | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #additional1 : String | Nil
- #additional1=(additional1 : String | Nil)
- #additional2 : String | Nil
- #additional2=(additional2 : String | Nil)
- #additional3 : String | Nil
- #additional3=(additional3 : String | Nil)
- #additional4 : String | Nil
- #additional4=(additional4 : String | Nil)
- #additional5 : String | Nil
- #additional5=(additional5 : String | Nil)
- #call_direction : CallInfo::CallDirection | Nil
- #call_direction=(call_direction : CallInfo::CallDirection | Nil)
- #call_duration : String | Nil
- #call_duration=(call_duration : String | Nil)
- #call_id : Int64
- #call_id=(call_id : Int64)
- #call_notice : String | Nil
- #call_notice=(call_notice : String | Nil)
- #call_state : CallInfo::CallState | Nil
- #call_state=(call_state : CallInfo::CallState | Nil)
- #call_success : CallInfo::CallSuccess | Nil
- #call_success=(call_success : CallInfo::CallSuccess | Nil)
- #call_tech : CATSCallTechInfo | Nil
- #call_tech=(call_tech : CATSCallTechInfo | Nil)
- #data_set : CATSDataSet | Nil
- #data_set=(data_set : CATSDataSet | Nil)
- #date_time_end : String | Nil
- #date_time_end=(date_time_end : String | Nil)
- #date_time_start : String | Nil
- #date_time_start=(date_time_start : String | Nil)
- #other_name : String | Nil
- #other_name=(other_name : String | Nil)
- #other_number : String | Nil
- #other_number=(other_number : String | Nil)
- #other_number_national : String | Nil
- #other_number_national=(other_number_national : String | Nil)
- #other_number_nice : String | Nil
- #other_number_nice=(other_number_nice : String | Nil)
- #supported_specials : SupportedSpecials | Nil
- #supported_specials=(supported_specials : SupportedSpecials | Nil)
- #this_name : String | Nil
- #this_name=(this_name : String | Nil)
- #this_number : String | Nil
- #this_number=(this_number : String | Nil)
- #this_number_national : String | Nil
- #this_number_national=(this_number_national : String | Nil)
- #this_number_nice : String | Nil
- #this_number_nice=(this_number_nice : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #v_extension : String | Nil
- #v_extension=(v_extension : String | Nil)
- #v_extension_name : String | Nil
- #v_extension_name=(v_extension_name : String | Nil)
Constructor Detail
def self.new(call_id : Int64, call_state : CallInfo::CallState | Nil = nil, call_direction : CallInfo::CallDirection | Nil = nil, call_success : CallInfo::CallSuccess | Nil = nil, other_number : String | Nil = nil, other_number_nice : String | Nil = nil, other_number_national : String | Nil = nil, other_name : String | Nil = nil, this_number : String | Nil = nil, this_number_nice : String | Nil = nil, this_number_national : String | Nil = nil, this_name : String | Nil = nil, v_extension : String | Nil = nil, v_extension_name : String | Nil = nil, date_time_start : String | Nil = nil, call_duration : String | Nil = nil, date_time_end : String | Nil = nil, call_tech : CATSCallTechInfo | Nil = nil, additional1 : String | Nil = nil, additional2 : String | Nil = nil, additional3 : String | Nil = nil, additional4 : String | Nil = nil, additional5 : String | Nil = nil, data_set : CATSDataSet | Nil = nil, supported_specials : SupportedSpecials | Nil = nil, call_notice : String | Nil = nil)
#