Class ConnectionProperty (2.38.2)

public final class ConnectionProperty

Inheritance

Object > ConnectionProperty

Static Methods

newBuilder()

public static ConnectionProperty.Builder newBuilder()

Returns a builder for the ConnectionProperty object.

Returns
TypeDescription
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
NameDescription
keyString
valueString
Returns
TypeDescription
ConnectionProperty

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getKey()

public String getKey()

Return the key of property.

Returns
TypeDescription
String

getValue()

public String getValue()

Return the value of property.

Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public ConnectionProperty.Builder toBuilder()

Returns a builder for the ConnectionProperty object.

Returns
TypeDescription
ConnectionProperty.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides