Push\Request\V20160801\CreateAppRequest::setIndustryId PHP 메소드

setIndustryId() 공개 메소드

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