public class GetCollectionPropertyParameter extends Object
| Constructor and Description |
|---|
GetCollectionPropertyParameter()
Default Constuctor necessary for json parsing
|
GetCollectionPropertyParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
String topicId)
This constructor parses all incoming parameter of a request into the class structure
|
GetCollectionPropertyParameter(String representation,
String topicId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Returns the Key.
|
String |
getKeyGroup()
Returns the KeyGroup.
|
String |
getTopicId()
Returns the TopicId.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setKey(String key)
Sets Key.
|
void |
setKeyGroup(String keyGroup)
Sets KeyGroup.
|
void |
setTopicId(String topicId)
Sets TopicId.
|
public GetCollectionPropertyParameter()
public GetCollectionPropertyParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, String topicId) throws RestApiIllegalRequestParameterException
public GetCollectionPropertyParameter(String representation, String topicId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOExceptionpublic void setTopicId(String topicId)
topicId - public String getTopicId()
public void setKeyGroup(String keyGroup)
keyGroup - public String getKeyGroup()
public void setKey(String key)
key - public String getKey()
Copyright © 2019 Communote team. All rights reserved.