public class LensSessionHandle extends Object
Constructor and Description |
---|
LensSessionHandle(UUID publicId,
UUID secretId) |
Modifier and Type | Method and Description |
---|---|
UUID |
getPublicId()
The public id.
|
UUID |
getSecretId()
The secret id.
|
String |
toString() |
static LensSessionHandle |
valueOf(String sessionStr)
Value of.
|
@ConstructorProperties(value={"publicId","secretId"}) @Generated(value="lombok") public LensSessionHandle(UUID publicId, UUID secretId)
public static LensSessionHandle valueOf(String sessionStr)
sessionStr
- the session str@Generated(value="lombok") public UUID getPublicId()
@Generated(value="lombok") public UUID getSecretId()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.