public static final class ListGatewayServiceResponseBody.HttpCookie.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListGatewayServiceResponseBody.HttpCookie |
build() |
ListGatewayServiceResponseBody.HttpCookie.Builder |
name(String name)
The name of the cookie.
|
ListGatewayServiceResponseBody.HttpCookie.Builder |
path(String path)
The path of the cookie.
|
ListGatewayServiceResponseBody.HttpCookie.Builder |
ttl(String ttl)
The lifecycle of the cookie.
|
public ListGatewayServiceResponseBody.HttpCookie.Builder name(String name)
The name of the cookie.
example:name
public ListGatewayServiceResponseBody.HttpCookie.Builder path(String path)
The path of the cookie.
example:/path
public ListGatewayServiceResponseBody.HttpCookie.Builder ttl(String ttl)
The lifecycle of the cookie.
example:360
public ListGatewayServiceResponseBody.HttpCookie build()
Copyright © 2026. All rights reserved.