Class MetricDataDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.monitoring.model.MetricDataDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20180401") public final class MetricDataDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelA metric object containing raw metric data points to be posted to the Monitoring service.
 Note: Objects should always be created or deserialized using theMetricDataDetails.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 theMetricDataDetails.Builder, which maintain a set of all explicitly set fields calledMetricDataDetails.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 classMetricDataDetails.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MetricDataDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()The OCID of the compartment to use for metrics.List<Datapoint>getDatapoints()A list of metric values with timestamps.Map<String,String>getDimensions()Qualifiers provided in a metric definition.Map<String,String>getMetadata()Properties describing metrics.StringgetName()The name of the metric.StringgetNamespace()The source service or application emitting the metric.StringgetResourceGroup()Resource group to assign to the metric.inthashCode()MetricDataDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
MetricDataDetails@Deprecated @ConstructorProperties({"namespace","resourceGroup","compartmentId","name","dimensions","metadata","datapoints"}) public MetricDataDetails(String namespace, String resourceGroup, String compartmentId, String name, Map<String,String> dimensions, Map<String,String> metadata, List<Datapoint> datapoints) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static MetricDataDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic MetricDataDetails.Builder toBuilder() 
 - 
getNamespacepublic String getNamespace() The source service or application emitting the metric.A valid namespace value starts with an alphabetical character and includes only alphanumeric characters and underscores. Custom metrics can't use the following reserved prefixes: oci_ and oracle_ Avoid entering confidential information. Example: my_namespace - Returns:
- the value
 
 - 
getResourceGrouppublic String getResourceGroup() Resource group to assign to the metric.A resource group is a custom string that you can match when retrieving custom metrics. Only one resource group can be applied per metric. A valid resourceGroup value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($). Avoid entering confidential information. Example: frontend-fleet - Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The OCID of the compartment to use for metrics.- Returns:
- the value
 
 - 
getNamepublic String getName() The name of the metric.A valid name value starts with an alphabetical character and includes only alphanumeric characters, dots, underscores, hyphens, and dollar signs. Avoid entering confidential information. Example: my_app.success_rate - Returns:
- the value
 
 - 
getDimensionspublic Map<String,String> getDimensions() Qualifiers provided in a metric definition.Available dimensions vary by metric namespace. Each dimension takes the form of a key-value pair. A valid dimension key includes only printable ASCII, excluding spaces. The character limit for a dimension key is 256. A valid dimension value includes only Unicode characters. The character limit for a dimension value is 512. Empty strings are not allowed for keys or values. Avoid entering confidential information. Example: {"resourceId": "ocid1.instance.region1.phx.exampleuniqueID"} - Returns:
- the value
 
 - 
getMetadatapublic Map<String,String> getMetadata() Properties describing metrics.These are not part of the unique fields identifying the metric. Each metadata item takes the form of a key-value pair. The character limit for a metadata key is 256. The character limit for a metadata value is 256. Example: "unit": "bytes" - Returns:
- the value
 
 - 
getDatapointspublic List<Datapoint> getDatapoints() A list of metric values with timestamps.At least one data point is required per call. For a data point to be posted, its timestamp must be near current time (less than two hours in the past and less than 10 minutes in the future). - 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
 
 
- 
 
-