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