public class HttpForwardDTO extends ObjectWithReflectiveEqualsHashCodeToString implements DTO<HttpForward>
| Constructor and Description | 
|---|
HttpForwardDTO()  | 
HttpForwardDTO(HttpForward httpForward)  | 
| Modifier and Type | Method and Description | 
|---|---|
HttpForward | 
buildObject()  | 
DelayDTO | 
getDelay()  | 
String | 
getHost()  | 
Integer | 
getPort()  | 
HttpForward.Scheme | 
getScheme()  | 
void | 
setDelay(DelayDTO delay)  | 
HttpForwardDTO | 
setHost(String host)  | 
HttpForwardDTO | 
setPort(Integer port)  | 
HttpForwardDTO | 
setScheme(HttpForward.Scheme scheme)  | 
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toStringpublic HttpForwardDTO(HttpForward httpForward)
public HttpForwardDTO()
public HttpForward buildObject()
buildObject in interface DTO<HttpForward>public String getHost()
public HttpForwardDTO setHost(String host)
public Integer getPort()
public HttpForwardDTO setPort(Integer port)
public HttpForward.Scheme getScheme()
public HttpForwardDTO setScheme(HttpForward.Scheme scheme)
public DelayDTO getDelay()
public void setDelay(DelayDTO delay)
Copyright © 2022. All rights reserved.