TargetResource Class
Definition
Target resource.
public class TargetResource
- Inheritance
-
java.lang.ObjectTargetResource
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| TargetResource() |
Methods
| id() |
Get the ID of the resource. |
| resourceName() |
Get the name of the resource. |
| resourceType() |
Get the type of the resource. |
| withId(String id) |
Set the ID of the resource. |
| withResourceName(String resourceName) |
Set the name of the resource. |
| withResourceType(String resourceType) |
Set the type of the resource. |