@Generated(value="OracleSDKGenerator", comments="API Version: 20230601") public final class RequestSummarizedJavaDownloadCountsDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Attributes to summarize the Java download counts in a tenancy.
Note: Objects should always be created or deserialized using the RequestSummarizedJavaDownloadCountsDetails.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 RequestSummarizedJavaDownloadCountsDetails.Builder
, which maintain a
set of all explicitly set fields called RequestSummarizedJavaDownloadCountsDetails.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 |
RequestSummarizedJavaDownloadCountsDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
RequestSummarizedJavaDownloadCountsDetails(String compartmentId,
JavaDownloadCountAggregationType groupAs,
String familyVersion,
String releaseVersion,
Date timeStart,
Date timeEnd,
AggregationSortBy sortBy,
SortOrder sortOrder,
Integer limit,
String page)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RequestSummarizedJavaDownloadCountsDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
The compartment
OCID here should be
the tenancy OCID.
|
String |
getFamilyVersion()
Unique Java family version identifier.
|
JavaDownloadCountAggregationType |
getGroupAs()
The property that specifies the aggregation type for the download counts.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getPage()
The page token representing the page at which to start retrieving results.
|
String |
getReleaseVersion()
Unique Java release version identifier.
|
AggregationSortBy |
getSortBy()
The property to be used for sorting the aggregated report.
|
SortOrder |
getSortOrder()
The sort order for the aggregated report.
|
Date |
getTimeEnd()
The end time until when the download data has to be included (formatted according to
RFC3339).
|
Date |
getTimeStart()
The start time from when download data has to be included (formatted according to
RFC3339).
|
int |
hashCode() |
RequestSummarizedJavaDownloadCountsDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"compartmentId","groupAs","familyVersion","releaseVersion","timeStart","timeEnd","sortBy","sortOrder","limit","page"}) public RequestSummarizedJavaDownloadCountsDetails(String compartmentId, JavaDownloadCountAggregationType groupAs, String familyVersion, String releaseVersion, Date timeStart, Date timeEnd, AggregationSortBy sortBy, SortOrder sortOrder, Integer limit, String page)
public static RequestSummarizedJavaDownloadCountsDetails.Builder builder()
Create a new builder.
public RequestSummarizedJavaDownloadCountsDetails.Builder toBuilder()
public String getCompartmentId()
The compartment OCID here should be the tenancy OCID.
public JavaDownloadCountAggregationType getGroupAs()
The property that specifies the aggregation type for the download counts.
public String getFamilyVersion()
Unique Java family version identifier.
public String getReleaseVersion()
Unique Java release version identifier.
public Date getTimeStart()
The start time from when download data has to be included (formatted according to RFC3339).
public Date getTimeEnd()
The end time until when the download data has to be included (formatted according to RFC3339).
public AggregationSortBy getSortBy()
The property to be used for sorting the aggregated report.
public SortOrder getSortOrder()
The sort order for the aggregated report.
public Integer getLimit()
The maximum number of items to return.
public String getPage()
The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous call.
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.