Push\Request\V20160801\CreateAppRequest::setIndustryId PHP Метод

setIndustryId() публичный Метод

public setIndustryId ( $industryId )
    public function setIndustryId($industryId)
    {
        $this->industryId = $industryId;
        $this->queryParameters["IndustryId"] = $industryId;
    }