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, getValueequals, fieldsExcludedFromEqualsAndHashCode, hashCode, toStringpublic CookieDTO(Cookie cookie)
protected CookieDTO()
public Cookie buildObject()
buildObject in interface DTO<Cookie>Copyright © 2022. All rights reserved.