C# Class IO.Swagger.Model.ApiNetworkInformationNodeTip

Inheritance: IEquatable, IValidatableObject
Datei anzeigen Open project: AstralisSomnium/Spread_Desktop Class Usage Examples

Private Properties

Property Type Description
IValidatableObject IEnumerable

Public Methods

Method Description
ApiNetworkInformationNodeTip ( int? absoluteSlotNumber = default(int?), int? slotNumber = default(int?), int? epochNumber = default(int?), string time = default(string), IO.Swagger.Model.WalletsTipHeight height = default(WalletsTipHeight) ) : System

Initializes a new instance of the ApiNetworkInformationNodeTip class.

Equals ( input ) : bool

Returns true if ApiNetworkInformationNodeTip instances are equal

Equals ( object input ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

Private Methods

Method Description
IValidatableObject ( ValidationContext validationContext ) : IEnumerable

To validate all properties of the instance

Method Details

ApiNetworkInformationNodeTip() public method

Initializes a new instance of the ApiNetworkInformationNodeTip class.
public ApiNetworkInformationNodeTip ( int? absoluteSlotNumber = default(int?), int? slotNumber = default(int?), int? epochNumber = default(int?), string time = default(string), IO.Swagger.Model.WalletsTipHeight height = default(WalletsTipHeight) ) : System
absoluteSlotNumber int? The 0-based slot index starting from genesis of the blockchain. (required).
slotNumber int? The zero-based slot index within an epoch. (required).
epochNumber int? An epoch is a time period which is divided into slots. (required).
time string time (required).
height IO.Swagger.Model.WalletsTipHeight height (required).
return System

Equals() public method

Returns true if ApiNetworkInformationNodeTip instances are equal
public Equals ( input ) : bool
input Instance of ApiNetworkInformationNodeTip to be compared
return bool

Equals() public method

Returns true if objects are equal
public Equals ( object input ) : bool
input object Object to be compared
return bool

GetHashCode() public method

Gets the hash code
public GetHashCode ( ) : int
return int

ToJson() public method

Returns the JSON string presentation of the object
public ToJson ( ) : string
return string

ToString() public method

Returns the string presentation of the object
public ToString ( ) : string
return string