public static class EdgeGatewayLoadBalancerResponse.ApplicationProfile.Persistence extends Object
Constructor and Description |
---|
Persistence(String method,
String cookieName,
LoadBalancerCookieModeType cookieMode,
Long expire)
Instantiates a new Persistence.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerCookieModeType |
getCookieMode()
Get cookie mode.
|
String |
getCookieName()
Get cookie name.
|
Long |
getExpire()
Get the expire time.
|
String |
getMethod()
Get persistent method.
|
public Persistence(String method, String cookieName, LoadBalancerCookieModeType cookieMode, Long expire)
method
- the methodcookieName
- the cookie namecookieMode
- the cookie modeexpire
- the expirepublic String getMethod()
public String getCookieName()
public LoadBalancerCookieModeType getCookieMode()
public Long getExpire()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.