public class DeleteAuthSessionResult
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteAuthSessionResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
DeleteAuthSessionResult() |
DeleteAuthSessionResult(AuthSessionInfo session) |
| Modifier and Type | Method and Description |
|---|---|
DeleteAuthSessionResult.Builder |
asBuilder() |
static DeleteAuthSessionResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
AuthSessionInfo |
getSession()
SessionInfo for the auth session deleted.
|
int |
hashCode() |
void |
setSession(AuthSessionInfo session) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public DeleteAuthSessionResult(AuthSessionInfo session)
public AuthSessionInfo getSession()
public void setSession(AuthSessionInfo session)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString in class java.lang.Objectpublic static DeleteAuthSessionResult.Builder builder()
public final DeleteAuthSessionResult.Builder asBuilder()