@Generated(value="OracleSDKGenerator", comments="API Version: 20200901") public final class ManagementDashboardTileDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
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.
Note: Objects should always be created or deserialized using the 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 ManagementDashboardTileDetails.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (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.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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) |
Integer |
getColumn()
Tile’s column number.
|
List<Object> |
getDataConfig()
It defines how data is fetched.
|
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()
It defines the visualization type of the widget saved search, the UI options of that
visualization type, the binding of data to the visualization.
|
Integer |
getWidth()
The number of columns the tile occupies.
|
int |
hashCode() |
ManagementDashboardTileDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"displayName","savedSearchId","row","column","height","width","nls","uiConfig","dataConfig","state","drilldownConfig","parametersMap"}) 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()
It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
public List<Object> getDataConfig()
It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
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
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.