class GoogleExampleLibraryagentV1Book extends Model (View source)

Properties

string $author
string $name
bool $read
string $title

Methods

setAuthor($author)

No description

string
getAuthor()

No description

setName($name)

No description

string
getName()

No description

setRead($read)

No description

bool
getRead()

No description

setTitle($title)

No description

string
getTitle()

No description

Details

setAuthor($author)

No description

Parameters

$author

string getAuthor()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setRead($read)

No description

Parameters

$read

bool getRead()

No description

Return Value

bool

setTitle($title)

No description

Parameters

$title

string getTitle()

No description

Return Value

string