public class ResponseTimeRequestClass extends Object
Java class for response-time-request-class complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="response-time-request-class">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="goal-ms" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
goalMs |
protected String |
id |
protected String |
name |
| Constructor and Description |
|---|
ResponseTimeRequestClass() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getGoalMs()
Gets the value of the goalMs property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setGoalMs(BigInteger value)
Sets the value of the goalMs property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected BigInteger goalMs
protected String id
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigInteger getGoalMs()
BigIntegerpublic void setGoalMs(BigInteger value)
value - allowed object is
BigIntegerCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.