Iot\Request\V20160530\QueryPageByApplyIdRequest::setApplyId PHP Метод

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

public setApplyId ( $applyId )
    public function setApplyId($applyId)
    {
        $this->applyId = $applyId;
        $this->queryParameters["ApplyId"] = $applyId;
    }