public class CollectorResponseDTO extends Object implements RpcResponse
Constructor and Description |
---|
CollectorResponseDTO() |
CollectorResponseDTO(CollectionSet collectionSet) |
CollectorResponseDTO(Throwable ex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CollectionSet |
getCollectionSet() |
String |
getErrorMessage()
Returns an error message if an error occurred, or
null otherwise. |
int |
hashCode() |
public CollectorResponseDTO()
public CollectorResponseDTO(CollectionSet collectionSet)
public CollectorResponseDTO(Throwable ex)
public CollectionSet getCollectionSet()
public String getErrorMessage()
RpcResponse
null
otherwise.getErrorMessage
in interface RpcResponse
null
otherwiseCopyright © 2021. All rights reserved.