public class SegmentBufferResponse extends Object
| 构造器和说明 |
|---|
SegmentBufferResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKey() |
long |
getMax0() |
long |
getMax1() |
int |
getPos() |
int |
getStep0() |
int |
getStep1() |
long |
getValue0() |
long |
getValue1() |
boolean |
isInitOk() |
boolean |
isNextReady() |
void |
setInitOk(boolean initOk) |
void |
setKey(String key) |
void |
setMax0(long max0) |
void |
setMax1(long max1) |
void |
setNextReady(boolean nextReady) |
void |
setPos(int pos) |
void |
setStep0(int step0) |
void |
setStep1(int step1) |
void |
setValue0(long value0) |
void |
setValue1(long value1) |
public String getKey()
public void setKey(String key)
public long getValue1()
public void setValue1(long value1)
public int getStep1()
public void setStep1(int step1)
public long getMax1()
public void setMax1(long max1)
public long getValue0()
public void setValue0(long value0)
public int getStep0()
public void setStep0(int step0)
public long getMax0()
public void setMax0(long max0)
public int getPos()
public void setPos(int pos)
public boolean isNextReady()
public void setNextReady(boolean nextReady)
public boolean isInitOk()
public void setInitOk(boolean initOk)
Copyright © 2022 Meituan-Dianping Group. All rights reserved.