Class 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 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).
    • Method Detail

      • 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 class com.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 class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel