public class RemoteDependencyData extends Domain
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REMOTE_BASE_TYPE
Base Type for this telemetry.
|
static java.lang.String |
REMOTE_ENVELOPE_NAME
Envelope Name for this telemetry.
|
| Constructor and Description |
|---|
RemoteDependencyData()
Initializes a new instance of the class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAsync() |
java.lang.String |
getBaseTypeName() |
java.lang.Integer |
getCount() |
DependencyKind |
getDependencyKind() |
DependencySourceType |
getDependencySource() |
java.lang.String |
getEnvelopName() |
DataPointType |
getKind() |
java.lang.Double |
getMax() |
java.lang.Double |
getMin() |
java.lang.String |
getName() |
java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.String> |
getProperties() |
java.lang.Double |
getStdDev() |
java.lang.Boolean |
getSuccess() |
double |
getValue() |
int |
getVer() |
protected void |
InitializeFields() |
protected void |
serializeContent(JsonTelemetryDataSerializer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setAsync(java.lang.Boolean value) |
void |
setCount(java.lang.Integer value) |
void |
setDependencyKind(DependencyKind value) |
void |
setDependencySource(DependencySourceType value) |
void |
setKind(DataPointType value) |
void |
setMax(java.lang.Double value) |
void |
setMin(java.lang.Double value) |
void |
setName(java.lang.String value) |
void |
setProperties(java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.String> value) |
void |
setStdDev(java.lang.Double value) |
void |
setSuccess(java.lang.Boolean value) |
void |
setValue(double value) |
public static final java.lang.String REMOTE_ENVELOPE_NAME
public static final java.lang.String REMOTE_BASE_TYPE
public RemoteDependencyData()
public int getVer()
public java.lang.String getName()
public void setName(java.lang.String value)
public DataPointType getKind()
public void setKind(DataPointType value)
public double getValue()
public void setValue(double value)
public java.lang.Integer getCount()
public void setCount(java.lang.Integer value)
public java.lang.Double getMin()
public void setMin(java.lang.Double value)
public java.lang.Double getMax()
public void setMax(java.lang.Double value)
public java.lang.Double getStdDev()
public void setStdDev(java.lang.Double value)
public DependencyKind getDependencyKind()
public void setDependencyKind(DependencyKind value)
public java.lang.Boolean getSuccess()
public void setSuccess(java.lang.Boolean value)
public java.lang.Boolean getAsync()
public void setAsync(java.lang.Boolean value)
public DependencySourceType getDependencySource()
public void setDependencySource(DependencySourceType 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)
protected void serializeContent(JsonTelemetryDataSerializer writer) throws java.io.IOException
serializeContent in class Domainwriter - The writer to serialize this object to.java.io.IOException - Might be thrown during serialization.public java.lang.String getEnvelopName()
getEnvelopName in interface SendableDatagetEnvelopName in class Domainpublic java.lang.String getBaseTypeName()
getBaseTypeName in interface SendableDatagetBaseTypeName in class Domainprotected void InitializeFields()
InitializeFields in class Domain