class AbuseMessage
Constants
- CONTENTTYPE
- CREATEDTIME
- FIELDS
- MESSAGE
- MESSAGEID
- METADATA
- SENDERMID
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 15559 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 15561 def validate unless @contentType.nil? || ::P0_a_e_a_b_d9::VALID_VALUES.include?(@contentType) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field contentType!') end end