public class RequestData extends TelemetryData
| Constructor and Description |
|---|
RequestData()
Initializes a new instance of the RequestData class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseType()
Base Type for this telemetry.
|
java.lang.String |
getDuration()
Gets the Duration property.
|
java.lang.String |
getEnvelopeName()
Envelope Name for this telemetry.
|
java.lang.String |
getHttpMethod()
Gets the HttpMethod property.
|
java.lang.String |
getId()
Gets the Id property.
|
java.util.Map<java.lang.String,java.lang.Double> |
getMeasurements()
Gets the Measurements property.
|
java.lang.String |
getName()
Gets the Name property.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Gets the Properties property.
|
java.lang.String |
getResponseCode()
Gets the ResponseCode property.
|
java.lang.String |
getStartTime()
Gets the StartTime property.
|
boolean |
getSuccess()
Gets the Success property.
|
java.lang.String |
getUrl()
Gets the Url property.
|
int |
getVer()
Gets the Ver property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
protected java.lang.String |
serializeContent(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setDuration(java.lang.String value)
Sets the Duration property.
|
void |
setHttpMethod(java.lang.String value)
Sets the HttpMethod property.
|
void |
setId(java.lang.String value)
Sets the Id property.
|
void |
setMeasurements(java.util.Map<java.lang.String,java.lang.Double> value)
Sets the Measurements property.
|
void |
setName(java.lang.String value)
Sets the Name property.
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> value)
Sets the Properties property.
|
void |
setResponseCode(java.lang.String value)
Sets the ResponseCode property.
|
void |
setStartTime(java.lang.String value)
Sets the StartTime property.
|
void |
setSuccess(boolean value)
Sets the Success property.
|
void |
SetupAttributes()
Sets up the events attributes
|
void |
setUrl(java.lang.String value)
Sets the Url property.
|
void |
setVer(int value)
Sets the Ver property.
|
public RequestData()
public java.lang.String getEnvelopeName()
public java.lang.String getBaseType()
public int getVer()
public void setVer(int value)
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getStartTime()
public void setStartTime(java.lang.String value)
public java.lang.String getDuration()
public void setDuration(java.lang.String value)
public java.lang.String getResponseCode()
public void setResponseCode(java.lang.String value)
public boolean getSuccess()
public void setSuccess(boolean value)
public java.lang.String getHttpMethod()
public void setHttpMethod(java.lang.String value)
public java.lang.String getUrl()
public void setUrl(java.lang.String value)
public java.util.Map<java.lang.String,java.lang.String> getProperties()
public void setProperties(java.util.Map<java.lang.String,java.lang.String> value)
public java.util.Map<java.lang.String,java.lang.Double> getMeasurements()
public void setMeasurements(java.util.Map<java.lang.String,java.lang.Double> value)
protected java.lang.String serializeContent(java.io.Writer writer)
throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionpublic void SetupAttributes()
protected void InitializeFields()