Class Check
Check
Inheritance
System.Object
Check
Inherited Members
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class Check : CheckDiscriminator, IEquatable<CheckDiscriminator>, IEquatable<Check>
Constructors
Check()
Initializes a new instance of the Check class.
Declaration
protected Check()
Check(String, String, String, DashboardQuery, Nullable<TaskStatusType>, String, List<Label>, CheckBaseLinks)
Initializes a new instance of the Check class.
Declaration
public Check(string name = null, string orgID = null, string taskID = null, DashboardQuery query = null, TaskStatusType? status = null, string description = null, List<Label> labels = null, CheckBaseLinks links = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | |
System. |
orgID | |
System. |
taskID | |
Dashboard |
query | |
System. |
status | |
System. |
description | |
List<Label> | labels | |
Check |
links |
Methods
Equals(Check)
Returns true if Check instances are equal
Declaration
public bool Equals(Check input)
Parameters
Type | Name | Description |
---|---|---|
Check | input | Instance of Check 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<>