Class Server
java.lang.Object
com.djrapitops.plan.identification.Server
- All Implemented Interfaces:
Comparable<Server>
Represents a Server that is running Plan.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Server
-
Server
public Server(Integer id, ServerUUID uuid, String name, String webAddress, boolean proxy, String planVersion)
-
-
Method Details
-
getId
-
setId
public void setId(int id) -
getUuid
-
getName
-
getIdentifiableName
-
getIdentifiableName
-
setName
-
getWebAddress
-
setWebAddress
-
getPlanVersion
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Server>
-
isProxy
public boolean isProxy() -
setProxy
public void setProxy(boolean proxy) -
isNotProxy
public boolean isNotProxy()
-