Skip to content

Commit

Permalink
release 3.1.120 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Nov 28, 2024
1 parent 7c61cd9 commit f2500a1
Show file tree
Hide file tree
Showing 373 changed files with 67,715 additions and 2,173 deletions.
468 changes: 468 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

468 changes: 468 additions & 0 deletions CHANGELOG_CN.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"core"
],
"version": "3.1.119",
"version": "3.1.120",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions Services/Aad/V1/Model/ExecuteUnblockIpRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ public function listInvalidProperties()
if ((mb_strlen($this->container['domainId']) > 64)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be smaller than or equal to 64.";
}
if ((mb_strlen($this->container['domainId']) < 32)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be bigger than or equal to 32.";
if ((mb_strlen($this->container['domainId']) < 1)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be bigger than or equal to 1.";
}
return $invalidProperties;
}
Expand Down
4 changes: 2 additions & 2 deletions Services/Aad/V1/Model/ListBlockIpsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ public function listInvalidProperties()
if ((mb_strlen($this->container['domainId']) > 64)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be smaller than or equal to 64.";
}
if ((mb_strlen($this->container['domainId']) < 32)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be bigger than or equal to 32.";
if ((mb_strlen($this->container['domainId']) < 1)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be bigger than or equal to 1.";
}
return $invalidProperties;
}
Expand Down
4 changes: 2 additions & 2 deletions Services/Aad/V1/Model/ListUnblockQuotaStatisticsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ public function listInvalidProperties()
if ((mb_strlen($this->container['domainId']) > 64)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be smaller than or equal to 64.";
}
if ((mb_strlen($this->container['domainId']) < 32)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be bigger than or equal to 32.";
if ((mb_strlen($this->container['domainId']) < 1)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be bigger than or equal to 1.";
}
return $invalidProperties;
}
Expand Down
4 changes: 2 additions & 2 deletions Services/Aad/V1/Model/ShowBlockStatisticsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ public function listInvalidProperties()
if ((mb_strlen($this->container['domainId']) > 64)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be smaller than or equal to 64.";
}
if ((mb_strlen($this->container['domainId']) < 32)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be bigger than or equal to 32.";
if ((mb_strlen($this->container['domainId']) < 1)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be bigger than or equal to 1.";
}
return $invalidProperties;
}
Expand Down
4 changes: 2 additions & 2 deletions Services/Aad/V1/Model/ShowUnblockRecordRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ public function listInvalidProperties()
if ((mb_strlen($this->container['domainId']) > 64)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be smaller than or equal to 64.";
}
if ((mb_strlen($this->container['domainId']) < 32)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be bigger than or equal to 32.";
if ((mb_strlen($this->container['domainId']) < 1)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be bigger than or equal to 1.";
}
if ($this->container['startTime'] === null) {
$invalidProperties[] = "'startTime' can't be null";
Expand Down
4 changes: 2 additions & 2 deletions Services/Aad/V1/Model/ShowUnblockRecordResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ public function listInvalidProperties()
if (!is_null($this->container['domainId']) && (mb_strlen($this->container['domainId']) > 64)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be smaller than or equal to 64.";
}
if (!is_null($this->container['domainId']) && (mb_strlen($this->container['domainId']) < 32)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be bigger than or equal to 32.";
if (!is_null($this->container['domainId']) && (mb_strlen($this->container['domainId']) < 1)) {
$invalidProperties[] = "invalid value for 'domainId', the character length must be bigger than or equal to 1.";
}
return $invalidProperties;
}
Expand Down
4 changes: 2 additions & 2 deletions Services/Aad/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"aad"
],
"version": "3.1.119",
"version": "3.1.120",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"huaweicloud/huaweicloud-sdk-core": "3.1.119"
"huaweicloud/huaweicloud-sdk-core": "3.1.120"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/AntiDDoS/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"antiddos"
],
"version": "3.1.119",
"version": "3.1.120",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"huaweicloud/huaweicloud-sdk-core": "3.1.119"
"huaweicloud/huaweicloud-sdk-core": "3.1.120"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/Aom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"aom"
],
"version": "3.1.119",
"version": "3.1.120",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"huaweicloud/huaweicloud-sdk-core": "3.1.119"
"huaweicloud/huaweicloud-sdk-core": "3.1.120"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/Aos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"aos"
],
"version": "3.1.119",
"version": "3.1.120",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"huaweicloud/huaweicloud-sdk-core": "3.1.119"
"huaweicloud/huaweicloud-sdk-core": "3.1.120"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/Apig/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"apig"
],
"version": "3.1.119",
"version": "3.1.120",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"huaweicloud/huaweicloud-sdk-core": "3.1.119"
"huaweicloud/huaweicloud-sdk-core": "3.1.120"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/As/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"as"
],
"version": "3.1.119",
"version": "3.1.120",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"huaweicloud/huaweicloud-sdk-core": "3.1.119"
"huaweicloud/huaweicloud-sdk-core": "3.1.120"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/Bms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"bms"
],
"version": "3.1.119",
"version": "3.1.120",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"huaweicloud/huaweicloud-sdk-core": "3.1.119"
"huaweicloud/huaweicloud-sdk-core": "3.1.120"
},
"autoload": {
"psr-4": {
Expand Down
51 changes: 46 additions & 5 deletions Services/Bss/V2/Model/CustomerOrderV3.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class CustomerOrderV3 implements ModelInterface, ArrayAccess
* contractId 合同ID。
* amountInfo amountInfo
* userName 订单创建者名称。 如果是客户自己下单,则此处返回下单操作员的登录名称;如果是运营人员从后台下单,则此处返回“运营人员”;如果是运营系统自动触发下单,则此处返回“运营系统”。
* pendingPaymentEndTime 订单待付款截止时间。UTC时间,格式:yyyy-MM-ddTHH:mm:ssZ,如“2019-05-06T08:05:01Z”。其中,HH范围是0~23,mm和ss范围是0~59。
*
* @var string[]
*/
Expand All @@ -55,7 +56,8 @@ class CustomerOrderV3 implements ModelInterface, ArrayAccess
'currency' => 'string',
'contractId' => 'string',
'amountInfo' => '\HuaweiCloud\SDK\Bss\V2\Model\AmountInfomationV2',
'userName' => 'string'
'userName' => 'string',
'pendingPaymentEndTime' => 'string'
];

/**
Expand All @@ -76,6 +78,7 @@ class CustomerOrderV3 implements ModelInterface, ArrayAccess
* contractId 合同ID。
* amountInfo amountInfo
* userName 订单创建者名称。 如果是客户自己下单,则此处返回下单操作员的登录名称;如果是运营人员从后台下单,则此处返回“运营人员”;如果是运营系统自动触发下单,则此处返回“运营系统”。
* pendingPaymentEndTime 订单待付款截止时间。UTC时间,格式:yyyy-MM-ddTHH:mm:ssZ,如“2019-05-06T08:05:01Z”。其中,HH范围是0~23,mm和ss范围是0~59。
*
* @var string[]
*/
Expand All @@ -95,7 +98,8 @@ class CustomerOrderV3 implements ModelInterface, ArrayAccess
'currency' => null,
'contractId' => null,
'amountInfo' => null,
'userName' => null
'userName' => null,
'pendingPaymentEndTime' => null
];

