Class: TMessageReadRangeEntry
- Inherits:
-
Object
- Object
- TMessageReadRangeEntry
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- STARTMESSAGEID =
1
- ENDMESSAGEID =
2
- STARTTIME =
3
- ENDTIME =
4
- FIELDS =
{ STARTMESSAGEID => {:type => ::Thrift::Types::I64, :name => 'startMessageId'}, ENDMESSAGEID => {:type => ::Thrift::Types::I64, :name => 'endMessageId'}, STARTTIME => {:type => ::Thrift::Types::I64, :name => 'startTime'}, ENDTIME => {:type => ::Thrift::Types::I64, :name => 'endTime'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
14900 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14900 def struct_fields; FIELDS; end |
#validate ⇒ Object
14902 14903 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14902 def validate end |