@Generated(value="software.amazon.awssdk:codegen") public final class LabelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelSummary.Builder,LabelSummary>
Information about the label.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LabelSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LabelSummary.Builder |
builder() |
Instant |
createdAt()
The time at which the label was created.
|
Instant |
endTime()
The timestamp indicating the end of the label.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
equipment()
Indicates that a label pertains to a particular piece of equipment.
|
String |
faultCode()
Indicates the type of anomaly associated with the label.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
labelGroupArn()
The ARN of the label group.
|
String |
labelGroupName()
The name of the label group.
|
String |
labelId()
The ID of the label.
|
LabelRating |
rating()
Indicates whether a labeled event represents an anomaly.
|
String |
ratingAsString()
Indicates whether a labeled event represents an anomaly.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelSummary.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The timestamp indicating the start of the label.
|
LabelSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String labelGroupName()
The name of the label group.
public final String labelId()
The ID of the label.
public final String labelGroupArn()
The ARN of the label group.
public final Instant startTime()
The timestamp indicating the start of the label.
public final Instant endTime()
The timestamp indicating the end of the label.
public final LabelRating rating()
Indicates whether a labeled event represents an anomaly.
If the service returns an enum value that is not available in the current SDK version, rating will
return LabelRating.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ratingAsString().
LabelRatingpublic final String ratingAsString()
Indicates whether a labeled event represents an anomaly.
If the service returns an enum value that is not available in the current SDK version, rating will
return LabelRating.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ratingAsString().
LabelRatingpublic final String faultCode()
Indicates the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public final String equipment()
Indicates that a label pertains to a particular piece of equipment.
public final Instant createdAt()
The time at which the label was created.
public LabelSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LabelSummary.Builder,LabelSummary>public static LabelSummary.Builder builder()
public static Class<? extends LabelSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.