Class RequestSummarizedJavaDownloadCountsDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.jmsjavadownloads.model.RequestSummarizedJavaDownloadCountsDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20230601") public final class RequestSummarizedJavaDownloadCountsDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelAttributes to summarize the Java download counts in a tenancy.
 Note: Objects should always be created or deserialized using theRequestSummarizedJavaDownloadCountsDetails.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 theRequestSummarizedJavaDownloadCountsDetails.Builder, which maintain a set of all explicitly set fields calledRequestSummarizedJavaDownloadCountsDetails.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRequestSummarizedJavaDownloadCountsDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description RequestSummarizedJavaDownloadCountsDetails(String compartmentId, JavaDownloadCountAggregationType groupAs, String familyVersion, String releaseVersion, Date timeStart, Date timeEnd, AggregationSortBy sortBy, SortOrder sortOrder, Integer limit, String page)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestSummarizedJavaDownloadCountsDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()The compartment OCID here should be the tenancy OCID.StringgetFamilyVersion()Unique Java family version identifier.JavaDownloadCountAggregationTypegetGroupAs()The property that specifies the aggregation type for the download counts.IntegergetLimit()The maximum number of items to return.StringgetPage()The page token representing the page at which to start retrieving results.StringgetReleaseVersion()Unique Java release version identifier.AggregationSortBygetSortBy()The property to be used for sorting the aggregated report.SortOrdergetSortOrder()The sort order for the aggregated report.DategetTimeEnd()The end time until when the download data has to be included (formatted according to RFC3339).DategetTimeStart()The start time from when download data has to be included (formatted according to RFC3339).inthashCode()RequestSummarizedJavaDownloadCountsDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
RequestSummarizedJavaDownloadCountsDetails@Deprecated @ConstructorProperties({"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) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static RequestSummarizedJavaDownloadCountsDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic RequestSummarizedJavaDownloadCountsDetails.Builder toBuilder() 
 - 
getCompartmentIdpublic String getCompartmentId() The compartment OCID here should be the tenancy OCID.- Returns:
- the value
 
 - 
getGroupAspublic JavaDownloadCountAggregationType getGroupAs() The property that specifies the aggregation type for the download counts.- Returns:
- the value
 
 - 
getFamilyVersionpublic String getFamilyVersion() Unique Java family version identifier.- Returns:
- the value
 
 - 
getReleaseVersionpublic String getReleaseVersion() Unique Java release version identifier.- Returns:
- the value
 
 - 
getTimeStartpublic Date getTimeStart() The start time from when download data has to be included (formatted according to RFC3339).- Returns:
- the value
 
 - 
getTimeEndpublic Date getTimeEnd() The end time until when the download data has to be included (formatted according to RFC3339).- Returns:
- the value
 
 - 
getSortBypublic AggregationSortBy getSortBy() The property to be used for sorting the aggregated report.- Returns:
- the value
 
 - 
getSortOrderpublic SortOrder getSortOrder() The sort order for the aggregated report.- Returns:
- the value
 
 - 
getLimitpublic Integer getLimit() The maximum number of items to return.- Returns:
- the value
 
 - 
getPagepublic String getPage() The page token representing the page at which to start retrieving results.The token is usually retrieved from a previous call. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-