Class AnalyzeQueryResponseErrors
AnalyzeQueryResponseErrors
Inheritance
System.Object
AnalyzeQueryResponseErrors
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class AnalyzeQueryResponseErrors : IEquatable<AnalyzeQueryResponseErrors>
Constructors
AnalyzeQueryResponseErrors(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
Initializes a new instance of the AnalyzeQueryResponseErrors class.
Declaration
public AnalyzeQueryResponseErrors(int? line = null, int? column = null, int? character = null, string message = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Int32> | line | line. |
System.Nullable<System.Int32> | column | column. |
System.Nullable<System.Int32> | character | character. |
System.String | message | message. |
Properties
Character
Gets or Sets Character
Declaration
public int? Character { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Column
Gets or Sets Column
Declaration
public int? Column { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Line
Gets or Sets Line
Declaration
public int? Line { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Message
Gets or Sets Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(AnalyzeQueryResponseErrors)
Returns true if AnalyzeQueryResponseErrors instances are equal
Declaration
public bool Equals(AnalyzeQueryResponseErrors input)
Parameters
Type | Name | Description |
---|---|---|
AnalyzeQueryResponseErrors | input | Instance of AnalyzeQueryResponseErrors 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 |