public class GetRoleBulkExternalParameter extends Object
Constructor and Description |
---|
GetRoleBulkExternalParameter()
Default Constuctor necessary for json parsing
|
GetRoleBulkExternalParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long roleBulkExternal,
String topicId)
This constructor parses all incoming parameter of a request into the class structure
|
GetRoleBulkExternalParameter(String representation,
Long roleBulkExternal,
String topicId) |
Modifier and Type | Method and Description |
---|---|
Long |
getRoleBulkExternal()
Returns the RoleBulkExternal.
|
String |
getTopicId()
Returns the TopicId.
|
ETopicIdentifier |
getTopicIdentifier()
Returns the constant TopicIdentifier.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setRoleBulkExternal(Long roleBulkExternal)
Sets RoleBulkExternal.
|
void |
setTopicId(String topicId)
Sets TopicId.
|
void |
setTopicIdentifier(ETopicIdentifier topicIdentifier)
Sets the constant TopicIdentifier.
|
public GetRoleBulkExternalParameter()
public GetRoleBulkExternalParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long roleBulkExternal, String topicId) throws RestApiIllegalRequestParameterException
public GetRoleBulkExternalParameter(String representation, Long roleBulkExternal, 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 setRoleBulkExternal(Long roleBulkExternal)
roleBulkExternal
- public Long getRoleBulkExternal()
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.