public class Split extends Object implements Jsonizable
构造器和说明 |
---|
Split() |
Split(String location,
PrimaryKey lowerBound,
PrimaryKey upperBound) |
限定符和类型 | 方法和说明 |
---|---|
String |
getLocation() |
PrimaryKey |
getLowerBound() |
PrimaryKey |
getUpperBound() |
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setLocation(String location) |
void |
setLowerBound(PrimaryKey lowerBound) |
void |
setUpperBound(PrimaryKey upperBound) |
public Split()
public Split(String location, PrimaryKey lowerBound, PrimaryKey upperBound)
public String getLocation()
public void setLocation(String location)
public PrimaryKey getLowerBound()
public void setLowerBound(PrimaryKey lowerBound)
public PrimaryKey getUpperBound()
public void setUpperBound(PrimaryKey upperBound)
public String jsonize()
jsonize
在接口中 Jsonizable
public void jsonize(StringBuilder sb, String newline)
jsonize
在接口中 Jsonizable
Copyright © 2019. All Rights Reserved.