class ProcessedDocumentMetadataDTO

Constants

CREATED
FIELDS
ID
SHA1HASH
UPDATED

Public Instance Methods

struct_fields() click to toggle source
# File lib/gen-rb/relevanced_protocol_types.rb, line 124
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/gen-rb/relevanced_protocol_types.rb, line 126
def validate
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field id is unset!') unless @id
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field sha1Hash is unset!') unless @sha1Hash
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field created is unset!') unless @created
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field updated is unset!') unless @updated
end