Class BLNexusClientConfiguration

    • Method Detail

      • withApplicationVersion

        public final BLNexusClientConfiguration withApplicationVersion​(BLApplicationVersion value)
        Copy the current immutable object by setting a value for the applicationVersion attribute. A shallow reference equality check is used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for applicationVersion
        Returns:
        A modified copy of the this object
      • withUserName

        public final BLNexusClientConfiguration withUserName​(java.lang.String value)
        Copy the current immutable object by setting a value for the userName attribute. An equals check used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for userName
        Returns:
        A modified copy of the this object
      • withPassword

        public final BLNexusClientConfiguration withPassword​(java.lang.String value)
        Copy the current immutable object by setting a value for the password attribute. An equals check used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for password
        Returns:
        A modified copy of the this object
      • withStagingProfileId

        public final BLNexusClientConfiguration withStagingProfileId​(java.lang.String value)
        Copy the current immutable object by setting a value for the stagingProfileId attribute. An equals check used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for stagingProfileId
        Returns:
        A modified copy of the this object
      • withBaseURI

        public final BLNexusClientConfiguration withBaseURI​(java.net.URI value)
        Copy the current immutable object by setting a value for the baseURI attribute. A shallow reference equality check is used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for baseURI
        Returns:
        A modified copy of the this object
      • equals

        public boolean equals​(java.lang.Object another)
        This instance is equal to all instances of BLNexusClientConfiguration that have equal attribute values.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true if this is equal to another instance
      • hashCode

        public int hashCode()
        Computes a hash code from attributes: applicationVersion, userName, password, stagingProfileId, baseURI.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        hashCode value
      • toString

        public java.lang.String toString()
        Prints the immutable value BLNexusClientConfiguration with attribute values.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of the value