@Generated(value="OracleSDKGenerator", comments="API Version: 20200901") public final class ManagementDashboardTileDetails extends Object
Properties of the dashboard tile representing a saved search. Tiles are laid out in a twelve column grid system with (0,0) at upper left corner.
ManagementDashboardTileDetails.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the ManagementDashboardTileDetails.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
ManagementDashboardTileDetails.Builder |
static class |
ManagementDashboardTileDetails.State
Current state of the saved search.
|
Constructor and Description |
---|
ManagementDashboardTileDetails(String displayName,
String savedSearchId,
Integer row,
Integer column,
Integer height,
Integer width,
Object nls,
Object uiConfig,
List<Object> dataConfig,
ManagementDashboardTileDetails.State state,
Object drilldownConfig,
Object parametersMap)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ManagementDashboardTileDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
Integer |
getColumn()
Tile’s column number.
|
List<Object> |
getDataConfig()
Array of JSON that contain data source options.
|
String |
getDisplayName()
Display name of the saved search.
|
Object |
getDrilldownConfig()
Drill-down configuration to define the destination of a drill-down action.
|
Integer |
getHeight()
The number of rows the tile occupies.
|
Object |
getNls()
JSON that contains internationalization options.
|
Object |
getParametersMap()
Specifies the saved search parameters values
|
Integer |
getRow()
Tile’s row number.
|
String |
getSavedSearchId()
ID of the saved search.
|
ManagementDashboardTileDetails.State |
getState()
Current state of the saved search.
|
Object |
getUiConfig()
JSON that contains user interface options.
|
Integer |
getWidth()
The number of columns the tile occupies.
|
int |
hashCode() |
ManagementDashboardTileDetails.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"displayName","savedSearchId","row","column","height","width","nls","uiConfig","dataConfig","state","drilldownConfig","parametersMap"}) @Deprecated public ManagementDashboardTileDetails(String displayName, String savedSearchId, Integer row, Integer column, Integer height, Integer width, Object nls, Object uiConfig, List<Object> dataConfig, ManagementDashboardTileDetails.State state, Object drilldownConfig, Object parametersMap)
public static ManagementDashboardTileDetails.Builder builder()
Create a new builder.
public ManagementDashboardTileDetails.Builder toBuilder()
public String getDisplayName()
Display name of the saved search.
public String getSavedSearchId()
ID of the saved search.
public Integer getRow()
Tile’s row number.
public Integer getColumn()
Tile’s column number.
public Integer getHeight()
The number of rows the tile occupies.
public Integer getWidth()
The number of columns the tile occupies.
public Object getNls()
JSON that contains internationalization options.
public Object getUiConfig()
JSON that contains user interface options.
public ManagementDashboardTileDetails.State getState()
Current state of the saved search.
public Object getDrilldownConfig()
Drill-down configuration to define the destination of a drill-down action.
public Object getParametersMap()
Specifies the saved search parameters values
Copyright © 2016–2022. All rights reserved.