public class HTTPCookieForGetUpstreamOutput extends Object
| Constructor and Description |
|---|
HTTPCookieForGetUpstreamOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Get name
|
String |
getPath()
Get path
|
Long |
getTtl()
Get ttl
|
int |
hashCode() |
HTTPCookieForGetUpstreamOutput |
name(String name) |
HTTPCookieForGetUpstreamOutput |
path(String path) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setTtl(Long ttl) |
String |
toString() |
HTTPCookieForGetUpstreamOutput |
ttl(Long ttl) |
public HTTPCookieForGetUpstreamOutput name(String name)
public String getName()
public void setName(String name)
public HTTPCookieForGetUpstreamOutput path(String path)
public String getPath()
public void setPath(String path)
public HTTPCookieForGetUpstreamOutput ttl(Long ttl)
public Long getTtl()
public void setTtl(Long ttl)
Copyright © 2026. All rights reserved.