public class GetTopicParameter extends Object
| Constructor and Description |
|---|
GetTopicParameter()
Default Constuctor necessary for json parsing
|
GetTopicParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
String topicId)
This constructor parses all incoming parameter of a request into the class structure
|
GetTopicParameter(String representation,
String topicId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Returns the Alias.
|
String |
getBannerImageId()
Returns the BannerImageId.
|
String |
getBannerImageVersion()
Returns the BannerImageVersion.
|
ChildTopicResource[] |
getChildren()
Returns the Children.
|
Date |
getCrawlLastModificationDate()
Returns the CrawlLastModificationDate.
|
Boolean |
getCreateSystemNotes()
Returns the CreateSystemNotes.
|
String |
getDescription()
Returns the Description.
|
Boolean |
getIsFollow()
Returns the IsFollow.
|
Date |
getLastBannerImageModificationDate()
Returns the LastBannerImageModificationDate.
|
Date |
getLastModificationDate()
Returns the LastModificationDate.
|
Date |
getLastProfileImageModificationDate()
Returns the LastProfileImageModificationDate.
|
String |
getProfileImageId()
Returns the ProfileImageId.
|
String |
getProfileImageVersion()
Returns the ProfileImageVersion.
|
TagResource[] |
getTags()
Returns the Tags.
|
String |
getTitle()
Returns the Title.
|
String |
getTopicEmail()
Returns the TopicEmail.
|
String |
getTopicId()
Returns the TopicId.
|
ETopicIdentifier |
getTopicIdentifier()
Returns the constant TopicIdentifier.
|
String |
getUserRole()
Returns the UserRole.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setAlias(String alias)
Sets Alias.
|
void |
setBannerImageId(String bannerImageId)
Sets BannerImageId.
|
void |
setBannerImageVersion(String bannerImageVersion)
Sets BannerImageVersion.
|
void |
setChildren(ChildTopicResource[] children)
Sets Children.
|
void |
setCrawlLastModificationDate(Date crawlLastModificationDate)
Sets CrawlLastModificationDate.
|
void |
setCreateSystemNotes(Boolean createSystemNotes)
Sets CreateSystemNotes.
|
void |
setDescription(String description)
Sets Description.
|
void |
setIsFollow(Boolean isFollow)
Sets IsFollow.
|
void |
setLastBannerImageModificationDate(Date lastBannerImageModificationDate)
Sets LastBannerImageModificationDate.
|
void |
setLastModificationDate(Date lastModificationDate)
Sets LastModificationDate.
|
void |
setLastProfileImageModificationDate(Date lastProfileImageModificationDate)
Sets LastProfileImageModificationDate.
|
void |
setProfileImageId(String profileImageId)
Sets ProfileImageId.
|
void |
setProfileImageVersion(String profileImageVersion)
Sets ProfileImageVersion.
|
void |
setTags(TagResource[] tags)
Sets Tags.
|
void |
setTitle(String title)
Sets Title.
|
void |
setTopicEmail(String topicEmail)
Sets TopicEmail.
|
void |
setTopicId(String topicId)
Sets TopicId.
|
void |
setTopicIdentifier(ETopicIdentifier topicIdentifier)
Sets the constant TopicIdentifier.
|
void |
setUserRole(String userRole)
Sets UserRole.
|
public GetTopicParameter()
public GetTopicParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, String topicId) throws RestApiIllegalRequestParameterException
public GetTopicParameter(String representation, String topicId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOExceptionpublic void setTopicId(String topicId)
topicId - public String getTopicId()
public void setChildren(ChildTopicResource[] children)
children - public ChildTopicResource[] getChildren()
public void setLastModificationDate(Date lastModificationDate)
lastModificationDate - public Date getLastModificationDate()
public void setTopicEmail(String topicEmail)
topicEmail - public String getTopicEmail()
public void setCreateSystemNotes(Boolean createSystemNotes)
createSystemNotes - public Boolean getCreateSystemNotes()
public void setDescription(String description)
description - public String getDescription()
public void setTags(TagResource[] tags)
tags - public TagResource[] getTags()
public void setAlias(String alias)
alias - public String getAlias()
public void setTitle(String title)
title - public String getTitle()
public void setUserRole(String userRole)
userRole - public String getUserRole()
public void setIsFollow(Boolean isFollow)
isFollow - public Boolean getIsFollow()
public void setProfileImageId(String profileImageId)
profileImageId - public String getProfileImageId()
public void setProfileImageVersion(String profileImageVersion)
profileImageVersion - public String getProfileImageVersion()
public void setLastProfileImageModificationDate(Date lastProfileImageModificationDate)
lastProfileImageModificationDate - public Date getLastProfileImageModificationDate()
public void setBannerImageId(String bannerImageId)
bannerImageId - public String getBannerImageId()
public void setBannerImageVersion(String bannerImageVersion)
bannerImageVersion - public String getBannerImageVersion()
public void setLastBannerImageModificationDate(Date lastBannerImageModificationDate)
lastBannerImageModificationDate - public Date getLastBannerImageModificationDate()
public void setCrawlLastModificationDate(Date crawlLastModificationDate)
crawlLastModificationDate - public Date getCrawlLastModificationDate()
public void setTopicIdentifier(ETopicIdentifier topicIdentifier)
the - constant topicIdentifierpublic ETopicIdentifier getTopicIdentifier()
Copyright © 2019 Communote team. All rights reserved.