@Generated(value="OracleSDKGenerator", comments="API Version: 20200901") public final class ManagementDashboardSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary of the properties of a dashboard.
Note: Objects should always be created or deserialized using the ManagementDashboardSummary.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 ManagementDashboardSummary.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ManagementDashboardSummary.Builder |
Constructor and Description |
---|
ManagementDashboardSummary(String dashboardId,
String id,
String displayName,
String description,
String compartmentId,
String providerId,
String providerName,
String providerVersion,
Boolean isOobDashboard,
String createdBy,
Date timeCreated,
String updatedBy,
Date timeUpdated,
String metadataVersion,
String screenImage,
Object nls,
String type,
LifecycleStates lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ManagementDashboardSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
OCID of the compartment in which the dashboard resides.
|
String |
getCreatedBy()
User who created the dashboard.
|
String |
getDashboardId()
ID of the dashboard.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDescription()
Description of the dashboard.
|
String |
getDisplayName()
Display name of the dashboard.
|
Map<String,String> |
getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.
|
String |
getId()
ID of the dashboard.
|
Boolean |
getIsOobDashboard()
Determines whether the dashboard is an Out-of-the-Box (OOB) dashboard.
|
LifecycleStates |
getLifecycleState()
Current lifecycle state of the dashboard.
|
String |
getMetadataVersion()
Version of the metadata.
|
Object |
getNls()
JSON that contains internationalization options.
|
String |
getProviderId()
ID of the service (for example, log-analytics) that owns the dashboard.
|
String |
getProviderName()
Name of the service (for example, Logging Analytics) that owns the dashboard.
|
String |
getProviderVersion()
Version of the service that owns the dashboard.
|
String |
getScreenImage()
Screen image of the dashboard.
|
Date |
getTimeCreated()
Date and time the dashboard was created.
|
Date |
getTimeUpdated()
Date and time the dashboard was updated.
|
String |
getType()
Type of dashboard.
|
String |
getUpdatedBy()
User who updated the dashboard.
|
int |
hashCode() |
ManagementDashboardSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"dashboardId","id","displayName","description","compartmentId","providerId","providerName","providerVersion","isOobDashboard","createdBy","timeCreated","updatedBy","timeUpdated","metadataVersion","screenImage","nls","type","lifecycleState","freeformTags","definedTags"}) public ManagementDashboardSummary(String dashboardId, String id, String displayName, String description, String compartmentId, String providerId, String providerName, String providerVersion, Boolean isOobDashboard, String createdBy, Date timeCreated, String updatedBy, Date timeUpdated, String metadataVersion, String screenImage, Object nls, String type, LifecycleStates lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
public static ManagementDashboardSummary.Builder builder()
Create a new builder.
public ManagementDashboardSummary.Builder toBuilder()
public String getDashboardId()
ID of the dashboard. Same as id.
public String getId()
ID of the dashboard. Same as dashboardId.
public String getDisplayName()
Display name of the dashboard.
public String getDescription()
Description of the dashboard.
public String getCompartmentId()
OCID of the compartment in which the dashboard resides.
public String getProviderId()
ID of the service (for example, log-analytics) that owns the dashboard. Each service has a unique ID.
public String getProviderName()
Name of the service (for example, Logging Analytics) that owns the dashboard.
public String getProviderVersion()
Version of the service that owns the dashboard.
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.
public String getCreatedBy()
User who created the dashboard.
public Date getTimeCreated()
Date and time the dashboard was created.
public String getUpdatedBy()
User who updated the dashboard.
public Date getTimeUpdated()
Date and time the dashboard was updated.
public String getMetadataVersion()
Version of the metadata.
public String getScreenImage()
Screen image of the dashboard.
public Object getNls()
JSON that contains internationalization options.
public String getType()
Type of dashboard. NORMAL denotes a single dashboard and SET denotes a dashboard set.
public LifecycleStates getLifecycleState()
Current lifecycle state of the dashboard.
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"}
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"}}
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–2023. All rights reserved.