public final class Results extends Object
Constructor and Description |
---|
Results(int returnCode,
String error,
Optional<List<String>> status) |
Results(Optional<com.tibco.ep.dtm.management.DtmResults> results,
Optional<List<String>> status) |
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
|
Results(Optional<com.tibco.ep.dtm.management.DtmResults> results, Optional<List<String>> status)
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.