public class GetTimelineNoteDiscussionParameter extends Object
Constructor and Description |
---|
GetTimelineNoteDiscussionParameter()
Default Constuctor necessary for json parsing
|
GetTimelineNoteDiscussionParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long discussionId,
Long noteId)
This constructor parses all incoming parameter of a request into the class structure
|
GetTimelineNoteDiscussionParameter(String representation,
Long discussionId,
Long noteId) |
Modifier and Type | Method and Description |
---|---|
Integer |
getDepth()
Returns the Depth.
|
Long |
getDiscussionId()
Returns the DiscussionId.
|
Long |
getNoteId()
Returns the NoteId.
|
Integer |
getNumberOfDiscussionNotes()
Returns the NumberOfDiscussionNotes.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setDepth(Integer depth)
Sets Depth.
|
void |
setDiscussionId(Long discussionId)
Sets DiscussionId.
|
void |
setNoteId(Long noteId)
Sets NoteId.
|
void |
setNumberOfDiscussionNotes(Integer numberOfDiscussionNotes)
Sets NumberOfDiscussionNotes.
|
public GetTimelineNoteDiscussionParameter()
public GetTimelineNoteDiscussionParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long discussionId, Long noteId) throws RestApiIllegalRequestParameterException
public GetTimelineNoteDiscussionParameter(String representation, Long discussionId, Long noteId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseException
org.codehaus.jackson.map.JsonMappingException
IOException
public void setDiscussionId(Long discussionId)
discussionId
- public Long getDiscussionId()
public void setNoteId(Long noteId)
noteId
- public Long getNoteId()
public void setDepth(Integer depth)
depth
- public Integer getDepth()
public void setNumberOfDiscussionNotes(Integer numberOfDiscussionNotes)
numberOfDiscussionNotes
- public Integer getNumberOfDiscussionNotes()
Copyright © 2019 Communote team. All rights reserved.