public class GetRoleExternalParameter extends Object
Constructor and Description |
---|
GetRoleExternalParameter()
Default Constuctor necessary for json parsing
|
GetRoleExternalParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long roleExternal,
String topicId)
This constructor parses all incoming parameter of a request into the class structure
|
GetRoleExternalParameter(String representation,
Long roleExternal,
String topicId) |
Modifier and Type | Method and Description |
---|---|
Long |
getRoleExternal()
Returns the RoleExternal.
|
String |
getTopicId()
Returns the TopicId.
|
ETopicIdentifier |
getTopicIdentifier()
Returns the constant TopicIdentifier.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setRoleExternal(Long roleExternal)
Sets RoleExternal.
|
void |
setTopicId(String topicId)
Sets TopicId.
|
void |
setTopicIdentifier(ETopicIdentifier topicIdentifier)
Sets the constant TopicIdentifier.
|
public GetRoleExternalParameter()
public GetRoleExternalParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long roleExternal, String topicId) throws RestApiIllegalRequestParameterException
public GetRoleExternalParameter(String representation, Long roleExternal, 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 setRoleExternal(Long roleExternal)
roleExternal
- public Long getRoleExternal()
public void setTopicId(String topicId)
topicId
- public String getTopicId()
public void setTopicIdentifier(ETopicIdentifier topicIdentifier)
the
- constant topicIdentifierpublic ETopicIdentifier getTopicIdentifier()
Copyright © 2019 Communote team. All rights reserved.