public class TelemetryConfiguration extends BaseModelResource
| Constructor and Description |
|---|
TelemetryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(Object obj) |
boolean |
equals(Object other) |
Boolean |
getEnableTelemetry() |
Integer |
getSampleCount() |
Integer |
getSampleInterval() |
int |
hashCode() |
void |
setEnableTelemetry(Boolean enableTelemetry) |
void |
setSampleCount(Integer sampleCount) |
void |
setSampleInterval(Integer sampleInterval) |
getCategory, getCreated, getDescription, getETag, getModified, getName, getResourceId, getState, getStatus, getType, getUri, setCategory, setCreated, setDescription, setETag, setModified, setName, setState, setStatus, setType, setUri, toJsonString, toStringpublic Integer getSampleInterval()
public void setSampleInterval(Integer sampleInterval)
sampleInterval - the sampleInterval to setpublic Boolean getEnableTelemetry()
public void setEnableTelemetry(Boolean enableTelemetry)
enableTelemetry - the enableTelemetry to setpublic Integer getSampleCount()
public void setSampleCount(Integer sampleCount)
sampleCount - the sampleCount to setpublic int hashCode()
hashCode in class BaseModelResourcepublic boolean canEqual(Object obj)
canEqual in class BaseModelResourcepublic boolean equals(Object other)
equals in class BaseModelResourceCopyright © 2017. All rights reserved.