@Generated(value="OracleSDKGenerator", comments="API Version: 20200901") public final class ManagementSavedSearchSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary of the properties of a saved search.
Note: Objects should always be created or deserialized using the ManagementSavedSearchSummary.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 ManagementSavedSearchSummary.Builder
, which maintain a
set of all explicitly set fields called ManagementSavedSearchSummary.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 |
ManagementSavedSearchSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ManagementSavedSearchSummary(String id,
String displayName,
Boolean isOobSavedSearch,
String compartmentId,
String providerId,
String providerVersion,
String providerName,
String description,
Object nls,
SavedSearchTypes type,
Object uiConfig,
List<Object> dataConfig,
String createdBy,
String updatedBy,
Date timeCreated,
Date timeUpdated,
String screenImage,
String metadataVersion,
String widgetTemplate,
String widgetVM,
LifecycleStates lifecycleState,
List<Object> parametersConfig,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ManagementSavedSearchSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
OCID of the compartment in which the saved search resides.
|
String |
getCreatedBy()
User who created the saved search.
|
List<Object> |
getDataConfig()
Array of JSON that contain data source options.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDescription()
Description of the saved search.
|
String |
getDisplayName()
Display name of the saved search.
|
Map<String,String> |
getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.
|
String |
getId()
ID of the saved search.
|
Boolean |
getIsOobSavedSearch()
Determines whether the saved search is an Out-of-the-Box (OOB) saved search.
|
LifecycleStates |
getLifecycleState()
Current lifecycle state of the saved search.
|
String |
getMetadataVersion()
Version of the metadata.
|
Object |
getNls()
JSON that contains internationalization options.
|
List<Object> |
getParametersConfig()
Defines parameters for the saved search.
|
String |
getProviderId()
ID of the service (for example log-analytics) that owns the saved search.
|
String |
getProviderName()
Name of the service (for example, Logging Analytics) that owns the saved search.
|
String |
getProviderVersion()
Version of the service that owns this saved search.
|
String |
getScreenImage()
Screen image of the saved search.
|
Date |
getTimeCreated()
Date and time the saved search was created.
|
Date |
getTimeUpdated()
Date and time the saved search was updated.
|
SavedSearchTypes |
getType()
Determines how the saved search is displayed in a dashboard.
|
Object |
getUiConfig()
JSON that contains user interface options.
|
String |
getUpdatedBy()
User who updated the saved search.
|
String |
getWidgetTemplate()
Reference to the HTML file of the widget.
|
String |
getWidgetVM()
Reference to the view model of the widget.
|
int |
hashCode() |
ManagementSavedSearchSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","displayName","isOobSavedSearch","compartmentId","providerId","providerVersion","providerName","description","nls","type","uiConfig","dataConfig","createdBy","updatedBy","timeCreated","timeUpdated","screenImage","metadataVersion","widgetTemplate","widgetVM","lifecycleState","parametersConfig","freeformTags","definedTags"}) public ManagementSavedSearchSummary(String id, String displayName, Boolean isOobSavedSearch, String compartmentId, String providerId, String providerVersion, String providerName, String description, Object nls, SavedSearchTypes type, Object uiConfig, List<Object> dataConfig, String createdBy, String updatedBy, Date timeCreated, Date timeUpdated, String screenImage, String metadataVersion, String widgetTemplate, String widgetVM, LifecycleStates lifecycleState, List<Object> parametersConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
public static ManagementSavedSearchSummary.Builder builder()
Create a new builder.
public ManagementSavedSearchSummary.Builder toBuilder()
public String getId()
ID of the saved search.
public String getDisplayName()
Display name of the saved search.
public Boolean getIsOobSavedSearch()
Determines whether the saved search is an Out-of-the-Box (OOB) saved search. Note that OOB saved searches are only provided by Oracle and cannot be modified.
public String getCompartmentId()
OCID of the compartment in which the saved search resides.
public String getProviderId()
ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
public String getProviderVersion()
Version of the service that owns this saved search.
public String getProviderName()
Name of the service (for example, Logging Analytics) that owns the saved search.
public String getDescription()
Description of the saved search.
public Object getNls()
JSON that contains internationalization options.
public SavedSearchTypes getType()
Determines how the saved search is displayed in a dashboard.
public Object getUiConfig()
JSON that contains user interface options.
public List<Object> getDataConfig()
Array of JSON that contain data source options.
public String getCreatedBy()
User who created the saved search.
public String getUpdatedBy()
User who updated the saved search.
public Date getTimeCreated()
Date and time the saved search was created.
public Date getTimeUpdated()
Date and time the saved search was updated.
public String getScreenImage()
Screen image of the saved search.
public String getMetadataVersion()
Version of the metadata.
public String getWidgetTemplate()
Reference to the HTML file of the widget.
public String getWidgetVM()
Reference to the view model of the widget.
public LifecycleStates getLifecycleState()
Current lifecycle state of the saved search.
public List<Object> getParametersConfig()
Defines parameters for the saved search.
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.