Class: SticonProductMapping

Inherits:
Object
  • Object
show all
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

PRODUCTID =
1
OLDPRODUCTID =
2
NEWTOOLDSTICONIDMAPPING =
3
OLDPACKAGEVERSION =
4
OLDMETAVERSION =
5
STICKERPACKAGEID =
6
STICKERPACKAGEVERSION =
7
STICKERIDS =
8
FIELDS =
{
  PRODUCTID => {:type => ::Thrift::Types::STRING, :name => 'productId'},
  OLDPRODUCTID => {:type => ::Thrift::Types::STRING, :name => 'oldProductId'},
  NEWTOOLDSTICONIDMAPPING => {:type => ::Thrift::Types::MAP, :name => 'newToOldSticonIdMapping', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}},
  OLDPACKAGEVERSION => {:type => ::Thrift::Types::I32, :name => 'oldPackageVersion'},
  OLDMETAVERSION => {:type => ::Thrift::Types::I32, :name => 'oldMetaVersion'},
  STICKERPACKAGEID => {:type => ::Thrift::Types::I64, :name => 'stickerPackageId'},
  STICKERPACKAGEVERSION => {:type => ::Thrift::Types::I32, :name => 'stickerPackageVersion'},
  STICKERIDS => {:type => ::Thrift::Types::MAP, :name => 'stickerIds', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



12139
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12139

def struct_fields; FIELDS; end

#validateObject



12141
12142
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12141

def validate
end