Class IPRange

    • Constructor Detail

      • IPRange

        public IPRange()
    • Method Detail

      • setStatus

        public void setStatus​(String status)

        Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

        Parameters:
        status - Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
      • getStatus

        public String getStatus()

        Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

        Returns:
        Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
      • withStatus

        public IPRange withStatus​(String status)

        Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

        Parameters:
        status - Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCIDRIP

        public void setCIDRIP​(String cIDRIP)

        Specifies the IP range.

        Parameters:
        cIDRIP - Specifies the IP range.
      • getCIDRIP

        public String getCIDRIP()

        Specifies the IP range.

        Returns:
        Specifies the IP range.
      • withCIDRIP

        public IPRange withCIDRIP​(String cIDRIP)

        Specifies the IP range.

        Parameters:
        cIDRIP - Specifies the IP range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object