.. rst-class:: phpdoctorst .. role:: php(code) :language: php GetLocationsInAreaResponse ========================== .. php:namespace:: Firstred\PostNL\Entity\Response .. php:class:: GetLocationsInAreaResponse :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($GetLocationsResult\)` * :php:meth:`public getGetLocationsResult\(\)` * :php:meth:`public setGetLocationsResult\($GetLocationsResult\)` * :php:meth:`public jsonSerialize\(\)` Properties ---------- .. php:attr:: protected static GetLocationsResult :Type: :any:`\\Firstred\\PostNL\\Entity\\Response\\GetLocationsResult ` | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $GetLocationsResult=null) :Parameters: * **$GetLocationsResult** (:any:`Firstred\\PostNL\\Entity\\Response\\GetLocationsResult ` | null) .. rst-class:: public .. php:method:: public getGetLocationsResult() :Returns: :any:`\\Firstred\\PostNL\\Entity\\Response\\GetLocationsResult ` | null .. rst-class:: public .. php:method:: public setGetLocationsResult( $GetLocationsResult) :Parameters: * **$GetLocationsResult** (:any:`Firstred\\PostNL\\Entity\\Response\\GetLocationsResult ` | null) :Returns: static .. rst-class:: public .. php:method:: public jsonSerialize() :Returns: array :Throws: :any:`\\Firstred\\PostNL\\Exception\\ServiceNotSetException `