Class AccountRestrictionNetworkPropertiesDTO


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-05-15T14:38:14.328808-03:00[America/Argentina/Buenos_Aires]")
    public class AccountRestrictionNetworkPropertiesDTO
    extends java.lang.Object
    AccountRestrictionNetworkPropertiesDTO
    • Field Detail

      • JSON_PROPERTY_MAX_ACCOUNT_RESTRICTION_VALUES

        public static final java.lang.String JSON_PROPERTY_MAX_ACCOUNT_RESTRICTION_VALUES
        See Also:
        Constant Field Values
    • Constructor Detail

      • AccountRestrictionNetworkPropertiesDTO

        public AccountRestrictionNetworkPropertiesDTO()
    • Method Detail

      • getMaxAccountRestrictionValues

        @Nullable
        public java.lang.String getMaxAccountRestrictionValues()
        Maximum number of account restriction values.
        Returns:
        maxAccountRestrictionValues
      • setMaxAccountRestrictionValues

        public void setMaxAccountRestrictionValues​(java.lang.String maxAccountRestrictionValues)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object