public class PushEntryResponse extends RequestOrResponse
| Constructor and Description |
|---|
PushEntryResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBeginIndex() |
int |
getCount() |
long |
getEndIndex() |
Long |
getIndex() |
void |
setBeginIndex(long beginIndex) |
void |
setCount(int count) |
void |
setEndIndex(long endIndex) |
void |
setIndex(Long index) |
baseInfo, code, copyBaseInfo, getCode, getGroup, getLeaderId, getLocalId, getRemoteId, getTerm, setCode, setGroup, setIds, setLeaderId, setLocalId, setRemoteId, setTermpublic Long getIndex()
public void setIndex(Long index)
public long getBeginIndex()
public void setBeginIndex(long beginIndex)
public long getEndIndex()
public void setEndIndex(long endIndex)
public int getCount()
public void setCount(int count)
Copyright © 2023. All rights reserved.