public final class Results extends Object
Modifier and Type | Method and Description |
---|---|
String |
error()
Deprecated.
Warning: this method excludes errors when the command returns more than one error use
Results.getErrorMessages() instead |
List<com.tibco.ep.dtm.management.DtmResults> |
getCommandResults()
Get all results
|
List<Message> |
getCommandStatusMessages()
Get list of status messages
|
List<Message> |
getErrorMessages()
Return the error messages of the command
|
Optional<List<String>> |
getStatusMessages()
Deprecated.
Warning: this method excludes the source of each status use
Results.getCommandStatusMessages() instead |
int |
returnCode()
Return the return code of the command
|
Optional<com.tibco.ep.dtm.management.DtmResults> |
toDtmResults()
Deprecated.
Warning: this method excludes results when the command returns more than one result set use
Results.getCommandResults() instead |
String |
toString()
Convert results set to a simple string
|
public List<com.tibco.ep.dtm.management.DtmResults> getCommandResults()
Get all results
public int returnCode()
Return the return code of the command
public List<Message> getErrorMessages()
Return the error messages of the command
public List<Message> getCommandStatusMessages()
Get list of status messages
public String toString()
Convert results set to a simple string
@Deprecated public Optional<com.tibco.ep.dtm.management.DtmResults> toDtmResults()
Results.getCommandResults()
insteadConvert last results set to DtmResults
@Deprecated public String error()
Results.getErrorMessages()
insteadReturn the last error message of the command
@Deprecated public Optional<List<String>> getStatusMessages()
Results.getCommandStatusMessages()
insteadGet list of status messages
Copyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.