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 TemplateSummaryDiffNotificationRulesNewOld class.
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.String | name | name. |
System.String | description | description. |
System.String | endpointName | endpointName. |
System.String | endpointID | endpointID. |
System.String | endpointType | endpointType. |
System.String | every | every. |
System.String | offset | offset. |
System.String | messageTemplate | messageTemplate. |
System.String | status | status. |
List<TemplateSummarySummaryStatusRules> | statusRules | statusRules. |
List<TemplateSummarySummaryTagRules> | tagRules | tagRules. |
Properties
Description
Gets or Sets Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndpointID
Gets or Sets EndpointID
Declaration
public string EndpointID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndpointName
Gets or Sets EndpointName
Declaration
public string EndpointName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndpointType
Gets or Sets EndpointType
Declaration
public string EndpointType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Every
Gets or Sets Every
Declaration
public string Every { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MessageTemplate
Gets or Sets MessageTemplate
Declaration
public string MessageTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or Sets Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Offset
Gets or Sets Offset
Declaration
public string Offset { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Gets or Sets Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StatusRules
Gets or Sets StatusRules
Declaration
public List<TemplateSummarySummaryStatusRules> StatusRules { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummarySummaryStatusRules> |
TagRules
Gets or Sets TagRules
Declaration
public List<TemplateSummarySummaryTagRules> TagRules { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummarySummaryTagRules> |
Methods
Equals(TemplateSummaryDiffNotificationRulesNewOld)
Returns true if TemplateSummaryDiffNotificationRulesNewOld instances are equal
Declaration
public bool Equals(TemplateSummaryDiffNotificationRulesNewOld input)
Parameters
Type | Name | Description |
---|---|---|
TemplateSummaryDiffNotificationRulesNewOld | input | Instance of TemplateSummaryDiffNotificationRulesNewOld to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System.Object | input | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |