RHAPI_KVsResponseV1
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_KVsResponseV1 |
struct FRHAPI_KVsResponseV1
struct FRHAPI_KVsResponseV1
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public TArray< FRHAPI_KVV1>Kvs_Optional | The list of key/value pairs. |
public bool Kvs_IsSet | true if Kvs_Optional has been set to a value |
public TArray< FRHAPI_KVV1>SecretKvs_Optional | The list of secret key/value pairs. |
public bool SecretKvs_IsSet | true if SecretKvs_Optional has been set to a value |
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 TArray< FRHAPI_KVV1> &GetKvs() | Gets the value of Kvs_Optional, regardless of it having been set. |
public inline const TArray< FRHAPI_KVV1> &GetKvs() const | Gets the value of Kvs_Optional, regardless of it having been set. |
public inline const TArray< FRHAPI_KVV1> &GetKvs(const TArray< FRHAPI_KVV1 > & DefaultValue) const | Gets the value of Kvs_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetKvs(TArray< FRHAPI_KVV1 > & OutValue) const | Fills OutValue with the value of Kvs_Optional and returns true if it has been set, otherwise returns false. |
public inline TArray< FRHAPI_KVV1> *GetKvsOrNull() | Returns a pointer to Kvs_Optional, if it has been set, otherwise returns nullptr. |
public inline const TArray< FRHAPI_KVV1> *GetKvsOrNull() const | Returns a pointer to Kvs_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetKvs(const TArray< FRHAPI_KVV1 > & NewValue) | Sets the value of Kvs_Optional and also sets Kvs_IsSet to true. |
public inline void SetKvs(TArray< FRHAPI_KVV1 > && NewValue) | Sets the value of Kvs_Optional and also sets Kvs_IsSet to true using move semantics. |
public inline void ClearKvs() | Clears the value of Kvs_Optional and sets Kvs_IsSet to false. |
public inline bool IsKvsSet() const | Checks whether Kvs_Optional has been set. |
public inline TArray< FRHAPI_KVV1> &GetSecretKvs() | Gets the value of SecretKvs_Optional, regardless of it having been set. |
public inline const TArray< FRHAPI_KVV1> &GetSecretKvs() const | Gets the value of SecretKvs_Optional, regardless of it having been set. |
public inline const TArray< FRHAPI_KVV1> &GetSecretKvs(const TArray< FRHAPI_KVV1 > & DefaultValue) const | Gets the value of SecretKvs_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetSecretKvs(TArray< FRHAPI_KVV1 > & OutValue) const | Fills OutValue with the value of SecretKvs_Optional and returns true if it has been set, otherwise returns false. |
public inline TArray< FRHAPI_KVV1> *GetSecretKvsOrNull() | Returns a pointer to SecretKvs_Optional, if it has been set, otherwise returns nullptr. |
public inline const TArray< FRHAPI_KVV1> *GetSecretKvsOrNull() const | Returns a pointer to SecretKvs_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetSecretKvs(const TArray< FRHAPI_KVV1 > & NewValue) | Sets the value of SecretKvs_Optional and also sets SecretKvs_IsSet to true. |
public inline void SetSecretKvs(TArray< FRHAPI_KVV1 > && NewValue) | Sets the value of SecretKvs_Optional and also sets SecretKvs_IsSet to true using move semantics. |
public inline void ClearSecretKvs() | Clears the value of SecretKvs_Optional and sets SecretKvs_IsSet to false. |
public inline bool IsSecretKvsSet() const | Checks whether SecretKvs_Optional has been set. |
Members
public TArray< FRHAPI_KVV1>Kvs_Optional
The list of key/value pairs.
public bool Kvs_IsSet
true if Kvs_Optional has been set to a value
public TArray< FRHAPI_KVV1>SecretKvs_Optional
The list of secret key/value pairs.
public bool SecretKvs_IsSet
true if SecretKvs_Optional has been set to a value
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 TArray< FRHAPI_KVV1> &GetKvs()
Gets the value of Kvs_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_KVV1> &GetKvs() const
Gets the value of Kvs_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_KVV1> &GetKvs(const TArray< FRHAPI_KVV1 > & DefaultValue) const
Gets the value of Kvs_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetKvs(TArray< FRHAPI_KVV1 > & OutValue) const
Fills OutValue with the value of Kvs_Optional and returns true if it has been set, otherwise returns false.
public inline TArray< FRHAPI_KVV1> *GetKvsOrNull()
Returns a pointer to Kvs_Optional, if it has been set, otherwise returns nullptr.
public inline const TArray< FRHAPI_KVV1> *GetKvsOrNull() const
Returns a pointer to Kvs_Optional, if it has been set, otherwise returns nullptr.
public inline void SetKvs(const TArray< FRHAPI_KVV1 > & NewValue)
Sets the value of Kvs_Optional and also sets Kvs_IsSet to true.
public inline void SetKvs(TArray< FRHAPI_KVV1 > && NewValue)
Sets the value of Kvs_Optional and also sets Kvs_IsSet to true using move semantics.
public inline void ClearKvs()
Clears the value of Kvs_Optional and sets Kvs_IsSet to false.
public inline bool IsKvsSet() const
Checks whether Kvs_Optional has been set.
public inline TArray< FRHAPI_KVV1> &GetSecretKvs()
Gets the value of SecretKvs_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_KVV1> &GetSecretKvs() const
Gets the value of SecretKvs_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_KVV1> &GetSecretKvs(const TArray< FRHAPI_KVV1 > & DefaultValue) const
Gets the value of SecretKvs_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetSecretKvs(TArray< FRHAPI_KVV1 > & OutValue) const
Fills OutValue with the value of SecretKvs_Optional and returns true if it has been set, otherwise returns false.
public inline TArray< FRHAPI_KVV1> *GetSecretKvsOrNull()
Returns a pointer to SecretKvs_Optional, if it has been set, otherwise returns nullptr.
public inline const TArray< FRHAPI_KVV1> *GetSecretKvsOrNull() const
Returns a pointer to SecretKvs_Optional, if it has been set, otherwise returns nullptr.
public inline void SetSecretKvs(const TArray< FRHAPI_KVV1 > & NewValue)
Sets the value of SecretKvs_Optional and also sets SecretKvs_IsSet to true.
public inline void SetSecretKvs(TArray< FRHAPI_KVV1 > && NewValue)
Sets the value of SecretKvs_Optional and also sets SecretKvs_IsSet to true using move semantics.
public inline void ClearSecretKvs()
Clears the value of SecretKvs_Optional and sets SecretKvs_IsSet to false.
public inline bool IsSecretKvsSet() const
Checks whether SecretKvs_Optional has been set.