Class ManagementDashboard
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.managementdashboard.model.ManagementDashboard
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200901") public final class ManagementDashboard extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelProperties of a dashboard, including dashboard ID.
 Note: Objects should always be created or deserialized using theManagementDashboard.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 theManagementDashboard.Builder, which maintain a set of all explicitly set fields calledManagementDashboard.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classManagementDashboard.Builder
 - 
Constructor SummaryConstructors Constructor Description ManagementDashboard(String dashboardId, String id, String providerId, String providerName, String providerVersion, List<ManagementDashboardTileDetails> tiles, String displayName, String description, String compartmentId, Boolean isOobDashboard, Boolean isShowInHome, String createdBy, Date timeCreated, String updatedBy, Date timeUpdated, String metadataVersion, Boolean isShowDescription, String screenImage, Object nls, Object uiConfig, List<Object> dataConfig, String type, Boolean isFavorite, List<ManagementSavedSearch> savedSearches, LifecycleStates lifecycleState, List<Object> parametersConfig, List<Object> drilldownConfig, Object featuresConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagementDashboard.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()OCID of the compartment in which the dashboard resides.StringgetCreatedBy()User who created the dashboard.StringgetDashboardId()ID of the dashboard.List<Object>getDataConfig()Array of JSON that contain data source options.Map<String,Map<String,Object>>getDefinedTags()Defined tags for this resource.StringgetDescription()Description of the dashboard.StringgetDisplayName()Display name of the dashboard.List<Object>getDrilldownConfig()Drill-down configuration to define the destination of a drill-down action.ObjectgetFeaturesConfig()Contains configuration for enabling features.Map<String,String>getFreeformTags()Simple key-value pair that is applied without any predefined name, type or scope.StringgetId()ID of the dashboard.BooleangetIsFavorite()Determines whether the dashboard is set as favorite.BooleangetIsOobDashboard()Determines whether the dashboard is an Out-of-the-Box (OOB) dashboard.BooleangetIsShowDescription()Determines whether the description of the dashboard is displayed.BooleangetIsShowInHome()Determines whether the dashboard will be displayed in Dashboard Home.LifecycleStatesgetLifecycleState()State of dashboard.StringgetMetadataVersion()The version of the metadata defined in the API.ObjectgetNls()JSON that contains internationalization options.List<Object>getParametersConfig()Defines parameters for the dashboard.StringgetProviderId()ID of the service (for example, log-analytics) that owns the dashboard.StringgetProviderName()Name of the service (for example, Logging Analytics) that owns the dashboard.StringgetProviderVersion()Version of the service that owns the dashboard.List<ManagementSavedSearch>getSavedSearches()Array of saved searches in the dashboard.StringgetScreenImage()Screen image of the dashboard.Map<String,Map<String,Object>>getSystemTags()Usage of system tag keys.List<ManagementDashboardTileDetails>getTiles()Array of dashboard tiles.DategetTimeCreated()Date and time the dashboard was created.DategetTimeUpdated()Date and time the dashboard was updated.StringgetType()Type of dashboard.ObjectgetUiConfig()JSON that contains user interface options.StringgetUpdatedBy()User who updated the dashboard.inthashCode()ManagementDashboard.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ManagementDashboard@Deprecated @ConstructorProperties({"dashboardId","id","providerId","providerName","providerVersion","tiles","displayName","description","compartmentId","isOobDashboard","isShowInHome","createdBy","timeCreated","updatedBy","timeUpdated","metadataVersion","isShowDescription","screenImage","nls","uiConfig","dataConfig","type","isFavorite","savedSearches","lifecycleState","parametersConfig","drilldownConfig","featuresConfig","freeformTags","definedTags","systemTags"}) public ManagementDashboard(String dashboardId, String id, String providerId, String providerName, String providerVersion, List<ManagementDashboardTileDetails> tiles, String displayName, String description, String compartmentId, Boolean isOobDashboard, Boolean isShowInHome, String createdBy, Date timeCreated, String updatedBy, Date timeUpdated, String metadataVersion, Boolean isShowDescription, String screenImage, Object nls, Object uiConfig, List<Object> dataConfig, String type, Boolean isFavorite, List<ManagementSavedSearch> savedSearches, LifecycleStates lifecycleState, List<Object> parametersConfig, List<Object> drilldownConfig, Object featuresConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ManagementDashboard.Builder builder() Create a new builder.
 - 
toBuilderpublic ManagementDashboard.Builder toBuilder() 
 - 
getDashboardIdpublic String getDashboardId() ID of the dashboard.Same as id. - Returns:
- the value
 
 - 
getIdpublic String getId() ID of the dashboard.Same as dashboardId. - Returns:
- the value
 
 - 
getProviderIdpublic String getProviderId() ID of the service (for example, log-analytics) that owns the dashboard.Each service has a unique ID. - Returns:
- the value
 
 - 
getProviderNamepublic String getProviderName() Name of the service (for example, Logging Analytics) that owns the dashboard.- Returns:
- the value
 
 - 
getProviderVersionpublic String getProviderVersion() Version of the service that owns the dashboard.- Returns:
- the value
 
 - 
getTilespublic List<ManagementDashboardTileDetails> getTiles() Array of dashboard tiles.- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() Display name of the dashboard.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() Description of the dashboard.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() OCID of the compartment in which the dashboard resides.- Returns:
- the value
 
 - 
getIsOobDashboardpublic Boolean getIsOobDashboard() Determines whether the dashboard is an Out-of-the-Box (OOB) dashboard.Note that OOB dashboards are only provided by Oracle and cannot be modified. - Returns:
- the value
 
 - 
getIsShowInHomepublic Boolean getIsShowInHome() Determines whether the dashboard will be displayed in Dashboard Home.- Returns:
- the value
 
 - 
getCreatedBypublic String getCreatedBy() User who created the dashboard.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() Date and time the dashboard was created.- Returns:
- the value
 
 - 
getUpdatedBypublic String getUpdatedBy() User who updated the dashboard.- Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() Date and time the dashboard was updated.- Returns:
- the value
 
 - 
getMetadataVersionpublic String getMetadataVersion() The version of the metadata defined in the API.This is maintained and enforced by dashboard server. Currently it is 2.0. - Returns:
- the value
 
 - 
getIsShowDescriptionpublic Boolean getIsShowDescription() Determines whether the description of the dashboard is displayed.- Returns:
- the value
 
 - 
getScreenImagepublic String getScreenImage() Screen image of the dashboard.- Returns:
- the value
 
 - 
getNlspublic Object getNls() JSON that contains internationalization options.- Returns:
- the value
 
 - 
getUiConfigpublic Object getUiConfig() JSON that contains user interface options.- Returns:
- the value
 
 - 
getDataConfigpublic List<Object> getDataConfig() Array of JSON that contain data source options.- Returns:
- the value
 
 - 
getTypepublic String getType() Type of dashboard.NORMAL denotes a single dashboard and SET denotes a dashboard set. - Returns:
- the value
 
 - 
getIsFavoritepublic Boolean getIsFavorite() Determines whether the dashboard is set as favorite.- Returns:
- the value
 
 - 
getSavedSearchespublic List<ManagementSavedSearch> getSavedSearches() Array of saved searches in the dashboard.- Returns:
- the value
 
 - 
getLifecycleStatepublic LifecycleStates getLifecycleState() State of dashboard.- Returns:
- the value
 
 - 
getParametersConfigpublic List<Object> getParametersConfig() Defines parameters for the dashboard.- Returns:
- the value
 
 - 
getDrilldownConfigpublic List<Object> getDrilldownConfig() Drill-down configuration to define the destination of a drill-down action.- Returns:
- the value
 
 - 
getFeaturesConfigpublic Object getFeaturesConfig() Contains configuration for enabling features.- Returns:
- the value
 
 - 
getFreeformTagspublic Map<String,String> getFreeformTags() Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Returns:
- the value
 
 - 
getDefinedTagspublic Map<String,Map<String,Object>> getDefinedTags() Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Returns:
- the value
 
 - 
getSystemTagspublic Map<String,Map<String,Object>> getSystemTags() Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-