public class BasicDependency extends Object
Constructor and Description |
---|
BasicDependency() |
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the id value.
|
String |
resourceName()
Get the resourceName value.
|
String |
resourceType()
Get the resourceType value.
|
BasicDependency |
withId(String id)
Set the id value.
|
BasicDependency |
withResourceName(String resourceName)
Set the resourceName value.
|
BasicDependency |
withResourceType(String resourceType)
Set the resourceType value.
|
public String id()
public BasicDependency withId(String id)
id
- the id value to setpublic String resourceType()
public BasicDependency withResourceType(String resourceType)
resourceType
- the resourceType value to setpublic String resourceName()
public BasicDependency withResourceName(String resourceName)
resourceName
- the resourceName value to setCopyright © 2019. All rights reserved.