public class ActiveWidgetLayoutResponse extends Object implements ApiModel
ActiveWidgetLayoutService.getServices(String, HttpHeaders, UriInfo, String)
Constructor and Description |
---|
ActiveWidgetLayoutResponse(Long id,
String clusterName,
String displayName,
String layoutName,
String sectionName,
String scope,
String userName,
List<HashMap<String,WidgetResponse>> widgets) |
Modifier and Type | Method and Description |
---|---|
String |
getClusterName()
Returns cluster name for the widget layout
|
String |
getDisplayName()
Returns display name for the widget layout
|
Long |
getId()
Returns id for the widget layout
|
String |
getLayoutName()
Returns layout name
|
String |
getScope()
Returns scope
|
String |
getSectionName()
Returns section name
|
String |
getUserName()
Returns user name
|
List<HashMap<String,WidgetResponse>> |
getWidgets()
Returns widgets of the layout
|
void |
setWidgets(List<HashMap<String,WidgetResponse>> widgets) |
public ActiveWidgetLayoutResponse(Long id, String clusterName, String displayName, String layoutName, String sectionName, String scope, String userName, List<HashMap<String,WidgetResponse>> widgets)
id
- clusterName
- cluster namedisplayName
- display namelayoutName
- layout namesectionName
- section namescope
- scopeuserName
- user namewidgets
- widgetspublic Long getId()
public String getClusterName()
public String getDisplayName()
public String getLayoutName()
public String getScope()
public String getSectionName()
public String getUserName()
public List<HashMap<String,WidgetResponse>> getWidgets()
public void setWidgets(List<HashMap<String,WidgetResponse>> widgets)
Copyright © 2022 Apache Software Foundation. All rights reserved.