public function check()
 {
     RequestCheckUtil::checkNotNull($this->schemaName, "schemaName");
     RequestCheckUtil::checkNotNull($this->siteKey, "siteKey");
     RequestCheckUtil::checkMaxLength($this->siteKey, 32, "siteKey");
     RequestCheckUtil::checkNotNull($this->value, "value");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->groupId, "groupId");
     RequestCheckUtil::checkMinValue($this->groupId, 1, "groupId");
     RequestCheckUtil::checkNotNull($this->newGroupName, "newGroupName");
     RequestCheckUtil::checkMaxLength($this->newGroupName, 15, "newGroupName");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->adgroupId, "adgroupId");
     RequestCheckUtil::checkNotNull($this->imgUrl, "imgUrl");
     RequestCheckUtil::checkNotNull($this->title, "title");
     RequestCheckUtil::checkMaxLength($this->title, 40, "title");
 }
 public function check()
 {
     RequestCheckUtil::checkMaxLength($this->code, 40, "code");
     RequestCheckUtil::checkNotNull($this->grantType, "grantType");
     RequestCheckUtil::checkMaxLength($this->grantType, 20, "grantType");
     RequestCheckUtil::checkMaxLength($this->refreshToken, 40, "refreshToken");
 }
Esempio n. 5
0
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->localId, "localId");
     RequestCheckUtil::checkNotNull($this->remoteId, "remoteId");
     RequestCheckUtil::checkNotNull($this->token, "token");
     RequestCheckUtil::checkMaxLength($this->token, 10, "token");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->fields, "fields");
     RequestCheckUtil::checkMaxListSize($this->fields, 200, "fields");
     RequestCheckUtil::checkNotNull($this->openIids, "openIids");
     RequestCheckUtil::checkMaxLength($this->openIids, 3000, "openIids");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->campaignId, "campaignId");
     RequestCheckUtil::checkNotNull($this->onlineStatus, "onlineStatus");
     RequestCheckUtil::checkNotNull($this->title, "title");
     RequestCheckUtil::checkMaxLength($this->title, 40, "title");
 }
Esempio n. 8
0
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->propertyKey, "propertyKey");
     RequestCheckUtil::checkNotNull($this->propertyValue, "propertyValue");
     RequestCheckUtil::checkMaxLength($this->propertyValue, 100, "propertyValue");
     RequestCheckUtil::checkNotNull($this->topic, "topic");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->merchantOrderNo, "merchantOrderNo");
     RequestCheckUtil::checkMaxLength($this->merchantOrderNo, 32, "merchantOrderNo");
     RequestCheckUtil::checkNotNull($this->orderType, "orderType");
     RequestCheckUtil::checkMaxLength($this->orderType, 10, "orderType");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->cooperateId, "cooperateId");
     RequestCheckUtil::checkNotNull($this->endRemainDays, "endRemainDays");
     RequestCheckUtil::checkNotNull($this->endRemark, "endRemark");
     RequestCheckUtil::checkMaxLength($this->endRemark, 2000, "endRemark");
 }
Esempio n. 11
0
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->pagerequest, "pagerequest");
     RequestCheckUtil::checkNotNull($this->query, "query");
     RequestCheckUtil::checkNotNull($this->siteKey, "siteKey");
     RequestCheckUtil::checkMaxLength($this->siteKey, 32, "siteKey");
 }
Esempio n. 12
0
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->groupName, "groupName");
     RequestCheckUtil::checkMaxLength($this->groupName, 32, "groupName");
     RequestCheckUtil::checkNotNull($this->nicks, "nicks");
     RequestCheckUtil::checkMaxListSize($this->nicks, 200, "nicks");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->dbName, "dbName");
     RequestCheckUtil::checkMaxLength($this->dbName, 64, "dbName");
     RequestCheckUtil::checkNotNull($this->instanceName, "instanceName");
     RequestCheckUtil::checkMaxLength($this->instanceName, 30, "instanceName");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->endDate, "endDate");
     RequestCheckUtil::checkNotNull($this->serviceStaffId, "serviceStaffId");
     RequestCheckUtil::checkMaxLength($this->serviceStaffId, 1900, "serviceStaffId");
     RequestCheckUtil::checkNotNull($this->startDate, "startDate");
 }
Esempio n. 15
0
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->siteKey, "siteKey");
     RequestCheckUtil::checkMaxLength($this->siteKey, 32, "siteKey");
     RequestCheckUtil::checkNotNull($this->tagname, "tagname");
     RequestCheckUtil::checkMaxLength($this->tagname, 6, "tagname");
 }
Esempio n. 16
0
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->content, "content");
     RequestCheckUtil::checkMaxLength($this->content, 1024, "content");
     RequestCheckUtil::checkNotNull($this->topic, "topic");
     RequestCheckUtil::checkMaxLength($this->topic, 256, "topic");
 }
