GetDeviceDeploymentFor class
A request for getting the deployment for this master device.
- Inheritance
- Object
- Serializable
- DeploymentServiceRequest
- GetDeviceDeploymentFor
- Implementers
- Annotations
- @JsonSerializable(fieldRename: FieldRename.none, includeIfNull: true)
Constructors
- GetDeviceDeploymentFor(String studyDeploymentId, String masterDeviceRoleName)
-
GetDeviceDeploymentFor.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
- 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
- masterDeviceRoleName ↔ String
-
The role name of this master device.
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