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