public class CookieDTO extends KeyAndValueDTO implements DTO<Cookie>
logger| Modifier | Constructor and Description |
|---|---|
protected |
CookieDTO() |
|
CookieDTO(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
Cookie |
buildObject() |
getName, getValueaddFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toStringpublic CookieDTO(Cookie cookie)
protected CookieDTO()
public Cookie buildObject()
buildObject in interface DTO<Cookie>Copyright © 2018. All rights reserved.