java.lang.Object
dev.vality.damsel.payment_tool_provider.Auth3DS
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Auth3DS>, org.apache.thrift.TBase<Auth3DS,Auth3DS._Fields>, org.apache.thrift.TSerializable

@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2024-08-02") public class Auth3DS extends Object implements org.apache.thrift.TBase<Auth3DS,Auth3DS._Fields>, Serializable, Cloneable, Comparable<Auth3DS>
See Also:
  • Field Details

    • cryptogram

      public String cryptogram
    • eci

      public String eci
    • metaDataMap

      public static final Map<Auth3DS._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
  • Constructor Details

    • Auth3DS

      public Auth3DS()
    • Auth3DS

      public Auth3DS(String cryptogram)
    • Auth3DS

      public Auth3DS(Auth3DS other)
      Performs a deep copy on other.
  • Method Details

    • deepCopy

      public Auth3DS deepCopy()
      Specified by:
      deepCopy in interface org.apache.thrift.TBase<Auth3DS,Auth3DS._Fields>
    • clear

      public void clear()
      Specified by:
      clear in interface org.apache.thrift.TBase<Auth3DS,Auth3DS._Fields>
    • getCryptogram

      public String getCryptogram()
    • setCryptogram

      public Auth3DS setCryptogram(String cryptogram)
    • unsetCryptogram

      public void unsetCryptogram()
    • isSetCryptogram

      public boolean isSetCryptogram()
      Returns true if field cryptogram is set (has been assigned a value) and false otherwise
    • setCryptogramIsSet

      public void setCryptogramIsSet(boolean value)
    • getEci

      public String getEci()
    • setEci

      public Auth3DS setEci(String eci)
    • unsetEci

      public void unsetEci()
    • isSetEci

      public boolean isSetEci()
      Returns true if field eci is set (has been assigned a value) and false otherwise
    • setEciIsSet

      public void setEciIsSet(boolean value)
    • setFieldValue

      public void setFieldValue(Auth3DS._Fields field, Object value)
      Specified by:
      setFieldValue in interface org.apache.thrift.TBase<Auth3DS,Auth3DS._Fields>
    • getFieldValue

      public Object getFieldValue(Auth3DS._Fields field)
      Specified by:
      getFieldValue in interface org.apache.thrift.TBase<Auth3DS,Auth3DS._Fields>
    • isSet

      public boolean isSet(Auth3DS._Fields field)
      Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
      Specified by:
      isSet in interface org.apache.thrift.TBase<Auth3DS,Auth3DS._Fields>
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • equals

      public boolean equals(Auth3DS that)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • compareTo

      public int compareTo(Auth3DS other)
      Specified by:
      compareTo in interface Comparable<Auth3DS>
    • fieldForId

      public Auth3DS._Fields fieldForId(int fieldId)
      Specified by:
      fieldForId in interface org.apache.thrift.TBase<Auth3DS,Auth3DS._Fields>
    • getFields

      public Auth3DS._Fields[] getFields()
      Specified by:
      getFields in interface org.apache.thrift.TBase<Auth3DS,Auth3DS._Fields>
    • getFieldMetaData

      public Map<Auth3DS._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()
      Specified by:
      getFieldMetaData in interface org.apache.thrift.TBase<Auth3DS,Auth3DS._Fields>
    • read

      public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
      Specified by:
      read in interface org.apache.thrift.TSerializable
      Throws:
      org.apache.thrift.TException
    • write

      public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
      Specified by:
      write in interface org.apache.thrift.TSerializable
      Throws:
      org.apache.thrift.TException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validate

      public void validate() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException