lst = $lst; $this->exposeName = $exposeName; $this->publicationId = $publicationId; $this->accessTokenInfo = $accessTokenInfo; } public function getLst() { return $this->lst; } public function getExposeName() { return $this->exposeName; } public function getPublicationId() { return $this->publicationId; } public function getAccessTokenInfo() { return $this->accessTokenInfo; } }