public class ObservationResource extends AbstractResource
Constructor and Description |
---|
ObservationResource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getCheckDate()
Returns the CheckDate.
|
Long |
getCount()
Returns the Count.
|
Long |
getObservationId()
Returns the ObservationId.
|
protected AbstractResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,GetObservationParameter,GetCollectionObservationParameter> |
getResourceHandler() |
int |
hashCode() |
javax.ws.rs.core.Response |
observationList(Long userId) |
javax.ws.rs.core.Response |
observationSingle(Long observationId,
Long userId) |
void |
setCheckDate(Long checkDate)
Sets CheckDate.
|
void |
setCount(Long count)
Sets Count.
|
void |
setObservationId(Long observationId)
Sets ObservationId.
|
protected AbstractResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,GetObservationParameter,GetCollectionObservationParameter> getResourceHandler()
getResourceHandler
in class AbstractResource
public javax.ws.rs.core.Response observationSingle(Long observationId, Long userId) throws Exception
Exception
public javax.ws.rs.core.Response observationList(Long userId) throws Exception
Exception
public Long getObservationId()
public void setObservationId(Long observationId)
observationId
- public Long getCount()
public void setCount(Long count)
count
- public Long getCheckDate()
public void setCheckDate(Long checkDate)
checkDate
- Copyright © 2019 Communote team. All rights reserved.