public class Subscription extends Object
| Constructor and Description |
|---|
Subscription() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getContentId() |
String |
getContentType() |
Date |
getCreatedAt() |
Long |
getId() |
String |
getLocale() |
Date |
getUpdatedAt() |
String |
getUrl() |
Long |
getUserId() |
boolean |
isIncludeComments() |
void |
setContentId(Long contentId) |
void |
setContentType(String contentType) |
void |
setCreatedAt(Date createdAt) |
void |
setId(Long id) |
void |
setIncludeComments(boolean includeComments) |
void |
setLocale(String locale) |
void |
setUpdatedAt(Date updatedAt) |
void |
setUrl(String url) |
void |
setUserId(Long userId) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getUrl()
public void setUrl(String url)
public Long getUserId()
public void setUserId(Long userId)
public Long getContentId()
public void setContentId(Long contentId)
public String getContentType()
public void setContentType(String contentType)
public String getLocale()
public void setLocale(String locale)
public boolean isIncludeComments()
public void setIncludeComments(boolean includeComments)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
Copyright © 2013–2020. All rights reserved.