org.dps.core.server.account
Interface IAccountStatus


public interface IAccountStatus

A response to a request for EVE Account Status.


Method Summary
 long getCreateDate()
           
 int getLogonCount()
           
 int getLogonMinutes()
           
 long getPaidUntil()
           
 int getUserID()
           
 

Method Detail

getUserID

int getUserID()

getPaidUntil

long getPaidUntil()

getCreateDate

long getCreateDate()

getLogonCount

int getLogonCount()

getLogonMinutes

int getLogonMinutes()