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