public class ActivityFeedQueryEntity extends Object
Constructor and Description |
---|
ActivityFeedQueryEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getFeedUserId() |
int |
getMaxFeedSize() |
Long |
getMaxId() |
Long |
getMinId() |
String |
getNullValue() |
String |
getSiteNetwork() |
void |
setFeedUserId(String feedUserId) |
void |
setMaxFeedSize(int maxFeedSize) |
void |
setMaxId(Long maxId) |
void |
setMinId(Long minId) |
void |
setSiteNetwork(String siteNetwork) |
public String getNullValue()
public Long getMinId()
public void setMinId(Long minId)
public Long getMaxId()
public void setMaxId(Long maxId)
public int getMaxFeedSize()
public void setMaxFeedSize(int maxFeedSize)
public String getFeedUserId()
public void setFeedUserId(String feedUserId)
public String getSiteNetwork()
public void setSiteNetwork(String siteNetwork)
Copyright © 2005–2017 Alfresco Software. All rights reserved.