Class: CadenceThrift::ResetPointInfo

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

BINARYCHECKSUM =
10
RUNID =
20
FIRSTDECISIONCOMPLETEDID =
30
CREATEDTIMENANO =
40
EXPIRINGTIMENANO =
50
RESETTABLE =
60
FIELDS =
{
  BINARYCHECKSUM => {:type => ::Thrift::Types::STRING, :name => 'binaryChecksum', :optional => true},
  RUNID => {:type => ::Thrift::Types::STRING, :name => 'runId', :optional => true},
  FIRSTDECISIONCOMPLETEDID => {:type => ::Thrift::Types::I64, :name => 'firstDecisionCompletedId', :optional => true},
  CREATEDTIMENANO => {:type => ::Thrift::Types::I64, :name => 'createdTimeNano', :optional => true},
  EXPIRINGTIMENANO => {:type => ::Thrift::Types::I64, :name => 'expiringTimeNano', :optional => true},
  RESETTABLE => {:type => ::Thrift::Types::BOOL, :name => 'resettable', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end