Class: CadenceThrift::PollForDecisionTaskRequest

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

DOMAIN =
10
TASKLIST =
20
IDENTITY =
30
BINARYCHECKSUM =
40
FIELDS =
{
  DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
  TASKLIST => {:type => ::Thrift::Types::STRUCT, :name => 'taskList', :class => ::CadenceThrift::TaskList, :optional => true},
  IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true},
  BINARYCHECKSUM => {:type => ::Thrift::Types::STRING, :name => 'binaryChecksum', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end