Class ResponseTimeRootCauseEntity
- java.lang.Object
-
- software.amazon.awssdk.services.xray.model.ResponseTimeRootCauseEntity
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResponseTimeRootCauseEntity.Builder,ResponseTimeRootCauseEntity>
@Generated("software.amazon.awssdk:codegen") public final class ResponseTimeRootCauseEntity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResponseTimeRootCauseEntity.Builder,ResponseTimeRootCauseEntity>
A collection of segments and corresponding subsegments associated to a response time warning.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResponseTimeRootCauseEntity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResponseTimeRootCauseEntity.Builderbuilder()Doublecoverage()The type and messages of the exceptions.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the entity.Booleanremote()A flag that denotes a remote subsegment.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ResponseTimeRootCauseEntity.Builder>serializableBuilderClass()ResponseTimeRootCauseEntity.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the entity.
- Returns:
- The name of the entity.
-
coverage
public final Double coverage()
The type and messages of the exceptions.
- Returns:
- The type and messages of the exceptions.
-
remote
public final Boolean remote()
A flag that denotes a remote subsegment.
- Returns:
- A flag that denotes a remote subsegment.
-
toBuilder
public ResponseTimeRootCauseEntity.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResponseTimeRootCauseEntity.Builder,ResponseTimeRootCauseEntity>
-
builder
public static ResponseTimeRootCauseEntity.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResponseTimeRootCauseEntity.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-