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 Analyze
Declaration
public AnalyzeQueryResponseErrors(int? line = null, int? column = null, int? character = null, string message = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
line | line. |
System. |
column | column. |
System. |
character | character. |
System. |
message | message. |
Properties
Character
Gets or Sets Character
Declaration
public int? Character { get; set; }
Property Value
Type | Description |
---|---|
System. |
Column
Gets or Sets Column
Declaration
public int? Column { get; set; }
Property Value
Type | Description |
---|---|
System. |
Line
Gets or Sets Line
Declaration
public int? Line { get; set; }
Property Value
Type | Description |
---|---|
System. |
Message
Gets or Sets Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(AnalyzeQueryResponseErrors)
Returns true if AnalyzeQueryResponseErrors instances are equal
Declaration
public bool Equals(AnalyzeQueryResponseErrors input)
Parameters
Type | Name | Description |
---|---|---|
Analyze |
input | Instance of AnalyzeQueryResponseErrors 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 |