Class TransactionRulesResponse


  • public class TransactionRulesResponse
    extends Object
    TransactionRulesResponse
    • Constructor Detail

      • TransactionRulesResponse

        public TransactionRulesResponse()
    • Method Detail

      • getTransactionRules

        public List<TransactionRule> getTransactionRules()
        List of transaction rules.
        Returns:
        transactionRules
      • setTransactionRules

        public void setTransactionRules​(List<TransactionRule> transactionRules)
        List of transaction rules.
        Parameters:
        transactionRules -
      • equals

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

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

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

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