Loading lib/Dto/BindCategoryPropertiesRequestProperties.php +36 −5 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc protected static $openAPITypes = [ 'id' => 'int', 'is_required' => 'bool', 'sort' => 'integer', ]; /** Loading @@ -68,7 +69,8 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc */ protected static $openAPIFormats = [ 'id' => null, 'is_required' => null 'is_required' => null, 'sort' => null, ]; /** Loading @@ -78,7 +80,8 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc */ protected static $openAPINullables = [ 'id' => false, 'is_required' => false 'is_required' => false, 'sort' => true, ]; /** Loading Loading @@ -169,7 +172,8 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc */ protected static $attributeMap = [ 'id' => 'id', 'is_required' => 'is_required' 'is_required' => 'is_required', 'sort' => 'sort', ]; /** Loading @@ -179,7 +183,8 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc */ protected static $setters = [ 'id' => 'setId', 'is_required' => 'setIsRequired' 'is_required' => 'setIsRequired', 'sort' => 'setSort', ]; /** Loading @@ -189,7 +194,8 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc */ protected static $getters = [ 'id' => 'getId', 'is_required' => 'getIsRequired' 'is_required' => 'getIsRequired', 'sort' => 'getSort', ]; /** Loading Loading @@ -290,6 +296,31 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc return count($this->listInvalidProperties()) === 0; } /** * Gets sort * * @return int|null */ public function getSort(): ?int { return $this->container['sort']; } /** * Sets Sort * * @param int|null $sort * * @return $this */ public function setSort($sort) { $this->container['sort'] = $sort; return $this; } /** * Gets id Loading Loading
lib/Dto/BindCategoryPropertiesRequestProperties.php +36 −5 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc protected static $openAPITypes = [ 'id' => 'int', 'is_required' => 'bool', 'sort' => 'integer', ]; /** Loading @@ -68,7 +69,8 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc */ protected static $openAPIFormats = [ 'id' => null, 'is_required' => null 'is_required' => null, 'sort' => null, ]; /** Loading @@ -78,7 +80,8 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc */ protected static $openAPINullables = [ 'id' => false, 'is_required' => false 'is_required' => false, 'sort' => true, ]; /** Loading Loading @@ -169,7 +172,8 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc */ protected static $attributeMap = [ 'id' => 'id', 'is_required' => 'is_required' 'is_required' => 'is_required', 'sort' => 'sort', ]; /** Loading @@ -179,7 +183,8 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc */ protected static $setters = [ 'id' => 'setId', 'is_required' => 'setIsRequired' 'is_required' => 'setIsRequired', 'sort' => 'setSort', ]; /** Loading @@ -189,7 +194,8 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc */ protected static $getters = [ 'id' => 'getId', 'is_required' => 'getIsRequired' 'is_required' => 'getIsRequired', 'sort' => 'getSort', ]; /** Loading Loading @@ -290,6 +296,31 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc return count($this->listInvalidProperties()) === 0; } /** * Gets sort * * @return int|null */ public function getSort(): ?int { return $this->container['sort']; } /** * Sets Sort * * @param int|null $sort * * @return $this */ public function setSort($sort) { $this->container['sort'] = $sort; return $this; } /** * Gets id Loading