public final class ConnStringValueTypePair extends Object
| Constructor and Description |
|---|
ConnStringValueTypePair() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionStringType |
type()
Get the type property: Type of database.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: Value of pair.
|
ConnStringValueTypePair |
withType(ConnectionStringType type)
Set the type property: Type of database.
|
ConnStringValueTypePair |
withValue(String value)
Set the value property: Value of pair.
|
public String value()
public ConnStringValueTypePair withValue(String value)
value - the value value to set.public ConnectionStringType type()
public ConnStringValueTypePair withType(ConnectionStringType type)
type - the type value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.