public class RequestResponseModifierKey extends Object implements Comparable<RequestResponseModifierKey>
RequestResponseModifier| Constructor and Description |
|---|
RequestResponseModifierKey(String service,
String version,
Class<? extends OwsServiceRequest> request)
Creates a new
RequestResponseModifierKey. |
RequestResponseModifierKey(String service,
String version,
Class<? extends OwsServiceRequest> request,
Class<? extends OwsServiceResponse> response)
Creates a new
RequestResponseModifierKey. |
RequestResponseModifierKey(String service,
String version,
Optional<Class<? extends OwsServiceRequest>> request,
Optional<Class<? extends OwsServiceResponse>> response)
Creates a new
RequestResponseModifierKey. |
RequestResponseModifierKey(String service,
String version,
OwsServiceRequest request)
Creates a new
RequestResponseModifierKey. |
RequestResponseModifierKey(String service,
String version,
OwsServiceRequest request,
OwsServiceResponse response)
Creates a new
RequestResponseModifierKey. |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RequestResponseModifierKey o) |
boolean |
equals(Object o) |
Class<? extends OwsServiceRequest> |
getRequest() |
Class<? extends OwsServiceResponse> |
getResponse() |
String |
getService() |
String |
getVersion() |
int |
hashCode() |
boolean |
isSetRequest() |
boolean |
isSetResponse() |
boolean |
isSetService() |
boolean |
isSetVersion() |
String |
toString() |
public RequestResponseModifierKey(String service, String version, OwsServiceRequest request)
RequestResponseModifierKey.service - The service nameversion - The service versionrequest - The OwsServiceRequestpublic RequestResponseModifierKey(String service, String version, OwsServiceRequest request, OwsServiceResponse response)
RequestResponseModifierKey.service - The service nameversion - The service versionrequest - The OwsServiceRequestresponse - The OwsServiceResponsepublic RequestResponseModifierKey(String service, String version, Class<? extends OwsServiceRequest> request)
RequestResponseModifierKey.service - The service nameversion - The service versionrequest - The OwsServiceRequestpublic RequestResponseModifierKey(String service, String version, Class<? extends OwsServiceRequest> request, Class<? extends OwsServiceResponse> response)
RequestResponseModifierKey.service - The service nameversion - The service versionrequest - The OwsServiceRequestresponse - The OwsServiceResponsepublic RequestResponseModifierKey(String service, String version, Optional<Class<? extends OwsServiceRequest>> request, Optional<Class<? extends OwsServiceResponse>> response)
RequestResponseModifierKey.service - The service nameversion - The service versionrequest - The OwsServiceRequestresponse - The OwsServiceResponsepublic String getService()
public String getVersion()
public boolean isSetService()
public boolean isSetVersion()
public Class<? extends OwsServiceRequest> getRequest()
public boolean isSetRequest()
public Class<? extends OwsServiceResponse> getResponse()
public boolean isSetResponse()
public int compareTo(RequestResponseModifierKey o)
compareTo in interface Comparable<RequestResponseModifierKey>Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.