public class DeleteLikeParameter extends Object
| Constructor and Description |
|---|
DeleteLikeParameter()
Default Constuctor necessary for json parsing
|
DeleteLikeParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long likeId,
Long noteId)
This constructor parses all incoming parameter of a request into the class structure
|
DeleteLikeParameter(String representation,
Long likeId,
Long noteId) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLikeId()
Returns the LikeId.
|
Long |
getNoteId()
Returns the NoteId.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setLikeId(Long likeId)
Sets LikeId.
|
void |
setNoteId(Long noteId)
Sets NoteId.
|
public DeleteLikeParameter()
public DeleteLikeParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long likeId, Long noteId) throws RestApiIllegalRequestParameterException
public DeleteLikeParameter(String representation, Long likeId, Long noteId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOExceptionpublic void setLikeId(Long likeId)
likeId - public Long getLikeId()
public void setNoteId(Long noteId)
noteId - public Long getNoteId()
Copyright © 2019 Communote team. All rights reserved.