RHAPI_HzApiErrorModel
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_HzApiErrorModel |
struct FRHAPI_HzApiErrorModel
struct FRHAPI_HzApiErrorModel
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public bool AuthSuccess_Optional | |
public bool AuthSuccess_IsSet | true if AuthSuccess_Optional has been set to a value |
public FString ErrorCode | |
public FString Desc | |
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 bool & GetAuthSuccess() | Gets the value of AuthSuccess_Optional, regardless of it having been set. |
public inline const bool & GetAuthSuccess() const | Gets the value of AuthSuccess_Optional, regardless of it having been set. |
public inline const bool & GetAuthSuccess(const bool & DefaultValue) const | Gets the value of AuthSuccess_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetAuthSuccess(bool & OutValue) const | Fills OutValue with the value of AuthSuccess_Optional and returns true if it has been set, otherwise returns false. |
public inline bool * GetAuthSuccessOrNull() | Returns a pointer to AuthSuccess_Optional, if it has been set, otherwise returns nullptr. |
public inline const bool * GetAuthSuccessOrNull() const | Returns a pointer to AuthSuccess_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetAuthSuccess(bool NewValue) | Sets the value of AuthSuccess_Optional and also sets AuthSuccess_IsSet to true. |
public inline void ClearAuthSuccess() | Clears the value of AuthSuccess_Optional and sets AuthSuccess_IsSet to false. |
public inline bool IsAuthSuccessDefaultValue() const | Returns true if AuthSuccess_Optional is set and matches the default value. |
public inline void SetAuthSuccessToDefault() | Sets the value of AuthSuccess_Optional to its default and also sets AuthSuccess_IsSet to true. |
public inline FString & GetErrorCode() | Gets the value of ErrorCode. |
public inline const FString & GetErrorCode() const | Gets the value of ErrorCode. |
public inline void SetErrorCode(FString NewValue) | Sets the value of ErrorCode. |
public inline FString & GetDesc() | Gets the value of Desc. |
public inline const FString & GetDesc() const | Gets the value of Desc. |
public inline void SetDesc(FString NewValue) | Sets the value of Desc. |
Members
public bool AuthSuccess_Optional
public bool AuthSuccess_IsSet
true if AuthSuccess_Optional has been set to a value
public FString ErrorCode
public FString Desc
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)
Fills this object with data from the passed in JSON.
Parameters
JsonValueData 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
WriterJSON Writer stream to push .
public inline bool & GetAuthSuccess()
Gets the value of AuthSuccess_Optional, regardless of it having been set.
public inline const bool & GetAuthSuccess() const
Gets the value of AuthSuccess_Optional, regardless of it having been set.
public inline const bool & GetAuthSuccess(const bool & DefaultValue) const
Gets the value of AuthSuccess_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetAuthSuccess(bool & OutValue) const
Fills OutValue with the value of AuthSuccess_Optional and returns true if it has been set, otherwise returns false.
public inline bool * GetAuthSuccessOrNull()
Returns a pointer to AuthSuccess_Optional, if it has been set, otherwise returns nullptr.
public inline const bool * GetAuthSuccessOrNull() const
Returns a pointer to AuthSuccess_Optional, if it has been set, otherwise returns nullptr.
public inline void SetAuthSuccess(bool NewValue)
Sets the value of AuthSuccess_Optional and also sets AuthSuccess_IsSet to true.
public inline void ClearAuthSuccess()
Clears the value of AuthSuccess_Optional and sets AuthSuccess_IsSet to false.
public inline bool IsAuthSuccessDefaultValue() const
Returns true if AuthSuccess_Optional is set and matches the default value.
public inline void SetAuthSuccessToDefault()
Sets the value of AuthSuccess_Optional to its default and also sets AuthSuccess_IsSet to true.
public inline FString & GetErrorCode()
Gets the value of ErrorCode.
public inline const FString & GetErrorCode() const
Gets the value of ErrorCode.
public inline void SetErrorCode(FString NewValue)
Sets the value of ErrorCode.
public inline FString & GetDesc()
Gets the value of Desc.
public inline const FString & GetDesc() const
Gets the value of Desc.
public inline void SetDesc(FString NewValue)
Sets the value of Desc.