public class DeleteFollowParameter extends Object
Constructor and Description |
---|
DeleteFollowParameter()
Default Constuctor necessary for json parsing
|
DeleteFollowParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long followId,
String topicId)
This constructor parses all incoming parameter of a request into the class structure
|
DeleteFollowParameter(String representation,
Long followId,
String topicId) |
Modifier and Type | Method and Description |
---|---|
Long |
getFollowId()
Returns the FollowId.
|
String |
getTopicId()
Returns the TopicId.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setFollowId(Long followId)
Sets FollowId.
|
void |
setTopicId(String topicId)
Sets TopicId.
|
public DeleteFollowParameter()
public DeleteFollowParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long followId, String topicId) throws RestApiIllegalRequestParameterException
public DeleteFollowParameter(String representation, Long followId, String topicId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseException
org.codehaus.jackson.map.JsonMappingException
IOException
public void setFollowId(Long followId)
followId
- public Long getFollowId()
public void setTopicId(String topicId)
topicId
- public String getTopicId()
Copyright © 2019 Communote team. All rights reserved.