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 |
with_etag(String _etag)
Set a system generated property representing the resource etag required for optimistic concurrency control.
|
ExtendedResourceProperties |
with_rid(String _rid)
Set a system generated property.
|
ExtendedResourceProperties |
with_ts(Object _ts)
Set a system generated property that denotes the last updated timestamp of the resource.
|
public String _rid()
public ExtendedResourceProperties with_rid(String _rid)
_rid
- the _rid value to setpublic Object _ts()
public ExtendedResourceProperties with_ts(Object _ts)
_ts
- the _ts value to setpublic String _etag()
public ExtendedResourceProperties with_etag(String _etag)
_etag
- the _etag value to setCopyright © 2019. All rights reserved.