public class PathService extends AppSvcResource
| Modifier and Type | Field and Description |
|---|---|
static String |
PATH_SERVICE_TOKEN |
| Constructor and Description |
|---|
PathService() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDeploymentOrder()
Get the deployment order.
|
String |
getName()
Get the name.
|
String |
getNotes()
Get the notes.
|
String |
getPersistentStore()
Get the persistent store.
|
PathService |
setDeploymentOrder(Integer deploymentOrder)
Set the deployment order.
|
PathService |
setId(String id)
Sets the id used to reference this model object.
|
PathService |
setName(String name)
Set the name.
|
PathService |
setNotes(String notes)
Set the notes.
|
PathService |
setPersistentStore(String persistentStore)
Set the persistent store.
|
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
getId, getReservedKeywords, getSourcePath, getTargets, isClusterablepublic static final String PATH_SERVICE_TOKEN
public PathService setId(String id)
setId in interface oracle.fmwplatform.envspec.common.EntityWithIdsetId in class AppSvcResourceid - the id to be used when referencing this model objectpublic Integer getDeploymentOrder()
public PathService setDeploymentOrder(Integer deploymentOrder)
deploymentOrder - the new deployment orderpublic String getName()
getName in class AppSvcResourcepublic PathService setName(String name)
name - the new namepublic String getNotes()
public PathService setNotes(String notes)
notes - the new notespublic String getPersistentStore()
public PathService setPersistentStore(String persistentStore)
persistentStore - the new persistent storepublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()