public final class ConnectionProperty extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionProperty.Builder
A builder for
ConnectionProperty objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getKey()
Return the key of property.
|
String |
getValue()
Return the value of property.
|
int |
hashCode() |
static ConnectionProperty.Builder |
newBuilder()
Returns a builder for the
ConnectionProperty object. |
static ConnectionProperty |
of(String key,
String value)
Return a connection property for the given key and value.
|
ConnectionProperty.Builder |
toBuilder()
Returns a builder for the
ConnectionProperty object. |
String |
toString() |
public String getKey()
public String getValue()
public static ConnectionProperty of(String key, String value)
public static ConnectionProperty.Builder newBuilder()
ConnectionProperty
object.public ConnectionProperty.Builder toBuilder()
ConnectionProperty
object.Copyright © 2023 Google LLC. All rights reserved.