Class CountryObject

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

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

  • Constructor Details

    • CountryObject

      public CountryObject()
    • CountryObject

      public CountryObject(CountryRef ref, Country data)
    • CountryObject

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