public class BitFieldGetCommand extends Object
Constructor and Description |
---|
BitFieldGetCommand() |
BitFieldGetCommand(BitFieldGetCommand obj) |
BitFieldGetCommand(JsonObject obj) |
Modifier and Type | Method and Description |
---|---|
long |
getOffset() |
String |
getType() |
void |
setOffset(long offset) |
void |
setType(String type) |
JsonObject |
toJson() |
public BitFieldGetCommand()
public BitFieldGetCommand(BitFieldGetCommand obj)
public BitFieldGetCommand(JsonObject obj)
public String getType()
public void setType(String type)
public long getOffset()
public void setOffset(long offset)
public JsonObject toJson()
Copyright © 2018 Eclipse. All rights reserved.