org.jclouds.dynect.v3.domain
Class Session

java.lang.Object
  extended by org.jclouds.dynect.v3.domain.Session

public final class Session
extends Object


Method Summary
 boolean equals(Object obj)
           
static Session forTokenAndVersion(String token, String version)
           
 String getToken()
          The authentication token
 String getVersion()
          The current version of the server
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

forTokenAndVersion

public static Session forTokenAndVersion(String token,
                                         String version)

getToken

public String getToken()
The authentication token


getVersion

public String getVersion()
The current version of the server


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.