@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResponseTimeRootCauseEntity extends Object implements Serializable, Cloneable, StructuredPojo
A collection of segments and corresponding subsegments associated to a response time warning.
Constructor and Description |
---|
ResponseTimeRootCauseEntity() |
Modifier and Type | Method and Description |
---|---|
ResponseTimeRootCauseEntity |
clone() |
boolean |
equals(Object obj) |
Double |
getCoverage()
The type and messages of the exceptions.
|
String |
getName()
The name of the entity.
|
Boolean |
getRemote()
A flag that denotes a remote subsegment.
|
int |
hashCode() |
Boolean |
isRemote()
A flag that denotes a remote subsegment.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCoverage(Double coverage)
The type and messages of the exceptions.
|
void |
setName(String name)
The name of the entity.
|
void |
setRemote(Boolean remote)
A flag that denotes a remote subsegment.
|
String |
toString()
Returns a string representation of this object.
|
ResponseTimeRootCauseEntity |
withCoverage(Double coverage)
The type and messages of the exceptions.
|
ResponseTimeRootCauseEntity |
withName(String name)
The name of the entity.
|
ResponseTimeRootCauseEntity |
withRemote(Boolean remote)
A flag that denotes a remote subsegment.
|
public void setName(String name)
The name of the entity.
name
- The name of the entity.public String getName()
The name of the entity.
public ResponseTimeRootCauseEntity withName(String name)
The name of the entity.
name
- The name of the entity.public void setCoverage(Double coverage)
The type and messages of the exceptions.
coverage
- The type and messages of the exceptions.public Double getCoverage()
The type and messages of the exceptions.
public ResponseTimeRootCauseEntity withCoverage(Double coverage)
The type and messages of the exceptions.
coverage
- The type and messages of the exceptions.public void setRemote(Boolean remote)
A flag that denotes a remote subsegment.
remote
- A flag that denotes a remote subsegment.public Boolean getRemote()
A flag that denotes a remote subsegment.
public ResponseTimeRootCauseEntity withRemote(Boolean remote)
A flag that denotes a remote subsegment.
remote
- A flag that denotes a remote subsegment.public Boolean isRemote()
A flag that denotes a remote subsegment.
public String toString()
toString
in class Object
Object.toString()
public ResponseTimeRootCauseEntity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.