Class LesserThreshold
LesserThreshold
Inherited Members
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class LesserThreshold : Threshold, IEquatable<Threshold>, IEquatable<LesserThreshold>
Constructors
LesserThreshold()
Initializes a new instance of the Lesser
Declaration
protected LesserThreshold()
LesserThreshold(LesserThreshold.TypeEnum, Nullable<Single>, Nullable<CheckStatusLevel>, Nullable<Boolean>)
Initializes a new instance of the Lesser
Declaration
public LesserThreshold(LesserThreshold.TypeEnum type = default(LesserThreshold.TypeEnum), float? value = null, CheckStatusLevel? level = null, bool? allValues = null)
Parameters
Type | Name | Description |
---|---|---|
Lesser |
type | type (required) (default to TypeEnum.Lesser). |
System. |
value | value (required). |
System. |
level | |
System. |
allValues |
Properties
Type
Gets or Sets Type
Declaration
public LesserThreshold.TypeEnum Type { get; set; }
Property Value
Type | Description |
---|---|
Lesser |
Value
Gets or Sets Value
Declaration
public float? Value { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(LesserThreshold)
Returns true if LesserThreshold instances are equal
Declaration
public bool Equals(LesserThreshold input)
Parameters
Type | Name | Description |
---|---|---|
Lesser |
input | Instance of LesserThreshold to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System. |
input | Object to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public override string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
Overrides
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |
Overrides
Implements
IEquatable<>
IEquatable<>