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.ExplicitlySetBmcModel
Attributes 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 Summary
Nested Classes Modifier and Type Class Description static class
RequestSummarizedJavaDownloadCountsDetails.Builder
-
Constructor Summary
Constructors 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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
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
-
builder
public static RequestSummarizedJavaDownloadCountsDetails.Builder builder()
Create a new builder.
-
toBuilder
public RequestSummarizedJavaDownloadCountsDetails.Builder toBuilder()
-
getCompartmentId
public String getCompartmentId()
The compartment OCID here should be the tenancy OCID.- Returns:
- the value
-
getGroupAs
public JavaDownloadCountAggregationType getGroupAs()
The property that specifies the aggregation type for the download counts.- Returns:
- the value
-
getFamilyVersion
public String getFamilyVersion()
Unique Java family version identifier.- Returns:
- the value
-
getReleaseVersion
public String getReleaseVersion()
Unique Java release version identifier.- Returns:
- the value
-
getTimeStart
public Date getTimeStart()
The start time from when download data has to be included (formatted according to RFC3339).- Returns:
- the value
-
getTimeEnd
public Date getTimeEnd()
The end time until when the download data has to be included (formatted according to RFC3339).- Returns:
- the value
-
getSortBy
public AggregationSortBy getSortBy()
The property to be used for sorting the aggregated report.- Returns:
- the value
-
getSortOrder
public SortOrder getSortOrder()
The sort order for the aggregated report.- Returns:
- the value
-
getLimit
public Integer getLimit()
The maximum number of items to return.- Returns:
- the value
-
getPage
public 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
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public 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
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-