public class GetCollectionObservationParameter extends Object
Constructor and Description |
---|
GetCollectionObservationParameter()
Default Constuctor necessary for json parsing
|
GetCollectionObservationParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long userId)
This constructor parses all incoming parameter of a request into the class structure
|
GetCollectionObservationParameter(String representation,
Long userId) |
Modifier and Type | Method and Description |
---|---|
Long |
getF_lastCheckDate()
Returns the F_lastCheckDate.
|
Long[] |
getF_observations()
Returns the F_observations.
|
Long |
getUserId()
Returns the UserId.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setF_lastCheckDate(Long f_lastCheckDate)
Sets F_lastCheckDate.
|
void |
setF_observations(Long[] f_observations)
Sets F_observations.
|
void |
setUserId(Long userId)
Sets UserId.
|
public GetCollectionObservationParameter()
public GetCollectionObservationParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long userId) throws RestApiIllegalRequestParameterException
public GetCollectionObservationParameter(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 setUserId(Long userId)
userId
- public Long getUserId()
public void setF_observations(Long[] f_observations)
f_observations
- public Long[] getF_observations()
public void setF_lastCheckDate(Long f_lastCheckDate)
f_lastCheckDate
- public Long getF_lastCheckDate()
Copyright © 2019 Communote team. All rights reserved.