public class IndependInfo
extends java.lang.Object
| 构造器和说明 |
|---|
IndependInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCount()
获取差异段个数
Get the number of difference segments |
java.util.List<java.lang.Integer> |
getEndLinkIndex()
获取差异段结束位置step索引
Get the end position step index of difference segments |
java.util.List<java.lang.Integer> |
getEndStepIndex()
获取差异段结束位置step索引
Get the end position step index of difference segments |
long |
getPathid()
获取与当前路线有差异的路线pathid
Get the pathid of the route that differs from the current route |
java.util.List<java.lang.Integer> |
getStartLinkIndex()
获取差异段起始位置link索引
Get the start position link index of difference segments |
java.util.List<java.lang.Integer> |
getStartStepIndex()
获取差异段起始位置step索引
Get the start position step index of difference segments |
void |
setCount(int count)
设置差异段个数
Set the number of difference segments |
void |
setEndLinkIndex(java.util.List<java.lang.Integer> endLinkIndex)
获取差异段结束位置step索引
Get the end position step index of difference segments |
void |
setEndStepIndex(java.util.List<java.lang.Integer> endStepIndex)
获取差异段结束位置step索引
Get the end position step index of difference segments |
void |
setPathid(long pathid)
设置与当前路线有差异的路线pathid
Set the pathid of the route that differs from the current route |
void |
setStartLinkIndex(java.util.List<java.lang.Integer> startLinkIndex)
设置差异段起始位置link索引
Set the start position link index of difference segments |
void |
setStartStepIndex(java.util.List<java.lang.Integer> startStepIndex)
设置差异段起始位置step索引
Set the start position step index of difference segments |
public int getCount()
public void setCount(int count)
count - public long getPathid()
public void setPathid(long pathid)
public java.util.List<java.lang.Integer> getStartStepIndex()
public void setStartStepIndex(java.util.List<java.lang.Integer> startStepIndex)
startStepIndex - public java.util.List<java.lang.Integer> getStartLinkIndex()
public void setStartLinkIndex(java.util.List<java.lang.Integer> startLinkIndex)
startLinkIndex - public java.util.List<java.lang.Integer> getEndStepIndex()
public void setEndStepIndex(java.util.List<java.lang.Integer> endStepIndex)
endStepIndex - public java.util.List<java.lang.Integer> getEndLinkIndex()
public void setEndLinkIndex(java.util.List<java.lang.Integer> endLinkIndex)
endLinkIndex -