@Generated(value="OracleSDKGenerator", comments="API Version: 20230601") public final class JavaDownloadReportSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
A summary of the Java download report in a tenancy.
Note: Objects should always be created or deserialized using the JavaDownloadReportSummary.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 JavaDownloadReportSummary.Builder
, which maintain a
set of all explicitly set fields called JavaDownloadReportSummary.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 |
JavaDownloadReportSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
JavaDownloadReportSummary(String id,
String displayName,
JavaDownloadReportFormat format,
Long fileSizeInBytes,
ChecksumType checksumType,
String checksumValue,
String compartmentId,
Principal createdBy,
Date timeCreated,
Date timeStart,
Date timeEnd,
JavaDownloadRecordSortBy sortBy,
SortOrder sortOrder,
LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JavaDownloadReportSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
ChecksumType |
getChecksumType()
The algorithm used for calculating the checksum.
|
String |
getChecksumValue()
The checksum value of the Java download report file.
|
String |
getCompartmentId()
The OCID of the
tenancy scoped to the Java download report.
|
Principal |
getCreatedBy() |
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDisplayName()
Display name for the Java download report.
|
Long |
getFileSizeInBytes()
Approximate size of the Java download report file in bytes.
|
JavaDownloadReportFormat |
getFormat()
The file format of the Java download report.
|
Map<String,String> |
getFreeformTags()
Simple key-value pair that is applied without any predefined name, type, or scope.
|
String |
getId()
The OCID of the
Java download report.
|
LifecycleState |
getLifecycleState()
The current state of the Java download report.
|
JavaDownloadRecordSortBy |
getSortBy()
The property used for sorting the records.
|
SortOrder |
getSortOrder()
The sort order for the records.
|
Map<String,Map<String,Object>> |
getSystemTags()
System tags for this resource.
|
Date |
getTimeCreated()
The time the Java download report was created, displayed as an
RFC3339 formatted datetime string.
|
Date |
getTimeEnd()
The end time until when the download records are included (formatted according to
RFC3339).
|
Date |
getTimeStart()
The start time from when the download records are included (formatted according to
RFC3339).
|
int |
hashCode() |
JavaDownloadReportSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","displayName","format","fileSizeInBytes","checksumType","checksumValue","compartmentId","createdBy","timeCreated","timeStart","timeEnd","sortBy","sortOrder","lifecycleState","freeformTags","definedTags","systemTags"}) public JavaDownloadReportSummary(String id, String displayName, JavaDownloadReportFormat format, Long fileSizeInBytes, ChecksumType checksumType, String checksumValue, String compartmentId, Principal createdBy, Date timeCreated, Date timeStart, Date timeEnd, JavaDownloadRecordSortBy sortBy, SortOrder sortOrder, LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
public static JavaDownloadReportSummary.Builder builder()
Create a new builder.
public JavaDownloadReportSummary.Builder toBuilder()
public String getDisplayName()
Display name for the Java download report.
public JavaDownloadReportFormat getFormat()
The file format of the Java download report.
public Long getFileSizeInBytes()
Approximate size of the Java download report file in bytes.
public ChecksumType getChecksumType()
The algorithm used for calculating the checksum.
public String getChecksumValue()
The checksum value of the Java download report file.
public String getCompartmentId()
The OCID of the tenancy scoped to the Java download report.
public Principal getCreatedBy()
public Date getTimeCreated()
The time the Java download report was created, displayed as an RFC3339 formatted datetime string.
public Date getTimeStart()
The start time from when the download records are included (formatted according to RFC3339).
public Date getTimeEnd()
The end time until when the download records are included (formatted according to RFC3339).
public JavaDownloadRecordSortBy getSortBy()
The property used for sorting the records.
public SortOrder getSortOrder()
The sort order for the records.
public LifecycleState getLifecycleState()
The current state of the Java download report.
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"}
. (See Managing Tags and Tag
Namespaces.)
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"}}
. (See Understanding Free-form
Tags).
public Map<String,Map<String,Object>> getSystemTags()
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
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.