Package com.oracle.bmc.devops.model
Class SummarizeRepositoryAnalyticsDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.devops.model.SummarizeRepositoryAnalyticsDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210630") public final class SummarizeRepositoryAnalyticsDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDetails of the user configured settings for viewing the metrics at repository level.
 Note: Objects should always be created or deserialized using theSummarizeRepositoryAnalyticsDetails.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 theSummarizeRepositoryAnalyticsDetails.Builder, which maintain a set of all explicitly set fields calledSummarizeRepositoryAnalyticsDetails.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 classSummarizeRepositoryAnalyticsDetails.AggregationDurationMetrics aggregated for the defined period.static classSummarizeRepositoryAnalyticsDetails.Builderstatic classSummarizeRepositoryAnalyticsDetails.GroupByAttribute by which metric data has to be grouped
 - 
Constructor SummaryConstructors Constructor Description SummarizeRepositoryAnalyticsDetails(String authorEmail, List<MetricName> repositoryMetrics, SummarizeRepositoryAnalyticsDetails.AggregationDuration aggregationDuration, Date startTime, Date endTime, SummarizeRepositoryAnalyticsDetails.GroupBy groupBy)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SummarizeRepositoryAnalyticsDetails.Builderbuilder()Create a new builder.booleanequals(Object o)SummarizeRepositoryAnalyticsDetails.AggregationDurationgetAggregationDuration()Metrics aggregated for the defined period.StringgetAuthorEmail()Email address of the author.DategetEndTime()The end of the metric data query time range.SummarizeRepositoryAnalyticsDetails.GroupBygetGroupBy()Attribute by which metric data has to be groupedList<MetricName>getRepositoryMetrics()The name of the metric to be filtered.DategetStartTime()The beginning of the metric data query time range.inthashCode()SummarizeRepositoryAnalyticsDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
SummarizeRepositoryAnalyticsDetails@Deprecated @ConstructorProperties({"authorEmail","repositoryMetrics","aggregationDuration","startTime","endTime","groupBy"}) public SummarizeRepositoryAnalyticsDetails(String authorEmail, List<MetricName> repositoryMetrics, SummarizeRepositoryAnalyticsDetails.AggregationDuration aggregationDuration, Date startTime, Date endTime, SummarizeRepositoryAnalyticsDetails.GroupBy groupBy) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static SummarizeRepositoryAnalyticsDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic SummarizeRepositoryAnalyticsDetails.Builder toBuilder() 
 - 
getAuthorEmailpublic String getAuthorEmail() Email address of the author.- Returns:
- the value
 
 - 
getRepositoryMetricspublic List<MetricName> getRepositoryMetrics() The name of the metric to be filtered.- Returns:
- the value
 
 - 
getAggregationDurationpublic SummarizeRepositoryAnalyticsDetails.AggregationDuration getAggregationDuration() Metrics aggregated for the defined period.- Returns:
- the value
 
 - 
getStartTimepublic Date getStartTime() The beginning of the metric data query time range.- Returns:
- the value
 
 - 
getEndTimepublic Date getEndTime() The end of the metric data query time range.- Returns:
- the value
 
 - 
getGroupBypublic SummarizeRepositoryAnalyticsDetails.GroupBy getGroupBy() Attribute by which metric data has to be grouped- 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
 
 
- 
 
-