/**
Expand Down Expand Up @@ -137,6 +141,7 @@ public static function openAPIFormats()
* contractId 合同ID。
* amountInfo amountInfo
* userName 订单创建者名称。 如果是客户自己下单,则此处返回下单操作员的登录名称;如果是运营人员从后台下单,则此处返回“运营人员”;如果是运营系统自动触发下单,则此处返回“运营系统”。
* pendingPaymentEndTime 订单待付款截止时间。UTC时间,格式:yyyy-MM-ddTHH:mm:ssZ,如“2019-05-06T08:05:01Z”。其中,HH范围是0~23,mm和ss范围是0~59。
*
* @var string[]
*/
Expand All @@ -156,7 +161,8 @@ public static function openAPIFormats()
'currency' => 'currency',
'contractId' => 'contract_id',
'amountInfo' => 'amount_info',
'userName' => 'user_name'
'userName' => 'user_name',
'pendingPaymentEndTime' => 'pending_payment_end_time'
];

/**
Expand All @@ -177,6 +183,7 @@ public static function openAPIFormats()
* contractId 合同ID。
* amountInfo amountInfo
* userName 订单创建者名称。 如果是客户自己下单,则此处返回下单操作员的登录名称;如果是运营人员从后台下单,则此处返回“运营人员”;如果是运营系统自动触发下单,则此处返回“运营系统”。
* pendingPaymentEndTime 订单待付款截止时间。UTC时间,格式:yyyy-MM-ddTHH:mm:ssZ,如“2019-05-06T08:05:01Z”。其中,HH范围是0~23,mm和ss范围是0~59。
*
* @var string[]
*/
Expand All @@ -196,7 +203,8 @@ public static function openAPIFormats()
'currency' => 'setCurrency',
'contractId' => 'setContractId',
'amountInfo' => 'setAmountInfo',
'userName' => 'setUserName'
'userName' => 'setUserName',
'pendingPaymentEndTime' => 'setPendingPaymentEndTime'
];

