public class DeleteChildTopicParameter extends Object
Constructor and Description |
---|
DeleteChildTopicParameter()
Default Constuctor necessary for json parsing
|
DeleteChildTopicParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long childTopicId,
String topicId)
This constructor parses all incoming parameter of a request into the class structure
|
DeleteChildTopicParameter(String representation,
Long childTopicId,
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 DeleteChildTopicParameter()
public DeleteChildTopicParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long childTopicId, String topicId) throws RestApiIllegalRequestParameterException
public DeleteChildTopicParameter(String representation, Long childTopicId, String topicId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseException
org.codehaus.jackson.map.JsonMappingException
IOException
public 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.