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