class DocuSign_eSign::ReportInProductGet

Attributes

authentication_success_filter[RW]
custom_field_filter[RW]
date_range_custom_from_date[RW]
date_range_custom_to_date[RW]
date_range_filter[RW]
display_order[RW]
envelope_date_type_filter[RW]
envelope_recipient_name_contains_filter[RW]
envelope_status_filter[RW]
envelope_subject_contains_filter[RW]
fields[RW]
last_scheduled_execution_date[RW]
last_scheduled_execution_success_date[RW]
max_download_rows[RW]
max_grid_rows[RW]
max_scheduled_rows[RW]
period_length_filter[RW]
report_customized_id[RW]
report_description[RW]
report_id[RW]
report_name[RW]
report_type[RW]
run_uri[RW]
save_uri[RW]
schedule_id[RW]
sent_by_details[RW]
sent_by_filter[RW]
sent_by_ids[RW]
sort_field_direction[RW]
sort_field_name[RW]
verification_status_filter[RW]

Public Class Methods

attribute_map() click to toggle source

Attribute mapping from ruby-style variable name to JSON key.

# File lib/docusign_esign/models/report_in_product_get.rb, line 109
def self.attribute_map
  {
    :'authentication_success_filter' => :'authenticationSuccessFilter',
    :'custom_field_filter' => :'customFieldFilter',
    :'date_range_custom_from_date' => :'dateRangeCustomFromDate',
    :'date_range_custom_to_date' => :'dateRangeCustomToDate',
    :'date_range_filter' => :'dateRangeFilter',
    :'display_order' => :'displayOrder',
    :'envelope_date_type_filter' => :'envelopeDateTypeFilter',
    :'envelope_recipient_name_contains_filter' => :'envelopeRecipientNameContainsFilter',
    :'envelope_status_filter' => :'envelopeStatusFilter',
    :'envelope_subject_contains_filter' => :'envelopeSubjectContainsFilter',
    :'fields' => :'fields',
    :'last_scheduled_execution_date' => :'lastScheduledExecutionDate',
    :'last_scheduled_execution_success_date' => :'lastScheduledExecutionSuccessDate',
    :'max_download_rows' => :'maxDownloadRows',
    :'max_grid_rows' => :'maxGridRows',
    :'max_scheduled_rows' => :'maxScheduledRows',
    :'period_length_filter' => :'periodLengthFilter',
    :'report_customized_id' => :'reportCustomizedId',
    :'report_description' => :'reportDescription',
    :'report_id' => :'reportId',
    :'report_name' => :'reportName',
    :'report_type' => :'reportType',
    :'run_uri' => :'runUri',
    :'save_uri' => :'saveUri',
    :'schedule_id' => :'scheduleId',
    :'sent_by_details' => :'sentByDetails',
    :'sent_by_filter' => :'sentByFilter',
    :'sent_by_ids' => :'sentByIds',
    :'sort_field_direction' => :'sortFieldDirection',
    :'sort_field_name' => :'sortFieldName',
    :'verification_status_filter' => :'verificationStatusFilter'
  }
end
new(attributes = {}) click to toggle source

Initializes the object @param [Hash] attributes Model attributes in the form of hash

