public class GetNoteListResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<NotaResponseDTO> |
note |
| Constructor and Description |
|---|
GetNoteListResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<NotaResponseDTO> |
getNote() |
void |
setNote(List<NotaResponseDTO> note) |
private List<NotaResponseDTO> note
public List<NotaResponseDTO> getNote()
public void setNote(List<NotaResponseDTO> note)