LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.GeneratedEventDiagnostics Class Reference

Represents a set of diagnostics per generatedEvent, where applicable. More...

Inheritance diagram for Lusid.Sdk.Model.GeneratedEventDiagnostics:
Inheritance graph
[legend]

Public Member Functions

 GeneratedEventDiagnostics (string instrumentEventId=default(string), string type=default(string), string detail=default(string), List< string > errorDetails=default(List< string >))
 Initializes a new instance of the GeneratedEventDiagnostics class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (GeneratedEventDiagnostics input)
 Returns true if GeneratedEventDiagnostics instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 GeneratedEventDiagnostics ()
 Initializes a new instance of the GeneratedEventDiagnostics class. More...
 

Properties

string InstrumentEventId [get, set]
 Gets or Sets InstrumentEventId More...
 
string Type [get, set]
 Available values: MarketDataFailure, TransactionFailure, EventCombinationFailure, RepodOutHolding, ScheduleFailure. More...
 
string Detail [get, set]
 Gets or Sets Detail More...
 
List< string > ErrorDetails [get, set]
 Gets or Sets ErrorDetails More...
 

Detailed Description

Represents a set of diagnostics per generatedEvent, where applicable.

Constructor & Destructor Documentation

◆ GeneratedEventDiagnostics() [1/2]

Lusid.Sdk.Model.GeneratedEventDiagnostics.GeneratedEventDiagnostics ( )
inlineprotected

Initializes a new instance of the GeneratedEventDiagnostics class.

◆ GeneratedEventDiagnostics() [2/2]

Lusid.Sdk.Model.GeneratedEventDiagnostics.GeneratedEventDiagnostics ( string  instrumentEventId = default(string),
string  type = default(string),
string  detail = default(string),
List< string >  errorDetails = default(List<string>) 
)
inline

Initializes a new instance of the GeneratedEventDiagnostics class.

Parameters
instrumentEventIdinstrumentEventId (required).
typeAvailable values: MarketDataFailure, TransactionFailure, EventCombinationFailure, RepodOutHolding, ScheduleFailure. (required).
detaildetail (required).
errorDetailserrorDetails (required).

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.GeneratedEventDiagnostics.Equals ( GeneratedEventDiagnostics  input)
inline

Returns true if GeneratedEventDiagnostics instances are equal

Parameters
inputInstance of GeneratedEventDiagnostics to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.GeneratedEventDiagnostics.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.GeneratedEventDiagnostics.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.GeneratedEventDiagnostics.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.GeneratedEventDiagnostics.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Detail

string Lusid.Sdk.Model.GeneratedEventDiagnostics.Detail
getset

Gets or Sets Detail

◆ ErrorDetails

List<string> Lusid.Sdk.Model.GeneratedEventDiagnostics.ErrorDetails
getset

Gets or Sets ErrorDetails

◆ InstrumentEventId

string Lusid.Sdk.Model.GeneratedEventDiagnostics.InstrumentEventId
getset

Gets or Sets InstrumentEventId

◆ Type

string Lusid.Sdk.Model.GeneratedEventDiagnostics.Type
getset

Available values: MarketDataFailure, TransactionFailure, EventCombinationFailure, RepodOutHolding, ScheduleFailure.

Available values: MarketDataFailure, TransactionFailure, EventCombinationFailure, RepodOutHolding, ScheduleFailure.


The documentation for this class was generated from the following file: