Class ClientIPConfig

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class ClientIPConfig
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    ClientIPConfig represents the configurations of Client IP based session affinity.
    • Constructor Detail

      • ClientIPConfig

        public ClientIPConfig​(java.lang.Number timeoutSeconds)
      • ClientIPConfig

        public ClientIPConfig()
    • Method Detail

      • getTimeoutSeconds

        public java.lang.Number getTimeoutSeconds()
        timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours).
      • setTimeoutSeconds

        public void setTimeoutSeconds​(java.lang.Number timeoutSeconds)
        timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours).
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

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