public class Resource extends Object
Constructor and Description |
---|
Resource() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getTags()
Get the tags value.
|
String |
id()
Get the id value.
|
String |
location()
Get the location value.
|
String |
name()
Get the name value.
|
String |
type()
Get the type value.
|
Resource |
withLocation(String location)
Set the location value.
|
Resource |
withTags(Map<String,String> tags)
Set the tags value.
|
public String id()
public String name()
public String type()
public String location()
public Resource withLocation(String location)
location
- the location value to setCopyright © 2019. All rights reserved.