# File lib/docusign_esign/models/report_in_product_get.rb, line 184
def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }

  if attributes.has_key?(:'authenticationSuccessFilter')
    self.authentication_success_filter = attributes[:'authenticationSuccessFilter']
  end

  if attributes.has_key?(:'customFieldFilter')
    self.custom_field_filter = attributes[:'customFieldFilter']
  end

  if attributes.has_key?(:'dateRangeCustomFromDate')
    self.date_range_custom_from_date = attributes[:'dateRangeCustomFromDate']
  end

  if attributes.has_key?(:'dateRangeCustomToDate')
    self.date_range_custom_to_date = attributes[:'dateRangeCustomToDate']
  end

  if attributes.has_key?(:'dateRangeFilter')
    self.date_range_filter = attributes[:'dateRangeFilter']
  end

  if attributes.has_key?(:'displayOrder')
    self.display_order = attributes[:'displayOrder']
  end

  if attributes.has_key?(:'envelopeDateTypeFilter')
    self.envelope_date_type_filter = attributes[:'envelopeDateTypeFilter']
  end

  if attributes.has_key?(:'envelopeRecipientNameContainsFilter')
    self.envelope_recipient_name_contains_filter = attributes[:'envelopeRecipientNameContainsFilter']
  end

  if attributes.has_key?(:'envelopeStatusFilter')
    self.envelope_status_filter = attributes[:'envelopeStatusFilter']
  end

  if attributes.has_key?(:'envelopeSubjectContainsFilter')
    self.envelope_subject_contains_filter = attributes[:'envelopeSubjectContainsFilter']
  end

  if attributes.has_key?(:'fields')
    if (value = attributes[:'fields']).is_a?(Array)
      self.fields = value
    end
  end

  if attributes.has_key?(:'lastScheduledExecutionDate')
    self.last_scheduled_execution_date = attributes[:'lastScheduledExecutionDate']
  end

  if attributes.has_key?(:'lastScheduledExecutionSuccessDate')
    self.last_scheduled_execution_success_date = attributes[:'lastScheduledExecutionSuccessDate']
  end

  if attributes.has_key?(:'maxDownloadRows')
    self.max_download_rows = attributes[:'maxDownloadRows']
  end

  if attributes.has_key?(:'maxGridRows')
    self.max_grid_rows = attributes[:'maxGridRows']
  end

  if attributes.has_key?(:'maxScheduledRows')
    self.max_scheduled_rows = attributes[:'maxScheduledRows']
  end

  if attributes.has_key?(:'periodLengthFilter')
    self.period_length_filter = attributes[:'periodLengthFilter']
  end

  if attributes.has_key?(:'reportCustomizedId')
    self.report_customized_id = attributes[:'reportCustomizedId']
  end

  if attributes.has_key?(:'reportDescription')
    self.report_description = attributes[:'reportDescription']
  end

  if attributes.has_key?(:'reportId')
    self.report_id = attributes[:'reportId']
  end

  if attributes.has_key?(:'reportName')
    self.report_name = attributes[:'reportName']
  end

  if attributes.has_key?(:'reportType')
    self.report_type = attributes[:'reportType']
  end

  if attributes.has_key?(:'runUri')
    self.run_uri = attributes[:'runUri']
  end

  if attributes.has_key?(:'saveUri')
    self.save_uri = attributes[:'saveUri']
  end

  if attributes.has_key?(:'scheduleId')
    self.schedule_id = attributes[:'scheduleId']
  end

  if attributes.has_key?(:'sentByDetails')
    self.sent_by_details = attributes[:'sentByDetails']
  end

  if attributes.has_key?(:'sentByFilter')
    self.sent_by_filter = attributes[:'sentByFilter']
  end

  if attributes.has_key?(:'sentByIds')
    self.sent_by_ids = attributes[:'sentByIds']
  end

  if attributes.has_key?(:'sortFieldDirection')
    self.sort_field_direction = attributes[:'sortFieldDirection']
  end

  if attributes.has_key?(:'sortFieldName')
    self.sort_field_name = attributes[:'sortFieldName']
  end

  if attributes.has_key?(:'verificationStatusFilter')
    self.verification_status_filter = attributes[:'verificationStatusFilter']
  end
end
swagger_types() click to toggle source

Attribute type mapping.

# File lib/docusign_esign/models/report_in_product_get.rb, line 146
def self.swagger_types
  {
    :'authentication_success_filter' => :'String',
    :'custom_field_filter' => :'String',
    :'date_range_custom_from_date' => :'String',
    :'date_range_custom_to_date' => :'String',
    :'date_range_filter' => :'String',
    :'display_order' => :'String',
    :'envelope_date_type_filter' => :'String',
    :'envelope_recipient_name_contains_filter' => :'String',
    :'envelope_status_filter' => :'String',
    :'envelope_subject_contains_filter' => :'String',
    :'fields' => :'Array<ReportInProductField>',
    :'last_scheduled_execution_date' => :'String',
    :'last_scheduled_execution_success_date' => :'String',
    :'max_download_rows' => :'String',
    :'max_grid_rows' => :'String',
    :'max_scheduled_rows' => :'String',
    :'period_length_filter' => :'String',
    :'report_customized_id' => :'String',
    :'report_description' => :'String',
    :'report_id' => :'String',
    :'report_name' => :'String',
    :'report_type' => :'String',
    :'run_uri' => :'String',
    :'save_uri' => :'String',
    :'schedule_id' => :'String',
    :'sent_by_details' => :'ReportInProductSentByDetails',
    :'sent_by_filter' => :'String',
    :'sent_by_ids' => :'String',
    :'sort_field_direction' => :'String',
    :'sort_field_name' => :'String',
    :'verification_status_filter' => :'String'
  }
end

Public Instance Methods

==(o) click to toggle source

