public class CodespaceRange extends Object
Constructor and Description |
---|
CodespaceRange()
Creates a new instance of CodespaceRange.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getEnd()
Getter for property end.
|
byte[] |
getStart()
Getter for property start.
|
void |
setEnd(byte[] endBytes)
Setter for property end.
|
void |
setStart(byte[] startBytes)
Setter for property start.
|
public byte[] getEnd()
public void setEnd(byte[] endBytes)
endBytes
- New value of property end.public byte[] getStart()
public void setStart(byte[] startBytes)
startBytes
- New value of property start.Copyright © 2018. All rights reserved.