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()
RpcResponsenull otherwise.getErrorMessage in interface RpcResponsenull otherwiseCopyright © 2020. All rights reserved.