#include "File.h"
◆ File() [1/2]
File::File |
( |
std::string |
file_id | ) |
|
◆ File() [2/2]
File::File |
( |
const File & |
File | ) |
|
◆ getFile_id()
const string & File::getFile_id |
( |
| ) |
const |
◆ getFile_path()
const optional< string > & File::getFile_path |
( |
| ) |
const |
◆ getFile_size()
const optional< int32_t > & File::getFile_size |
( |
| ) |
const |
◆ setFile_path()
void File::setFile_path |
( |
const std::optional< std::string > & |
file_path | ) |
|
◆ setFile_size()
void File::setFile_size |
( |
const std::optional< std::int32_t > & |
file_size | ) |
|
◆ file_id
std::string yatbcpp::File::file_id |
|
private |
◆ file_path
std::optional<std::string> yatbcpp::File::file_path |
|
private |
◆ file_size
std::optional<std::int32_t> yatbcpp::File::file_size |
|
private |
The documentation for this class was generated from the following files: