public class GetCollectionLastModificationDateParameter extends Object
Constructor and Description |
---|
GetCollectionLastModificationDateParameter()
Default Constuctor necessary for json parsing
|
GetCollectionLastModificationDateParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap)
This constructor parses all incoming parameter of a request into the class structure
|
GetCollectionLastModificationDateParameter(String representation) |
Modifier and Type | Method and Description |
---|---|
Long |
getEntityId()
Returns the EntityId.
|
Date |
getLastModificationDate()
Returns the LastModificationDate.
|
EType |
getType()
Returns the constant Type.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setEntityId(Long entityId)
Sets EntityId.
|
void |
setLastModificationDate(Date lastModificationDate)
Sets LastModificationDate.
|
void |
setType(EType type)
Sets the constant Type.
|
public GetCollectionLastModificationDateParameter()
public GetCollectionLastModificationDateParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap) throws RestApiIllegalRequestParameterException
public GetCollectionLastModificationDateParameter(String representation) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseException
org.codehaus.jackson.map.JsonMappingException
IOException
public void setEntityId(Long entityId)
entityId
- public Long getEntityId()
public void setLastModificationDate(Date lastModificationDate)
lastModificationDate
- public Date getLastModificationDate()
public void setType(EType type)
the
- constant typepublic EType getType()
Copyright © 2019 Communote team. All rights reserved.