com.buildforge.services.client.dbo
Class Engine
java.lang.Object
com.buildforge.services.client.dbo.Engine
public class Engine
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CLASS
public static final java.lang.Class<Engine> CLASS
Engine
public Engine(APIClientConnection conn)
findAll
public static java.util.List<Engine> findAll(APIClientConnection conn)
throws java.io.IOException,
ServiceException
- Throws:
java.io.IOException
ServiceException
findById
public static Engine findById(APIClientConnection conn,
java.lang.String engineId)
throws java.io.IOException,
ServiceException
- Throws:
java.io.IOException
ServiceException
pause
public static void pause(APIClientConnection conn)
throws java.io.IOException,
ServiceException
- Throws:
java.io.IOException
ServiceException
resume
public static void resume(APIClientConnection conn)
throws java.io.IOException,
ServiceException
- Throws:
java.io.IOException
ServiceException
create
public Engine create()
throws java.io.IOException,
ServiceException
- Throws:
java.io.IOException
ServiceException
delete
public void delete()
throws java.io.IOException,
ServiceException
- Throws:
java.io.IOException
ServiceException
deleteById
public static void deleteById(APIClientConnection conn,
java.lang.String engineId)
throws java.io.IOException,
ServiceException
- Throws:
java.io.IOException
ServiceException
update
public Engine update()
throws java.io.IOException,
ServiceException
- Throws:
java.io.IOException
ServiceException
getAlive
public char getAlive()
getBias
public java.lang.String getBias()
getEngineId
public java.lang.String getEngineId()
getLicense
public char getLicense()
getMaster
public char getMaster()
getMResponse
public int getMResponse()
getPing
public java.lang.String getPing()
getPopulation
public int getPopulation()
getReqMaster
public char getReqMaster()
getSResponse
public int getSResponse()
getTick
@Deprecated
public int getTick()
- Deprecated.
getUptime
@Deprecated
public int getUptime()
- Deprecated.
getVersion
public java.lang.String getVersion()
getZone
public java.lang.String getZone()
setAlive
public void setAlive(char alive)
setBias
public void setBias(java.lang.String bias)
setEngineId
public void setEngineId(java.lang.String engineId)
setLicense
public void setLicense(char license)
setMaster
public void setMaster(char master)
setMResponse
public void setMResponse(int response)
setPing
public void setPing(java.lang.String ping)
setPopulation
public void setPopulation(int population)
setReqMaster
public void setReqMaster(char reqMaster)
setSResponse
public void setSResponse(int response)
setTick
@Deprecated
public void setTick(int tick)
- Deprecated.
setUptime
@Deprecated
public void setUptime(int uptime)
- Deprecated.
setVersion
public void setVersion(java.lang.String version)
setZone
public void setZone(java.lang.String zone)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object