public class ConnStringValueTypePair extends Object
| Constructor and Description |
|---|
ConnStringValueTypePair() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionStringType |
type()
Get the type value.
|
String |
value()
Get the value value.
|
ConnStringValueTypePair |
withType(ConnectionStringType type)
Set the type value.
|
ConnStringValueTypePair |
withValue(String value)
Set the value value.
|
public String value()
public ConnStringValueTypePair withValue(String value)
value - the value value to setpublic ConnectionStringType type()
public ConnStringValueTypePair withType(ConnectionStringType type)
type - the type value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/