public static class PlanListResponse.PlanDTO extends Object implements Serializable
| 构造器和说明 |
|---|
PlanDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getBegin() |
Integer |
getBindLimitSize() |
Date |
getEnd() |
Long |
getId() |
Integer |
getMaxConcurrentSize() |
String |
getName() |
Integer |
getTimeLength() |
Long |
getUserId() |
void |
setBegin(Date begin) |
void |
setBindLimitSize(Integer bindLimitSize) |
void |
setEnd(Date end) |
void |
setId(Long id) |
void |
setMaxConcurrentSize(Integer maxConcurrentSize) |
void |
setName(String name) |
void |
setTimeLength(Integer timeLength) |
void |
setUserId(Long userId) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public String getName()
public void setName(String name)
public Integer getBindLimitSize()
public void setBindLimitSize(Integer bindLimitSize)
public Integer getMaxConcurrentSize()
public void setMaxConcurrentSize(Integer maxConcurrentSize)
public Integer getTimeLength()
public void setTimeLength(Integer timeLength)
public Date getBegin()
public void setBegin(Date begin)
public Date getEnd()
public void setEnd(Date end)
Copyright © 2025. All rights reserved.