Checks equality by comparing each attribute. @param [Object] Object to be compared

# File lib/docusign_esign/models/report_in_product_get.rb, line 332
def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      authentication_success_filter == o.authentication_success_filter &&
      custom_field_filter == o.custom_field_filter &&
      date_range_custom_from_date == o.date_range_custom_from_date &&
      date_range_custom_to_date == o.date_range_custom_to_date &&
      date_range_filter == o.date_range_filter &&
      display_order == o.display_order &&
      envelope_date_type_filter == o.envelope_date_type_filter &&
      envelope_recipient_name_contains_filter == o.envelope_recipient_name_contains_filter &&
      envelope_status_filter == o.envelope_status_filter &&
      envelope_subject_contains_filter == o.envelope_subject_contains_filter &&
      fields == o.fields &&
      last_scheduled_execution_date == o.last_scheduled_execution_date &&
      last_scheduled_execution_success_date == o.last_scheduled_execution_success_date &&
      max_download_rows == o.max_download_rows &&
      max_grid_rows == o.max_grid_rows &&
      max_scheduled_rows == o.max_scheduled_rows &&
      period_length_filter == o.period_length_filter &&
      report_customized_id == o.report_customized_id &&
      report_description == o.report_description &&
      report_id == o.report_id &&
      report_name == o.report_name &&
      report_type == o.report_type &&
      run_uri == o.run_uri &&
      save_uri == o.save_uri &&
      schedule_id == o.schedule_id &&
      sent_by_details == o.sent_by_details &&
      sent_by_filter == o.sent_by_filter &&
      sent_by_ids == o.sent_by_ids &&
      sort_field_direction == o.sort_field_direction &&
      sort_field_name == o.sort_field_name &&
      verification_status_filter == o.verification_status_filter
end
_deserialize(type, value) click to toggle source

Deserializes the data based on type @param string type Data type @param string value Value to be deserialized @return [Object] Deserialized data

# File lib/docusign_esign/models/report_in_product_get.rb, line 404
def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :BOOLEAN
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    temp_model = DocuSign_eSign.const_get(type).new
    temp_model.build_from_hash(value)
  end
end
_to_hash(value) click to toggle source

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value @param [Object] value Any valid value @return [Hash] Returns the value in the form of hash

# File lib/docusign_esign/models/report_in_product_get.rb, line 470
def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end
build_from_hash(attributes) click to toggle source

Builds the object from hash @param [Hash] attributes Model attributes in the form of hash @return [Object] Returns the model itself

# File lib/docusign_esign/models/report_in_product_get.rb, line 383
def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.swagger_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end
eql?(o) click to toggle source

@see the ‘==` method @param [Object] Object to be compared

# File lib/docusign_esign/models/report_in_product_get.rb, line 370
def eql?(o)
  self == o
end
hash() click to toggle source

Calculates hash code according to all attributes. @return [Fixnum] Hash code

# File lib/docusign_esign/models/report_in_product_get.rb, line 376
def hash
  [authentication_success_filter, custom_field_filter, date_range_custom_from_date, date_range_custom_to_date, date_range_filter, display_order, envelope_date_type_filter, envelope_recipient_name_contains_filter, envelope_status_filter, envelope_subject_contains_filter, fields, last_scheduled_execution_date, last_scheduled_execution_success_date, max_download_rows, max_grid_rows, max_scheduled_rows, period_length_filter, report_customized_id, report_description, report_id, report_name, report_type, run_uri, save_uri, schedule_id, sent_by_details, sent_by_filter, sent_by_ids, sort_field_direction, sort_field_name, verification_status_filter].hash
end
list_invalid_properties() click to toggle source

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

# File lib/docusign_esign/models/report_in_product_get.rb, line 319
def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end
to_body() click to toggle source

to_body is an alias to to_hash (backward compatibility) @return [Hash] Returns the object in the form of hash

# File lib/docusign_esign/models/report_in_product_get.rb, line 450
def to_body
  to_hash
end
to_hash() click to toggle source

Returns the object in the form of hash @return [Hash] Returns the object in the form of hash

# File lib/docusign_esign/models/report_in_product_get.rb, line 456
def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end
to_s() click to toggle source

Returns the string representation of the object @return [String] String presentation of the object

# File lib/docusign_esign/models/report_in_product_get.rb, line 444
def to_s
  to_hash.to_s
end
valid?() click to toggle source

Check to see if the all the properties in the model are valid @return true if the model is valid

# File lib/docusign_esign/models/report_in_product_get.rb, line 326
def valid?
  true
end