RHAPI_PageMeta
Summary
Members | Descriptions |
---|---|
struct FRHAPI_PageMeta |
struct FRHAPI_PageMeta
struct FRHAPI_PageMeta
: public FRHAPI_Model
Summary
Members | Descriptions |
---|---|
public int32 Page | |
public int32 Limit | |
public int32 Total | |
public virtual bool FromJson (const TSharedPtr< FJsonValue > & JsonValue) | Fills this object with data from the passed in JSON. |
public virtual void WriteJson (TSharedRef< TJsonWriter<>> & Writer) const | Writes the data from this object into the specified JSON Writer stream. |
public inline int32 & GetPage () | Gets the value of Page. |
public inline const int32 & GetPage () const | Gets the value of Page. |
public inline void SetPage (int32 NewValue) | Sets the value of Page. |
public inline bool IsPageDefaultValue () const | Returns true if Page matches the default value. |
public inline void SetPageToDefault () | Sets the value of Page to its default |
public inline int32 & GetLimit () | Gets the value of Limit. |
public inline const int32 & GetLimit () const | Gets the value of Limit. |
public inline void SetLimit (int32 NewValue) | Sets the value of Limit. |
public inline bool IsLimitDefaultValue () const | Returns true if Limit matches the default value. |
public inline void SetLimitToDefault () | Sets the value of Limit to its default |
public inline int32 & GetTotal () | Gets the value of Total. |
public inline const int32 & GetTotal () const | Gets the value of Total. |
public inline void SetTotal (int32 NewValue) | Sets the value of Total. |
public inline bool IsTotalDefaultValue () const | Returns true if Total matches the default value. |
public inline void SetTotalToDefault () | Sets the value of Total to its default |
Members
public int32
Page
public int32
Limit
public int32
Total
public virtual bool
FromJson
(const TSharedPtr< FJsonValue > & JsonValue)
Fills this object with data from the passed in JSON.
Parameters
JsonValue
Data from the API call.
Returns
true if parsing of the JSON data was successful.
public virtual void
WriteJson
(TSharedRef< TJsonWriter<>> & Writer) const
Writes the data from this object into the specified JSON Writer stream.
Parameters
Writer
JSON Writer stream to push .
public inline int32 &
GetPage
()
Gets the value of Page.
public inline const int32 &
GetPage
() const
Gets the value of Page.
public inline void
SetPage
(int32 NewValue)
Sets the value of Page.
public inline bool
IsPageDefaultValue
() const
Returns true if Page matches the default value.
public inline void
SetPageToDefault
()
Sets the value of Page to its default
public inline int32 &
GetLimit
()
Gets the value of Limit.
public inline const int32 &
GetLimit
() const
Gets the value of Limit.
public inline void
SetLimit
(int32 NewValue)
Sets the value of Limit.
public inline bool
IsLimitDefaultValue
() const
Returns true if Limit matches the default value.
public inline void
SetLimitToDefault
()
Sets the value of Limit to its default
public inline int32 &
GetTotal
()
Gets the value of Total.
public inline const int32 &
GetTotal
() const
Gets the value of Total.
public inline void
SetTotal
(int32 NewValue)
Sets the value of Total.
public inline bool
IsTotalDefaultValue
() const
Returns true if Total matches the default value.
public inline void
SetTotalToDefault
()
Sets the value of Total to its default