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,
Long userId)
This constructor parses all incoming parameter of a request into the class structure
|
DeleteFollowParameter(String representation,
Long followId,
Long userId) |
Modifier and Type | Method and Description |
---|---|
Long |
getFollowId()
Returns the FollowId.
|
Long |
getUserId()
Returns the UserId.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setFollowId(Long followId)
Sets FollowId.
|
void |
setUserId(Long userId)
Sets UserId.
|
public DeleteFollowParameter()
public DeleteFollowParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long followId, Long userId) throws RestApiIllegalRequestParameterException
public DeleteFollowParameter(String representation, Long followId, Long userId) 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 setUserId(Long userId)
userId
- public Long getUserId()
Copyright © 2019 Communote team. All rights reserved.