public class ServiceResponse extends Object
| Constructor and Description |
|---|
ServiceResponse(UaRequestMessage request,
long requestId,
ServiceFault serviceFault) |
ServiceResponse(UaRequestMessage request,
long requestId,
UaResponseMessage response) |
| Modifier and Type | Method and Description |
|---|---|
UaRequestMessage |
getRequest() |
long |
getRequestId() |
UaResponseMessage |
getResponse() |
boolean |
isServiceFault() |
String |
toString() |
public ServiceResponse(UaRequestMessage request, long requestId, UaResponseMessage response)
public ServiceResponse(UaRequestMessage request, long requestId, ServiceFault serviceFault)
public UaRequestMessage getRequest()
public long getRequestId()
public UaResponseMessage getResponse()
public boolean isServiceFault()
Copyright © 2021. All rights reserved.