java.io.Serializable
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017–2018 Ocraft Project. All rights reserved.