new AccessoryRomMetadataUpdateRequest()
Methods
(static) AccessoryRomMetadataUpdateRequest#getBuildType() → {String}
Get the field value
Returns:
- Type
- String
(static) AccessoryRomMetadataUpdateRequest#getCpuId() → {String}
Get the field value
Returns:
- Type
- String
(static) AccessoryRomMetadataUpdateRequest#getVersion() → {Number}
Get the field value
Returns:
must be an integer
- Type
- Number
(static) AccessoryRomMetadataUpdateRequest#setBuildType(buildType)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
buildType |
String |
(static) AccessoryRomMetadataUpdateRequest#setCpuId(cpuId)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
cpuId |
String |
(static) AccessoryRomMetadataUpdateRequest#setVersion(version)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
version |
Number | must be an integer |