Package | Description |
---|---|
org.apache.ambari.server.controller |
Modifier and Type | Method and Description |
---|---|
static WidgetResponse |
WidgetResponse.coerce(WidgetEntity entity)
Gets an
WidgetResponse from the supplied entity. |
Modifier and Type | Method and Description |
---|---|
List<HashMap<String,WidgetResponse>> |
ActiveWidgetLayoutResponse.getWidgets()
Returns widgets of the layout
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveWidgetLayoutResponse.setWidgets(List<HashMap<String,WidgetResponse>> widgets) |
Constructor and Description |
---|
ActiveWidgetLayoutResponse(Long id,
String clusterName,
String displayName,
String layoutName,
String sectionName,
String scope,
String userName,
List<HashMap<String,WidgetResponse>> widgets) |
Copyright © 2022 Apache Software Foundation. All rights reserved.