public class ExtendedResourceProperties extends Object
| Constructor and Description |
|---|
ExtendedResourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get a system generated property representing the resource etag required for optimistic concurrency control.
|
String |
rid()
Get a system generated property.
|
Object |
ts()
Get a system generated property that denotes the last updated timestamp of the resource.
|
ExtendedResourceProperties |
withEtag(String etag)
Set a system generated property representing the resource etag required for optimistic concurrency control.
|
ExtendedResourceProperties |
withRid(String rid)
Set a system generated property.
|
ExtendedResourceProperties |
withTs(Object ts)
Set a system generated property that denotes the last updated timestamp of the resource.
|
public String rid()
public ExtendedResourceProperties withRid(String rid)
rid - the rid value to setpublic Object ts()
public ExtendedResourceProperties withTs(Object ts)
ts - the ts value to setpublic String etag()
public ExtendedResourceProperties 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.
*/