@Generated public class DashboardPostContent extends Object
Constructor and Description |
---|
DashboardPostContent() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getDashboardFiltersEnabled() |
Boolean |
getIsFavorite() |
String |
getName() |
String |
getParent() |
RunAsRole |
getRunAsRole() |
Collection<String> |
getTags() |
int |
hashCode() |
DashboardPostContent |
setDashboardFiltersEnabled(Boolean dashboardFiltersEnabled) |
DashboardPostContent |
setIsFavorite(Boolean isFavorite) |
DashboardPostContent |
setName(String name) |
DashboardPostContent |
setParent(String parent) |
DashboardPostContent |
setRunAsRole(RunAsRole runAsRole) |
DashboardPostContent |
setTags(Collection<String> tags) |
String |
toString() |
public DashboardPostContent setDashboardFiltersEnabled(Boolean dashboardFiltersEnabled)
public Boolean getDashboardFiltersEnabled()
public DashboardPostContent setIsFavorite(Boolean isFavorite)
public Boolean getIsFavorite()
public DashboardPostContent setName(String name)
public String getName()
public DashboardPostContent setParent(String parent)
public String getParent()
public DashboardPostContent setRunAsRole(RunAsRole runAsRole)
public RunAsRole getRunAsRole()
public DashboardPostContent setTags(Collection<String> tags)
public Collection<String> getTags()
Copyright © 2024. All rights reserved.