RegisterDevice class
A request for registering this device.
- Inheritance
- Object
- Serializable
- DeploymentServiceRequest
- RegisterDevice
- Annotations
- @JsonSerializable(fieldRename: FieldRename.none, includeIfNull: true)
Constructors
- RegisterDevice(String studyDeploymentId, String deviceRoleName, DeviceRegistration registration)
-
RegisterDevice.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $type ↔ String
-
The runtime class name (type) of this object.
Used for deserialization from JSON objects.
read / write, inherited
- deviceRoleName ↔ String
-
The role name of this device.
read / write
- fromJsonFunction → Function
-
The function which can convert a JSON string to an object of this type.
read-only, override
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- registration ↔ DeviceRegistration
-
The registration.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- studyDeploymentId ↔ String
-
The CARP study deployment ID.
read / write, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
Return a JSON encoding of this object.
override
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited