Package com.oracle.bmc.waas.model
Class StickyCookieLoadBalancingMethod
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.waas.model.LoadBalancingMethod
-
- com.oracle.bmc.waas.model.StickyCookieLoadBalancingMethod
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20181116") public final class StickyCookieLoadBalancingMethod extends LoadBalancingMethod
An object that represents the sticky-cookie load balancing method and its properties.
Note: Objects should always be created or deserialized using theStickyCookieLoadBalancingMethod.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theStickyCookieLoadBalancingMethod.Builder
, which maintain a set of all explicitly set fields calledStickyCookieLoadBalancingMethod.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StickyCookieLoadBalancingMethod.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.waas.model.LoadBalancingMethod
LoadBalancingMethod.Method
-
-
Constructor Summary
Constructors Constructor Description StickyCookieLoadBalancingMethod(String name, String domain, Integer expirationTimeInSeconds)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StickyCookieLoadBalancingMethod.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getDomain()
The domain for which the cookie is set, defaults to WAAS policy domain.Integer
getExpirationTimeInSeconds()
The time for which a browser should keep the cookie in seconds.String
getName()
The name of the cookie used to track the persistence.int
hashCode()
StickyCookieLoadBalancingMethod.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
StickyCookieLoadBalancingMethod
@Deprecated public StickyCookieLoadBalancingMethod(String name, String domain, Integer expirationTimeInSeconds)
Deprecated.
-
-
Method Detail
-
builder
public static StickyCookieLoadBalancingMethod.Builder builder()
Create a new builder.
-
toBuilder
public StickyCookieLoadBalancingMethod.Builder toBuilder()
-
getName
public String getName()
The name of the cookie used to track the persistence.Can contain any US-ASCII character except separator or control character.
- Returns:
- the value
-
getDomain
public String getDomain()
The domain for which the cookie is set, defaults to WAAS policy domain.- Returns:
- the value
-
getExpirationTimeInSeconds
public Integer getExpirationTimeInSeconds()
The time for which a browser should keep the cookie in seconds.Empty value will cause the cookie to expire at the end of a browser session.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classLoadBalancingMethod
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classLoadBalancingMethod
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classLoadBalancingMethod
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classLoadBalancingMethod
-
-