public class CreateChildTopicParameter extends Object
| Constructor and Description |
|---|
CreateChildTopicParameter()
Default Constuctor necessary for json parsing
|
CreateChildTopicParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
String topicId)
This constructor parses all incoming parameter of a request into the class structure
|
CreateChildTopicParameter(String representation,
String topicId) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getChildTopicId()
Returns the ChildTopicId.
|
EParentTopicIdentifier |
getParentTopicIdentifier()
Returns the constant ParentTopicIdentifier.
|
String |
getTopicId()
Returns the TopicId.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setChildTopicId(Long childTopicId)
Sets ChildTopicId.
|
void |
setParentTopicIdentifier(EParentTopicIdentifier parentTopicIdentifier)
Sets the constant ParentTopicIdentifier.
|
void |
setTopicId(String topicId)
Sets TopicId.
|
public CreateChildTopicParameter()
public CreateChildTopicParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, String topicId) throws RestApiIllegalRequestParameterException
public CreateChildTopicParameter(String representation, String topicId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOExceptionpublic void setChildTopicId(Long childTopicId)
childTopicId - public Long getChildTopicId()
public void setTopicId(String topicId)
topicId - public String getTopicId()
public void setParentTopicIdentifier(EParentTopicIdentifier parentTopicIdentifier)
the - constant parentTopicIdentifierpublic EParentTopicIdentifier getParentTopicIdentifier()
Copyright © 2019 Communote team. All rights reserved.