Class TemplateSummaryDiffNotificationRulesNewOld
TemplateSummaryDiffNotificationRulesNewOld
Inheritance
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class TemplateSummaryDiffNotificationRulesNewOld : IEquatable<TemplateSummaryDiffNotificationRulesNewOld>
Constructors
TemplateSummaryDiffNotificationRulesNewOld(String, String, String, String, String, String, String, String, String, List<TemplateSummarySummaryStatusRules>, List<TemplateSummarySummaryTagRules>)
Initializes a new instance of the Template
Declaration
public TemplateSummaryDiffNotificationRulesNewOld(string name = null, string description = null, string endpointName = null, string endpointID = null, string endpointType = null, string every = null, string offset = null, string messageTemplate = null, string status = null, List<TemplateSummarySummaryStatusRules> statusRules = null, List<TemplateSummarySummaryTagRules> tagRules = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | name. |
System. |
description | description. |
System. |
endpointName | endpointName. |
System. |
endpointID | endpointID. |
System. |
endpointType | endpointType. |
System. |
every | every. |
System. |
offset | offset. |
System. |
messageTemplate | messageTemplate. |
System. |
status | status. |
List<Template |
statusRules | statusRules. |
List<Template |
tagRules | tagRules. |
Properties
Description
Gets or Sets Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
EndpointID
Gets or Sets EndpointID
Declaration
public string EndpointID { get; set; }
Property Value
Type | Description |
---|---|
System. |
EndpointName
Gets or Sets EndpointName
Declaration
public string EndpointName { get; set; }
Property Value
Type | Description |
---|---|
System. |
EndpointType
Gets or Sets EndpointType
Declaration
public string EndpointType { get; set; }
Property Value
Type | Description |
---|---|
System. |
Every
Gets or Sets Every
Declaration
public string Every { get; set; }
Property Value
Type | Description |
---|---|
System. |
MessageTemplate
Gets or Sets MessageTemplate
Declaration
public string MessageTemplate { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name
Gets or Sets Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
Offset
Gets or Sets Offset
Declaration
public string Offset { get; set; }
Property Value
Type | Description |
---|---|
System. |
Status
Gets or Sets Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
StatusRules
Gets or Sets StatusRules
Declaration
public List<TemplateSummarySummaryStatusRules> StatusRules { get; set; }
Property Value
Type | Description |
---|---|
List<Template |
TagRules
Gets or Sets TagRules
Declaration
public List<TemplateSummarySummaryTagRules> TagRules { get; set; }
Property Value
Type | Description |
---|---|
List<Template |
Methods
Equals(TemplateSummaryDiffNotificationRulesNewOld)
Returns true if TemplateSummaryDiffNotificationRulesNewOld instances are equal
Declaration
public bool Equals(TemplateSummaryDiffNotificationRulesNewOld input)
Parameters
Type | Name | Description |
---|---|---|
Template |
input | Instance of TemplateSummaryDiffNotificationRulesNewOld 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 |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |