Class NeutronSessionPersistence
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.ext.NeutronSessionPersistence
-
- All Implemented Interfaces:
Serializable,Buildable<SessionPersistenceBuilder>,ModelEntity,SessionPersistence
public class NeutronSessionPersistence extends Object implements SessionPersistence
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNeutronSessionPersistence.SessionPersistenceContreteBuilderSessionPersistence Builder-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description NeutronSessionPersistence()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SessionPersistenceBuilderbuilder()StringgetCookieName()optionalSessionPersistenceTypegetType()requiredSessionPersistenceBuildertoBuilder()wrap the SessionPersistence to builderStringtoString()
-
-
-
Method Detail
-
builder
public static SessionPersistenceBuilder builder()
-
toBuilder
public SessionPersistenceBuilder toBuilder()
wrap the SessionPersistence to builder- Specified by:
toBuilderin interfaceBuildable<SessionPersistenceBuilder>- Returns:
- SessionPersistenceBuilder
-
getCookieName
public String getCookieName()
optional- Specified by:
getCookieNamein interfaceSessionPersistence- Returns:
- cookie name
-
getType
public SessionPersistenceType getType()
required- Specified by:
getTypein interfaceSessionPersistence- Returns:
- type. APP_COOKIE,HTTP_COOKIE,SOURCE_IP
-
-