Class AndromedaInstance
- java.lang.Object
-
- uk.co.ractf.polaris.api.common.JsonRepresentable
-
- uk.co.ractf.polaris.api.andromeda.AndromedaInstance
-
@Deprecated public class AndromedaInstance extends JsonRepresentable
Deprecated.Represents the instanceDetails struct from Andromeda, sent to the user when they request or reset an instance
-
-
Constructor Summary
Constructors Constructor Description AndromedaInstance(java.lang.String ip, java.lang.Integer port, java.util.List<java.lang.String> extra)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Deprecated.java.util.List<java.lang.String>
getExtra()
Deprecated.java.lang.String
getIp()
Deprecated.java.lang.Integer
getPort()
Deprecated.int
hashCode()
Deprecated.-
Methods inherited from class uk.co.ractf.polaris.api.common.JsonRepresentable
parse, toJsonString
-
-
-
-
Method Detail
-
getIp
public java.lang.String getIp()
Deprecated.
-
getPort
public java.lang.Integer getPort()
Deprecated.
-
getExtra
public java.util.List<java.lang.String> getExtra()
Deprecated.
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
-