@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class Summary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary of the audit report.
Note: Objects should always be created or deserialized using the Summary.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 Summary.Builder
, which maintain a
set of all explicitly set fields called Summary.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 |
Summary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
Summary(String name,
Boolean isHidden,
Integer displayOrder,
String groupByFieldName,
String countOf,
String scimFilter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Summary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCountOf()
Name of the key or count of object.
|
Integer |
getDisplayOrder()
Specifies the order in which the summary must be displayed.
|
String |
getGroupByFieldName()
A comma-delimited string that specifies the names of the fields by which the records must be
aggregated to get the summary.
|
Boolean |
getIsHidden()
Indicates if the summary is hidden.
|
String |
getName()
Name of the report summary.
|
String |
getScimFilter()
Additional scim filters used to get the specific summary.
|
int |
hashCode() |
Summary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"name","isHidden","displayOrder","groupByFieldName","countOf","scimFilter"}) public Summary(String name, Boolean isHidden, Integer displayOrder, String groupByFieldName, String countOf, String scimFilter)
public static Summary.Builder builder()
Create a new builder.
public Summary.Builder toBuilder()
public String getName()
Name of the report summary.
public Boolean getIsHidden()
Indicates if the summary is hidden. Values can either be ‘true’ or ‘false’.
public Integer getDisplayOrder()
Specifies the order in which the summary must be displayed.
public String getGroupByFieldName()
A comma-delimited string that specifies the names of the fields by which the records must be aggregated to get the summary.
public String getCountOf()
Name of the key or count of object.
public String getScimFilter()
Additional scim filters used to get the specific summary.
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.