Class Details

java.lang.Object
org.apache.thrift.TUnion<Details,​Details._Fields>
dev.vality.fistful.limit_check.Details
All Implemented Interfaces:
Serializable, Comparable<Details>, org.apache.thrift.TBase<Details,​Details._Fields>, org.apache.thrift.TSerializable

@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
           date="2022-06-27")
public class Details
extends org.apache.thrift.TUnion<Details,​Details._Fields>
See Also:
Serialized Form
  • Field Details

    • metaDataMap

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

  • Method Details

    • deepCopy

      public Details deepCopy()
    • wallet_sender

      public static Details wallet_sender​(WalletDetails value)
    • wallet_receiver

      public static Details wallet_receiver​(WalletDetails value)
    • checkType

      protected void checkType​(Details._Fields setField, Object value) throws ClassCastException
      Specified by:
      checkType in class org.apache.thrift.TUnion<Details,​Details._Fields>
      Throws:
      ClassCastException
    • standardSchemeReadValue

      protected Object standardSchemeReadValue​(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException
      Specified by:
      standardSchemeReadValue in class org.apache.thrift.TUnion<Details,​Details._Fields>
      Throws:
      org.apache.thrift.TException
    • standardSchemeWriteValue

      protected void standardSchemeWriteValue​(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
      Specified by:
      standardSchemeWriteValue in class org.apache.thrift.TUnion<Details,​Details._Fields>
      Throws:
      org.apache.thrift.TException
    • tupleSchemeReadValue

      protected Object tupleSchemeReadValue​(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException
      Specified by:
      tupleSchemeReadValue in class org.apache.thrift.TUnion<Details,​Details._Fields>
      Throws:
      org.apache.thrift.TException
    • tupleSchemeWriteValue

      protected void tupleSchemeWriteValue​(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
      Specified by:
      tupleSchemeWriteValue in class org.apache.thrift.TUnion<Details,​Details._Fields>
      Throws:
      org.apache.thrift.TException
    • getFieldDesc

      protected org.apache.thrift.protocol.TField getFieldDesc​(Details._Fields setField)
      Specified by:
      getFieldDesc in class org.apache.thrift.TUnion<Details,​Details._Fields>
    • getStructDesc

      protected org.apache.thrift.protocol.TStruct getStructDesc()
      Specified by:
      getStructDesc in class org.apache.thrift.TUnion<Details,​Details._Fields>
    • enumForId

      protected Details._Fields enumForId​(short id)
      Specified by:
      enumForId in class org.apache.thrift.TUnion<Details,​Details._Fields>
    • getFields

      public Details._Fields[] getFields()
    • getFieldMetaData

      public Map<Details._Fields,​org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()
    • fieldForId

      public Details._Fields fieldForId​(int fieldId)
    • getWalletSender

      public WalletDetails getWalletSender()
    • setWalletSender

      public void setWalletSender​(WalletDetails value)
    • getWalletReceiver

      public WalletDetails getWalletReceiver()
    • setWalletReceiver

      public void setWalletReceiver​(WalletDetails value)
    • isSetWalletSender

      public boolean isSetWalletSender()
    • isSetWalletReceiver

      public boolean isSetWalletReceiver()
    • equals

      public boolean equals​(Object other)
      Overrides:
      equals in class Object
    • equals

      public boolean equals​(Details other)
    • compareTo

      public int compareTo​(Details other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object