Class NotificationEndpointDiscriminator
NotificationEndpointDiscriminator
Inheritance
System.Object
NotificationEndpointDiscriminator
Implements
IEquatable<NotificationEndpointDiscriminator >
Inherited Members
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class NotificationEndpointDiscriminator : NotificationEndpointBase, IEquatable<NotificationEndpointDiscriminator>
Constructors
NotificationEndpointDiscriminator()
Initializes a new instance of the Notification
Declaration
protected NotificationEndpointDiscriminator()
NotificationEndpointDiscriminator(String, String, String, String, String, Nullable<NotificationEndpointBase.StatusEnum>, List<Label>, NotificationEndpointBaseLinks, NotificationEndpointType)
Initializes a new instance of the Notification
Declaration
public NotificationEndpointDiscriminator(string id = null, string orgID = null, string userID = null, string description = null, string name = null, NotificationEndpointBase.StatusEnum? status = null, List<Label> labels = null, NotificationEndpointBaseLinks links = null, NotificationEndpointType type = (NotificationEndpointType)0)
Parameters
Type | Name | Description |
---|---|---|
System. |
id | |
System. |
orgID | |
System. |
userID | |
System. |
description | |
System. |
name | |
System. |
status | |
List<Label> | labels | |
Notification |
links | |
Notification |
type |
Methods
Equals(NotificationEndpointDiscriminator)
Returns true if NotificationEndpointDiscriminator instances are equal
Declaration
public bool Equals(NotificationEndpointDiscriminator input)
Parameters
Type | Name | Description |
---|---|---|
Notification |
input | Instance of NotificationEndpointDiscriminator 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<>