public final class Results extends Object
| Modifier and Type | Method and Description | 
|---|---|
String | 
error()
Return the error message of the command 
 | 
Optional<List<String>> | 
getStatusMessages()
Get list of status messages 
 | 
int | 
returnCode()
Return the return code of the command 
 | 
Optional<com.tibco.ep.dtm.management.DtmResults> | 
toDtmResults()
Convert results set to DtmResults 
 | 
String | 
toString()
Convert results set to a simple string 
 | 
public Optional<com.tibco.ep.dtm.management.DtmResults> toDtmResults()
public int returnCode()
Return the return code of the command
public String error()
Return the error message of the command
public String toString()
Copyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.