org.dps.core.model.character
Class CharacterStandings

java.lang.Object
  extended by org.dps.core.model.CachedData
      extended by org.dps.core.model.character.CharacterStandings
All Implemented Interfaces:
java.io.Serializable

public class CharacterStandings
extends CachedData

See Also:
Serialized Form

Field Summary
 Capsuleer character
           
 java.util.List<Standing> standings
           
 
Fields inherited from class org.dps.core.model.CachedData
apiVersion, cachedUntil, currentTime, dataMap, lock
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.dps.core.model.CachedData
expiresIn, getMeta, getMeta, isExpired, putMeta
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

standings

public java.util.List<Standing> standings

character

public Capsuleer character
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class CachedData