Public Member Functions | List of all members
openfluid::utils::RESTClient::Reply Class Reference

#include <utils/RESTClient.hpp>

Public Member Functions

 Reply ()
 
 Reply (int StatusCode, unsigned int NetworkErrorCode, const QString &NetworkErrorString, const QString &Content)
 
int getStatusCode () const
 
int getNetworkErrorCode () const
 
QString getNetworkErrorString () const
 
QString getContent () const
 
bool isOK () const
 
void clear ()
 

Constructor & Destructor Documentation

◆ Reply() [1/2]

openfluid::utils::RESTClient::Reply::Reply ( )
inline

◆ Reply() [2/2]

openfluid::utils::RESTClient::Reply::Reply ( int  StatusCode,
unsigned int  NetworkErrorCode,
const QString &  NetworkErrorString,
const QString &  Content 
)
inline

Member Function Documentation

◆ clear()

void openfluid::utils::RESTClient::Reply::clear ( )
inline

◆ getContent()

QString openfluid::utils::RESTClient::Reply::getContent ( ) const
inline

◆ getNetworkErrorCode()

int openfluid::utils::RESTClient::Reply::getNetworkErrorCode ( ) const
inline

◆ getNetworkErrorString()

QString openfluid::utils::RESTClient::Reply::getNetworkErrorString ( ) const
inline

◆ getStatusCode()

int openfluid::utils::RESTClient::Reply::getStatusCode ( ) const
inline

◆ isOK()

bool openfluid::utils::RESTClient::Reply::isOK ( ) const
inline

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