Sc2ApiSerializable<SC2APIProtocol.Sc2Api.Request>, java.io.Serializablepublic final class RequestReplayInfo extends Request
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RequestReplayInfo.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
java.util.Optional<byte[]> |
getReplayDataInBytes() |
|
java.util.Optional<java.nio.file.Path> |
getReplayPath() |
|
int |
hashCode() |
|
boolean |
isDownloadData() |
|
static RequestReplayInfoSyntax |
replayInfo() |
|
ResponseType |
responseType() |
|
SC2APIProtocol.Sc2Api.Request |
toSc2Api() |
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNanoTimepublic static RequestReplayInfoSyntax replayInfo()
public SC2APIProtocol.Sc2Api.Request toSc2Api()
public ResponseType responseType()
responseType in class Requestpublic java.util.Optional<java.nio.file.Path> getReplayPath()
public java.util.Optional<byte[]> getReplayDataInBytes()
public boolean isDownloadData()
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.