class Service::Content::Thrift::SimpleTrackRecordPageResult

Constants

CURRENTPAGE
FIELDS
PAGESIZE
SIMPLETRACKRECORDS
TOTALSIZE

Public Instance Methods

struct_fields() click to toggle source
# File lib/service_album_api/content_types.rb, line 827
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/service_album_api/content_types.rb, line 829
def validate
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field totalSize is unset!') unless @totalSize
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field currentPage is unset!') unless @currentPage
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field pageSize is unset!') unless @pageSize
end