Class CheckDiscriminator
CheckDiscriminator
Implements
IEquatable<CheckDiscriminator >
Inherited Members
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class CheckDiscriminator : CheckBase, IEquatable<CheckDiscriminator>
Constructors
CheckDiscriminator()
Initializes a new instance of the Check
Declaration
protected CheckDiscriminator()
CheckDiscriminator(String, String, String, DashboardQuery, Nullable<TaskStatusType>, String, List<Label>, CheckBaseLinks)
Initializes a new instance of the Check
Declaration
public CheckDiscriminator(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(CheckDiscriminator)
Returns true if CheckDiscriminator instances are equal
Declaration
public bool Equals(CheckDiscriminator input)
Parameters
Type | Name | Description |
---|---|---|
Check |
input | Instance of CheckDiscriminator 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<>