public class GetExternalObjectParameter extends Object
Constructor and Description |
---|
GetExternalObjectParameter()
Default Constuctor necessary for json parsing
|
GetExternalObjectParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
Long externalObjectId,
String topicId)
This constructor parses all incoming parameter of a request into the class structure
|
GetExternalObjectParameter(String representation,
Long externalObjectId,
String topicId) |
Modifier and Type | Method and Description |
---|---|
String |
getExternalId()
Returns the ExternalId.
|
Long |
getExternalObjectId()
Returns the ExternalObjectId.
|
String |
getExternalSystemId()
Returns the ExternalSystemId.
|
String |
getName()
Returns the Name.
|
String |
getTopicAliasOfExternalObject()
Returns the TopicAliasOfExternalObject.
|
String |
getTopicId()
Returns the TopicId.
|
ETopicIdentifier |
getTopicIdentifier()
Returns the constant TopicIdentifier.
|
Long |
getTopicIdOfExternalObject()
Returns the TopicIdOfExternalObject.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setExternalId(String externalId)
Sets ExternalId.
|
void |
setExternalObjectId(Long externalObjectId)
Sets ExternalObjectId.
|
void |
setExternalSystemId(String externalSystemId)
Sets ExternalSystemId.
|
void |
setName(String name)
Sets Name.
|
void |
setTopicAliasOfExternalObject(String topicAliasOfExternalObject)
Sets TopicAliasOfExternalObject.
|
void |
setTopicId(String topicId)
Sets TopicId.
|
void |
setTopicIdentifier(ETopicIdentifier topicIdentifier)
Sets the constant TopicIdentifier.
|
void |
setTopicIdOfExternalObject(Long topicIdOfExternalObject)
Sets TopicIdOfExternalObject.
|
public GetExternalObjectParameter()
public GetExternalObjectParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, Long externalObjectId, String topicId) throws RestApiIllegalRequestParameterException
public GetExternalObjectParameter(String representation, Long externalObjectId, 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 setExternalObjectId(Long externalObjectId)
externalObjectId
- public Long getExternalObjectId()
public void setTopicId(String topicId)
topicId
- public String getTopicId()
public void setName(String name)
name
- public String getName()
public void setExternalSystemId(String externalSystemId)
externalSystemId
- public String getExternalSystemId()
public void setExternalId(String externalId)
externalId
- public String getExternalId()
public void setTopicIdOfExternalObject(Long topicIdOfExternalObject)
topicIdOfExternalObject
- public Long getTopicIdOfExternalObject()
public void setTopicAliasOfExternalObject(String topicAliasOfExternalObject)
topicAliasOfExternalObject
- public String getTopicAliasOfExternalObject()
public void setTopicIdentifier(ETopicIdentifier topicIdentifier)
the
- constant topicIdentifierpublic ETopicIdentifier getTopicIdentifier()
Copyright © 2019 Communote team. All rights reserved.