Package com.inertia.promove
Class Command.LoggingGetFirstLogResponse
java.lang.Object
com.inertia.promove.Command.ProMoveResponse
com.inertia.promove.Command.LoggingGetFirstLogResponse
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
@Deprecated public static class Command.LoggingGetFirstLogResponse extends Command.ProMoveResponse
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description long
filePointer
Deprecated.boolean
result
Deprecated.short
sequenceID
Deprecated. -
Constructor Summary
Constructors Constructor Description LoggingGetFirstLogResponse(byte[] in)
Deprecated. -
Method Summary
Modifier and Type Method Description byte
getSubType()
Deprecated.Command.Group
getType()
Deprecated.int
parse(byte[] in)
Deprecated.java.lang.String
toString()
Deprecated.
-
Field Details
-
sequenceID
public short sequenceIDDeprecated. -
filePointer
public long filePointerDeprecated. -
result
public boolean resultDeprecated.
-
-
Constructor Details
-
LoggingGetFirstLogResponse
public LoggingGetFirstLogResponse(byte[] in)Deprecated.
-
-
Method Details
-
getSubType
public byte getSubType()Deprecated. -
getType
Deprecated. -
parse
public int parse(byte[] in)Deprecated.- Specified by:
parse
in interfaceCommand.ProMoveCommand
- Overrides:
parse
in classCommand.ProMoveResponse
-
toString
public java.lang.String toString()Deprecated.- Specified by:
toString
in interfaceCommand.ProMoveCommand
- Overrides:
toString
in classCommand.ProMoveResponse
-