public class RemoteDependencyData extends Domain
Constructor and Description |
---|
RemoteDependencyData()
Initializes a new instance of the RemoteDependencyData class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData()
Gets the Data property.
|
Duration |
getDuration()
Gets the Duration property.
|
java.lang.String |
getId()
Gets the Id property.
|
java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Double> |
getMeasurements()
Gets the Measurements property.
|
java.lang.String |
getName()
Gets the Name property.
|
java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.String> |
getProperties()
Gets the Properties property.
|
java.lang.String |
getResultCode()
Gets the ResultCode property.
|
java.lang.Boolean |
getSuccess()
Gets the Success property.
|
java.lang.String |
getTarget()
Gets the Target property.
|
java.lang.String |
getType()
Gets the Type property.
|
int |
getVer()
Gets the Ver property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
protected void |
serializeContent(JsonTelemetryDataSerializer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setData(java.lang.String value)
Sets the Data property.
|
void |
setDuration(Duration value)
Sets the Duration property.
|
void |
setId(java.lang.String value)
Sets the Id property.
|
void |
setMeasurements(java.util.concurrent.ConcurrentMap<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.concurrent.ConcurrentMap<java.lang.String,java.lang.String> value)
Sets the Properties property.
|
void |
setResultCode(java.lang.String value)
Sets the ResultCode property.
|
void |
setSuccess(java.lang.Boolean value)
Sets the Success property.
|
void |
setTarget(java.lang.String value)
Sets the Target property.
|
void |
setType(java.lang.String value)
Sets the Type property.
|
void |
setVer(int value)
Sets the Ver property.
|
public RemoteDependencyData()
public int getVer()
public void setVer(int value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getResultCode()
public void setResultCode(java.lang.String value)
public Duration getDuration()
public void setDuration(Duration value)
public java.lang.Boolean getSuccess()
public void setSuccess(java.lang.Boolean value)
public java.lang.String getData()
public void setData(java.lang.String value)
public java.lang.String getType()
public void setType(java.lang.String value)
public java.lang.String getTarget()
public void setTarget(java.lang.String value)
public java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.String> getProperties()
public void setProperties(java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.String> value)
public java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Double> getMeasurements()
public void setMeasurements(java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Double> value)
protected void serializeContent(JsonTelemetryDataSerializer writer) throws java.io.IOException
serializeContent
in class Domain
writer
- The writer to serialize this object to.java.io.IOException
protected void InitializeFields()
InitializeFields
in class Domain