Package com.inertia.promove
Class Command.ServiceGetStatsResponse
java.lang.Object
com.inertia.promove.Command.ProMoveResponse
com.inertia.promove.Command.ServiceGetStatsResponse
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
public static class Command.ServiceGetStatsResponse extends Command.ProMoveResponse
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ServiceGetStatsResponse(byte[] in)
-
Method Summary
Modifier and Type Method Description byte
getSubType()
Command.Group
getType()
int
parse(byte[] in)
java.lang.String
toString()
-
Field Details
-
Constructor Details
-
ServiceGetStatsResponse
public ServiceGetStatsResponse(byte[] in)
-
-
Method Details
-
getSubType
public byte getSubType() -
getType
-
parse
public int parse(byte[] in)- Specified by:
parse
in interfaceCommand.ProMoveCommand
- Overrides:
parse
in classCommand.ProMoveResponse
-
toString
public java.lang.String toString()- Specified by:
toString
in interfaceCommand.ProMoveCommand
- Overrides:
toString
in classCommand.ProMoveResponse
-