public class HttpForwardDTO extends ObjectWithReflectiveEqualsHashCodeToString implements DTO<HttpForward>
Constructor and Description |
---|
HttpForwardDTO() |
HttpForwardDTO(HttpForward httpForward) |
Modifier and Type | Method and Description |
---|---|
HttpForward |
buildObject() |
String |
getHost() |
Integer |
getPort() |
HttpForward.Scheme |
getScheme() |
HttpForwardDTO |
setHost(String host) |
HttpForwardDTO |
setPort(Integer port) |
HttpForwardDTO |
setScheme(HttpForward.Scheme scheme) |
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
public 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)
Copyright © 2018. All rights reserved.