public class LeafAlloc extends Object
| 构造器和说明 |
|---|
LeafAlloc() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription() |
String |
getKey() |
long |
getMaxId() |
int |
getStep() |
LocalDateTime |
getUpdateTime() |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setMaxId(long maxId) |
void |
setStep(int step) |
void |
setUpdateTime(LocalDateTime updateTime) |
public String getKey()
public void setKey(String key)
public long getMaxId()
public void setMaxId(long maxId)
public int getStep()
public void setStep(int step)
public String getDescription()
public void setDescription(String description)
public LocalDateTime getUpdateTime()
public void setUpdateTime(LocalDateTime updateTime)
Copyright © 2022 Meituan-Dianping Group. All rights reserved.