java.io.Serializablepublic final class ReplayInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
static ReplayInfo |
from(SC2APIProtocol.Sc2Api.ResponseReplayInfo sc2ApiResponseReplayInfo) |
|
int |
getBaseBuild() |
|
java.util.Optional<BattlenetMap> |
getBattlenetMap() |
|
int |
getDataBuild() |
|
java.lang.String |
getDataVersion() |
|
int |
getGameDurationLoops() |
|
float |
getGameDurationSeconds() |
|
java.lang.String |
getGameVersion() |
|
java.util.Optional<LocalMap> |
getLocalMap() |
|
java.util.Set<PlayerInfoExtra> |
getPlayerInfo() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public static ReplayInfo from(SC2APIProtocol.Sc2Api.ResponseReplayInfo sc2ApiResponseReplayInfo)
public java.util.Optional<BattlenetMap> getBattlenetMap()
public java.util.Optional<LocalMap> getLocalMap()
public java.util.Set<PlayerInfoExtra> getPlayerInfo()
public int getGameDurationLoops()
public float getGameDurationSeconds()
public java.lang.String getGameVersion()
public java.lang.String getDataVersion()
public int getBaseBuild()
public int getDataBuild()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017–2018 Ocraft Project. All rights reserved.