Class ManagementDashboardForImportExportDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.managementdashboard.model.ManagementDashboardForImportExportDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200901") public final class ManagementDashboardForImportExportDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelProperties of a dashboard, including dashboard ID and saved searches, for import purposes.
Note: Objects should always be created or deserialized using theManagementDashboardForImportExportDetails.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 theManagementDashboardForImportExportDetails.Builder, which maintain a set of all explicitly set fields calledManagementDashboardForImportExportDetails.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 Summary
Nested Classes Modifier and Type Class Description static classManagementDashboardForImportExportDetails.Builder
-
Constructor Summary
Constructors Constructor Description ManagementDashboardForImportExportDetails(String dashboardId, String providerId, String providerName, String providerVersion, List<ManagementDashboardTileDetails> tiles, String displayName, String description, String compartmentId, Boolean isOobDashboard, Boolean isShowInHome, String metadataVersion, Boolean isShowDescription, String screenImage, Object nls, Object uiConfig, List<Object> dataConfig, String type, Boolean isFavorite, List<ManagementSavedSearchForImportDetails> savedSearches, List<Object> parametersConfig, Object featuresConfig, List<Object> drilldownConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagementDashboardForImportExportDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()OCID of the compartment in which the dashboard resides.StringgetDashboardId()ID of the dashboard.List<Object>getDataConfig()It defines how data is fetched.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.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.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()The user friendly name of the service (for example, Logging Analytics) that owns the dashboard.StringgetProviderVersion()The version of the metadata of the provider.List<ManagementSavedSearchForImportDetails>getSavedSearches()Array of saved searches in the dashboard.StringgetScreenImage()Screen image of the dashboard.List<ManagementDashboardTileDetails>getTiles()Array of dashboard tiles.StringgetType()Type of dashboard.ObjectgetUiConfig()It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.inthashCode()ManagementDashboardForImportExportDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
ManagementDashboardForImportExportDetails
@Deprecated @ConstructorProperties({"dashboardId","providerId","providerName","providerVersion","tiles","displayName","description","compartmentId","isOobDashboard","isShowInHome","metadataVersion","isShowDescription","screenImage","nls","uiConfig","dataConfig","type","isFavorite","savedSearches","parametersConfig","featuresConfig","drilldownConfig","freeformTags","definedTags"}) public ManagementDashboardForImportExportDetails(String dashboardId, String providerId, String providerName, String providerVersion, List<ManagementDashboardTileDetails> tiles, String displayName, String description, String compartmentId, Boolean isOobDashboard, Boolean isShowInHome, String metadataVersion, Boolean isShowDescription, String screenImage, Object nls, Object uiConfig, List<Object> dataConfig, String type, Boolean isFavorite, List<ManagementSavedSearchForImportDetails> savedSearches, List<Object> parametersConfig, Object featuresConfig, List<Object> drilldownConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-
-
Method Detail
-
builder
public static ManagementDashboardForImportExportDetails.Builder builder()
Create a new builder.
-
toBuilder
public ManagementDashboardForImportExportDetails.Builder toBuilder()
-
getDashboardId
public String getDashboardId()
ID of the dashboard.- Returns:
- the value
-
getProviderId
public String getProviderId()
ID of the service (for example log-analytics) that owns the dashboard.Each service has a unique ID.
- Returns:
- the value
-
getProviderName
public String getProviderName()
The user friendly name of the service (for example, Logging Analytics) that owns the dashboard.- Returns:
- the value
-
getProviderVersion
public String getProviderVersion()
The version of the metadata of the provider.This is useful for provider to version its features and metadata. Any newly created saved search (or dashboard) should use providerVersion 3.0.0.
- Returns:
- the value
-
getTiles
public List<ManagementDashboardTileDetails> getTiles()
Array of dashboard tiles.- Returns:
- the value
-
getDisplayName
public String getDisplayName()
Display name of the dashboard.- Returns:
- the value
-
getDescription
public String getDescription()
Description of the dashboard.- Returns:
- the value
-
getCompartmentId
public String getCompartmentId()
OCID of the compartment in which the dashboard resides.- Returns:
- the value
-
getIsOobDashboard
public 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
-
getIsShowInHome
public Boolean getIsShowInHome()
Determines whether the dashboard will be displayed in Dashboard Home.- Returns:
- the value
-
getMetadataVersion
public 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
-
getIsShowDescription
public Boolean getIsShowDescription()
Determines whether the description of the dashboard is displayed.- Returns:
- the value
-
getScreenImage
public String getScreenImage()
Screen image of the dashboard.- Returns:
- the value
-
getNls
public Object getNls()
JSON that contains internationalization options.- Returns:
- the value
-
getUiConfig
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.- Returns:
- the value
-
getDataConfig
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.
- Returns:
- the value
-
getType
public String getType()
Type of dashboard.NORMAL denotes a single dashboard and SET denotes a dashboard set.
- Returns:
- the value
-
getIsFavorite
public Boolean getIsFavorite()
Determines whether the dashboard is set as favorite.- Returns:
- the value
-
getSavedSearches
public List<ManagementSavedSearchForImportDetails> getSavedSearches()
Array of saved searches in the dashboard.- Returns:
- the value
-
getParametersConfig
public List<Object> getParametersConfig()
Defines parameters for the dashboard.- Returns:
- the value
-
getFeaturesConfig
public Object getFeaturesConfig()
Contains configuration for enabling features.- Returns:
- the value
-
getDrilldownConfig
public List<Object> getDrilldownConfig()
Drill-down configuration to define the destination of a drill-down action.- Returns:
- the value
-
getFreeformTags
public 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
-
getDefinedTags
public 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
-
toString
public String toString()
- Overrides:
toStringin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public 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
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-