Class BankIdentification


  • public class BankIdentification
    extends Object
    BankIdentification
    • Constructor Detail

      • BankIdentification

        public BankIdentification()
    • Method Detail

      • getCountry

        public String getCountry()
        Get country
        Returns:
        country
      • setCountry

        public void setCountry​(String country)
      • getIdentification

        public String getIdentification()
        Get identification
        Returns:
        identification
      • setIdentification

        public void setIdentification​(String identification)
      • equals

        public boolean equals​(Object o)
        Return true if this BankIdentification object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

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

        public static BankIdentification fromJson​(String jsonString)
                                           throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of BankIdentification given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of BankIdentification
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to BankIdentification
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of BankIdentification to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException