.. rst-class:: phpdoctorst .. role:: php(code) :language: php ResponseTimeframes ================== .. php:namespace:: Firstred\PostNL\Entity\Response .. php:class:: ResponseTimeframes :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($ReasonNoTimeframes, $Timeframes\)` * :php:meth:`public getReasonNoTimeframes\(\)` * :php:meth:`public setReasonNoTimeframes\($ReasonNoTimeframes\)` * :php:meth:`public getTimeframes\(\)` * :php:meth:`public setTimeframes\($Timeframes\)` * :php:meth:`public jsonSerialize\(\)` Properties ---------- .. php:attr:: protected static ReasonNoTimeframes :Type: :any:`\\Firstred\\PostNL\\Entity\\ReasonNoTimeframe\[\] ` | null .. php:attr:: protected static Timeframes :Type: :any:`\\Firstred\\PostNL\\Entity\\Timeframe\[\] ` | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $ReasonNoTimeframes=null, $Timeframes=null) :Parameters: * **$ReasonNoTimeframes** (array | null) * **$Timeframes** (array | null) .. rst-class:: public .. php:method:: public getReasonNoTimeframes() :Returns: :any:`\\Firstred\\PostNL\\Entity\\ReasonNoTimeframe\[\] ` | null .. rst-class:: public .. php:method:: public setReasonNoTimeframes( $ReasonNoTimeframes) :Parameters: * **$ReasonNoTimeframes** (:any:`Firstred\\PostNL\\Entity\\ReasonNoTimeframe\[\] ` | null) :Returns: static .. rst-class:: public .. php:method:: public getTimeframes() :Returns: :any:`\\Firstred\\PostNL\\Entity\\Timeframe\[\] ` | null .. rst-class:: public .. php:method:: public setTimeframes( $Timeframes) :Parameters: * **$Timeframes** (:any:`Firstred\\PostNL\\Entity\\Timeframe\[\] ` | null) :Returns: static .. rst-class:: public .. php:method:: public jsonSerialize() :Returns: array :Throws: :any:`\\Firstred\\PostNL\\Exception\\ServiceNotSetException `