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

NextValueInSequenceResponse More...

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

Public Member Functions

 NextValueInSequenceResponse (List< string > values=default(List< string >), List< Link > links=default(List< Link >))
 Initializes a new instance of the NextValueInSequenceResponse 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 (NextValueInSequenceResponse input)
 Returns true if NextValueInSequenceResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

List< string > Values [get, set]
 The next set of values for the specified Sequence. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

NextValueInSequenceResponse

Constructor & Destructor Documentation

◆ NextValueInSequenceResponse() [1/2]

Lusid.Sdk.Model.NextValueInSequenceResponse.NextValueInSequenceResponse ( )
inlineprotected

Initializes a new instance of the NextValueInSequenceResponse class.

◆ NextValueInSequenceResponse() [2/2]

Lusid.Sdk.Model.NextValueInSequenceResponse.NextValueInSequenceResponse ( List< string >  values = default(List<string>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the NextValueInSequenceResponse class.

Parameters
valuesThe next set of values for the specified Sequence. (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if NextValueInSequenceResponse instances are equal

Parameters
inputInstance of NextValueInSequenceResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Links

List<Link> Lusid.Sdk.Model.NextValueInSequenceResponse.Links
getset

Gets or Sets Links

◆ Values

List<string> Lusid.Sdk.Model.NextValueInSequenceResponse.Values
getset

The next set of values for the specified Sequence.

The next set of values for the specified Sequence.


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