Class ConnectionProperty (2.40.1)

public final class ConnectionProperty

Inheritance

Object > ConnectionProperty

Static Methods

newBuilder()

public static ConnectionProperty.Builder newBuilder()

Returns a builder for the ConnectionProperty object.

Returns
Type Description
ConnectionProperty.Builder

of(String key, String value)

public static ConnectionProperty of(String key, String value)

Return a connection property for the given key and value.

Parameters
Name Description
key String
value String
Returns
Type Description
ConnectionProperty

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getKey()

public String getKey()

Return the key of property.

Returns
Type Description
String

getValue()

public String getValue()

Return the value of property.

Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public ConnectionProperty.Builder toBuilder()

Returns a builder for the ConnectionProperty object.

Returns
Type Description
ConnectionProperty.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides