public class NotifFileState
extends BasePOJO
| Constructor and Description | 
|---|
NotifFileState(java.lang.String pExecutionStatus,
              java.lang.String pEndpointName)
Create an instance of this object from the information stored in the database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getEndpointName()
Returns the name of the endpoint the file was deployed to. 
 | 
java.lang.String | 
getExecutionStatus()
Returns the execution status of the file. 
 | 
public NotifFileState(java.lang.String pExecutionStatus,
                      java.lang.String pEndpointName)
pExecutionStatus - The deployment status for the file.pEndpointName - The name of the endpoint the file was deployed to.public java.lang.String getExecutionStatus()
public java.lang.String getEndpointName()