Package org.hcjf.io.console
Class SessionMetadata
- java.lang.Object
-
- org.hcjf.io.console.SessionMetadata
-
- All Implemented Interfaces:
BsonParcelable
public class SessionMetadata extends java.lang.Object implements BsonParcelable
Session metadata model.- Author:
- javaito
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hcjf.utils.bson.BsonParcelable
BsonParcelable.Builder
-
-
Field Summary
-
Fields inherited from interface org.hcjf.utils.bson.BsonParcelable
MAP_KEYS_FIELD_NAME, MAP_VALUES_FIELD_NAME, PARCELABLE_CLASS_NAME
-
-
Constructor Summary
Constructors Constructor Description SessionMetadata()
-
Method Summary
Modifier and Type Method Description java.util.UUIDgetId()java.lang.StringgetSessionName()voidsetId(java.util.UUID id)voidsetSessionName(java.lang.String sessionName)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hcjf.utils.bson.BsonParcelable
fromBson, fromBson, fromBson, populate, toBson, toBson, toBson, toBson, typeFromBson
-
-