Class: CadenceThrift::StartTimeFilter

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb

Constant Summary collapse

EARLIESTTIME =
10
LATESTTIME =
20
FIELDS =
{
  EARLIESTTIME => {:type => ::Thrift::Types::I64, :name => 'earliestTime', :optional => true},
  LATESTTIME => {:type => ::Thrift::Types::I64, :name => 'latestTime', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2777
# File 'lib/gen/thrift/shared_types.rb', line 2777

def struct_fields; FIELDS; end

#validateObject



2779
2780
# File 'lib/gen/thrift/shared_types.rb', line 2779

def validate
end