BooleanGridStringGridModuleInfoModuleInfoModuleInfoModuleInfoBooleanGet the AllowMultipleAccess
Kind: Instance method of ModuleInfo
Returns: Boolean - the KEY_ALLOW_MULTIPLE_ACCESS value
GridGet the Location
Kind: Instance method of ModuleInfo
Returns: Grid - the KEY_LOCATION value
StringGet the ModuleId
Kind: Instance method of ModuleInfo
Returns: String - the KEY_MODULE_ID value
GridGet the ServiceArea
Kind: Instance method of ModuleInfo
Returns: Grid - the KEY_SERVICE_AREA value
ModuleInfoSet the AllowMultipleAccess
Kind: Instance method of ModuleInfo
Returns: ModuleInfo - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| access | Boolean |
allow multiple users/apps to access the module or not - The desired AllowMultipleAccess. {'default_value': True} |
ModuleInfoSet the Location
Kind: Instance method of ModuleInfo
Returns: ModuleInfo - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| location | Grid |
Location of a module. - The desired Location. |
ModuleInfoSet the ModuleId
Kind: Instance method of ModuleInfo
Returns: ModuleInfo - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| id | String |
UUID of a module. "moduleId + moduleType" uniquely identify a module. - The desired ModuleId. {'string_min_length': 1, 'string_max_length': 100} |