/**
Expand All @@ -217,6 +225,7 @@ public static function openAPIFormats()
* contractId 合同ID。
* amountInfo amountInfo
* userName 订单创建者名称。 如果是客户自己下单,则此处返回下单操作员的登录名称;如果是运营人员从后台下单,则此处返回“运营人员”;如果是运营系统自动触发下单,则此处返回“运营系统”。
* pendingPaymentEndTime 订单待付款截止时间。UTC时间,格式:yyyy-MM-ddTHH:mm:ssZ,如“2019-05-06T08:05:01Z”。其中,HH范围是0~23,mm和ss范围是0~59。
*
* @var string[]
*/
Expand All @@ -236,7 +245,8 @@ public static function openAPIFormats()
'currency' => 'getCurrency',
'contractId' => 'getContractId',
'amountInfo' => 'getAmountInfo',
'userName' => 'getUserName'
'userName' => 'getUserName',
'pendingPaymentEndTime' => 'getPendingPaymentEndTime'
];

/**
Expand Down Expand Up @@ -313,6 +323,7 @@ public function __construct(array $data = null)
$this->container['contractId'] = isset($data['contractId']) ? $data['contractId'] : null;
$this->container['amountInfo'] = isset($data['amountInfo']) ? $data['amountInfo'] : null;
$this->container['userName'] = isset($data['userName']) ? $data['userName'] : null;
$this->container['pendingPaymentEndTime'] = isset($data['pendingPaymentEndTime']) ? $data['pendingPaymentEndTime'] : null;
}

/**
Expand All @@ -323,6 +334,12 @@ public function __construct(array $data = null)
public function listInvalidProperties()
{
$invalidProperties = [];
if (!is_null($this->container['pendingPaymentEndTime']) && (mb_strlen($this->container['pendingPaymentEndTime']) > 20)) {
$invalidProperties[] = "invalid value for 'pendingPaymentEndTime', the character length must be smaller than or equal to 20.";
}
if (!is_null($this->container['pendingPaymentEndTime']) && (mb_strlen($this->container['pendingPaymentEndTime']) < 0)) {
$invalidProperties[] = "invalid value for 'pendingPaymentEndTime', the character length must be bigger than or equal to 0.";
}
return $invalidProperties;
}

Expand Down Expand Up @@ -721,6 +738,30 @@ public function setUserName($userName)
return $this;
}

/**
* Gets pendingPaymentEndTime
* 订单待付款截止时间。UTC时间,格式:yyyy-MM-ddTHH:mm:ssZ,如“2019-05-06T08:05:01Z”。其中,HH范围是0~23,mm和ss范围是0~59。
*
* @return string|null
*/
public function getPendingPaymentEndTime()
{
return $this->container['pendingPaymentEndTime'];
}

/**
* Sets pendingPaymentEndTime
*
* @param string|null $pendingPaymentEndTime 订单待付款截止时间。UTC时间,格式:yyyy-MM-ddTHH:mm:ssZ,如“2019-05-06T08:05:01Z”。其中,HH范围是0~23,mm和ss范围是0~59。
*
* @return $this
*/
public function setPendingPaymentEndTime($pendingPaymentEndTime)
{
$this->container['pendingPaymentEndTime'] = $pendingPaymentEndTime;
return $this;
}

/**
* Returns true if offset exists. False otherwise.
*
Expand Down
Loading

0 comments on commit f2500a1

Please sign in to comment.