public class FeatureProperties extends Object
| Constructor and Description |
|---|
FeatureProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
state()
Get the state value.
|
FeatureProperties |
withState(String state)
Set the state value.
|
public String state()
public FeatureProperties withState(String state)
state - the state 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.
*/