diff --git a/freebox/api/v3/models/Download/BlackListEntry.php b/freebox/api/v3/models/Download/BlackListEntry.php new file mode 100644 index 0000000..f38c833 --- /dev/null +++ b/freebox/api/v3/models/Download/BlackListEntry.php @@ -0,0 +1,54 @@ +host; + } + + /** + * @return string + */ + public function getReason() { + return $this->reason; + } + + /** + * @return int + */ + public function getExpire() { + return $this->expire; + } + + /** + * @return boolean + */ + public function isGlobal() { + return $this->global; + } + +} diff --git a/freebox/api/v3/symbols/Download/BlackListEntry/Reason.php b/freebox/api/v3/symbols/Download/BlackListEntry/Reason.php new file mode 100644 index 0000000..75617fb --- /dev/null +++ b/freebox/api/v3/symbols/Download/BlackListEntry/Reason.php @@ -0,0 +1,21 @@ +