public class AppConfigurationKeyValueModifiedEventData extends Object
| Constructor and Description |
|---|
AppConfigurationKeyValueModifiedEventData() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag representing the new state of the key-value.
|
String |
key()
Get the key used to identify the key-value that was modified.
|
String |
label()
Get the label, if any, used to identify the key-value that was modified.
|
AppConfigurationKeyValueModifiedEventData |
withEtag(String etag)
Set the etag representing the new state of the key-value.
|
AppConfigurationKeyValueModifiedEventData |
withKey(String key)
Set the key used to identify the key-value that was modified.
|
AppConfigurationKeyValueModifiedEventData |
withLabel(String label)
Set the label, if any, used to identify the key-value that was modified.
|
public AppConfigurationKeyValueModifiedEventData()
public String key()
public AppConfigurationKeyValueModifiedEventData withKey(String key)
key - the key value to setpublic String label()
public AppConfigurationKeyValueModifiedEventData withLabel(String label)
label - the label value to setpublic String etag()
public AppConfigurationKeyValueModifiedEventData withEtag(String etag)
etag - the etag 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.
*/