public class GetObservationParameter extends Object
Constructor and Description |
---|
GetObservationParameter()
Default Constuctor necessary for json parsing
|
GetObservationParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long observationId,
Long userId)
This constructor parses all incoming parameter of a request into the class structure
|
GetObservationParameter(String representation,
Long observationId,
Long userId) |
Modifier and Type | Method and Description |
---|---|
Long |
getCheckDate()
Returns the CheckDate.
|
Long |
getCount()
Returns the Count.
|
Long |
getObservationId()
Returns the ObservationId.
|
Long |
getUserId()
Returns the UserId.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setCheckDate(Long checkDate)
Sets CheckDate.
|
void |
setCount(Long count)
Sets Count.
|
void |
setObservationId(Long observationId)
Sets ObservationId.
|
void |
setUserId(Long userId)
Sets UserId.
|
public GetObservationParameter()
public GetObservationParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long observationId, Long userId) throws RestApiIllegalRequestParameterException
public GetObservationParameter(String representation, Long observationId, 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 setObservationId(Long observationId)
observationId
- public Long getObservationId()
public void setUserId(Long userId)
userId
- public Long getUserId()
public void setCount(Long count)
count
- public Long getCount()
public void setCheckDate(Long checkDate)
checkDate
- public Long getCheckDate()
Copyright © 2019 Communote team. All rights reserved.