Esempio n. 17
0
 public function check()
 {
     RequestCheckUtil::checkMaxValue($this->dbStatus, 3, "dbStatus");
     RequestCheckUtil::checkMinValue($this->dbStatus, 0, "dbStatus");
     RequestCheckUtil::checkNotNull($this->instanceName, "instanceName");
     RequestCheckUtil::checkMaxLength($this->instanceName, 30, "instanceName");
 }
Esempio n. 18
0
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->hid, "hid");
     RequestCheckUtil::checkMinValue($this->hid, 0, "hid");
     RequestCheckUtil::checkNotNull($this->name, "name");
     RequestCheckUtil::checkMaxLength($this->name, 30, "name");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->newname, "newname");
     RequestCheckUtil::checkNotNull($this->oldname, "oldname");
     RequestCheckUtil::checkNotNull($this->siteKey, "siteKey");
     RequestCheckUtil::checkMaxLength($this->siteKey, 32, "siteKey");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->nick, "nick");
     RequestCheckUtil::checkMaxLength($this->nick, 32, "nick");
     RequestCheckUtil::checkNotNull($this->servcieItemCode, "servcieItemCode");
     RequestCheckUtil::checkMaxLength($this->servcieItemCode, 64, "servcieItemCode");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->templateContent, "templateContent");
     RequestCheckUtil::checkMaxLength($this->templateContent, 8000, "templateContent");
     RequestCheckUtil::checkNotNull($this->templateName, "templateName");
     RequestCheckUtil::checkMaxLength($this->templateName, 20, "templateName");
 }
Esempio n. 22
0
 public function check()
 {
     RequestCheckUtil::checkMaxLength($this->memo, 100, "memo");
     RequestCheckUtil::checkNotNull($this->orderId, "orderId");
     RequestCheckUtil::checkNotNull($this->reason, "reason");
     RequestCheckUtil::checkMaxValue($this->reason, 5, "reason");
     RequestCheckUtil::checkMinValue($this->reason, 0, "reason");
 }
Esempio n. 23
0
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->collectType, "collectType");
     RequestCheckUtil::checkMaxLength($this->collectType, 4, "collectType");
     RequestCheckUtil::checkNotNull($this->pageNo, "pageNo");
     RequestCheckUtil::checkMaxValue($this->pageNo, 100, "pageNo");
     RequestCheckUtil::checkMinValue($this->pageNo, 1, "pageNo");
 }
Esempio n. 24
0
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->policyId, "policyId");
     RequestCheckUtil::checkMaxLength($this->policyId, 64, "policyId");
     RequestCheckUtil::checkNotNull($this->type, "type");
     RequestCheckUtil::checkMaxValue($this->type, 1, "type");
     RequestCheckUtil::checkMinValue($this->type, 0, "type");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->extEntityId, "extEntityId");
     RequestCheckUtil::checkNotNull($this->extEntityType, "extEntityType");
     RequestCheckUtil::checkNotNull($this->itemId, "itemId");
     RequestCheckUtil::checkNotNull($this->userNick, "userNick");
     RequestCheckUtil::checkMaxLength($this->userNick, 64, "userNick");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->expression, "expression");
     RequestCheckUtil::checkNotNull($this->groupDesc, "groupDesc");
     RequestCheckUtil::checkMaxLength($this->groupDesc, 100, "groupDesc");
     RequestCheckUtil::checkNotNull($this->groupName, "groupName");
     RequestCheckUtil::checkMaxLength($this->groupName, 32, "groupName");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->businessInfo, "businessInfo");
     RequestCheckUtil::checkMaxLength($this->businessInfo, 30, "businessInfo");
     RequestCheckUtil::checkNotNull($this->buyerNick, "buyerNick");
     RequestCheckUtil::checkNotNull($this->pointNum, "pointNum");
     RequestCheckUtil::checkNotNull($this->transactionTime, "transactionTime");
 }
Esempio n. 28
0
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->oid, "oid");
     RequestCheckUtil::checkNotNull($this->operType, "operType");
     RequestCheckUtil::checkMaxLength($this->operType, 1, "operType");
     RequestCheckUtil::checkMaxLength($this->reasonText, 500, "reasonText");
     RequestCheckUtil::checkMaxLength($this->reasonType, 1, "reasonType");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->auctionId, "auctionId");
     RequestCheckUtil::checkMaxLength($this->desc, 2000, "desc");
     RequestCheckUtil::checkNotNull($this->orderId, "orderId");
     RequestCheckUtil::checkNotNull($this->title, "title");
     RequestCheckUtil::checkMaxLength($this->title, 30, "title");
 }
 public function check()
 {
     RequestCheckUtil::checkNotNull($this->groupDesc, "groupDesc");
     RequestCheckUtil::checkMaxLength($this->groupDesc, 256, "groupDesc");
     RequestCheckUtil::checkNotNull($this->groupName, "groupName");
     RequestCheckUtil::checkMaxLength($this->groupName, 32, "groupName");
     RequestCheckUtil::checkNotNull($this->userListFileContent, "userListFileContent");
 }