new Rom()
- Source:
Methods
(static) Rom#getAssociationTime() → {Number}
Get the field value
When the ROM was associated with a merchant group
- Source:
Returns:
must be a long integer
- Type
- Number
(static) Rom#getBuildType() → {device.RomBuildType}
Get the field value
- Source:
Returns:
- Type
- device.RomBuildType
(static) Rom#getCreatedAt() → {Number}
Get the field value
When the ROM was created
- Source:
Returns:
must be a long integer
- Type
- Number
(static) Rom#getDescription() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) Rom#getEnabled() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) Rom#getId() → {String}
Get the field value
Unique identifier
- Source:
Returns:
- Type
- String
(static) Rom#getIsCritical() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) Rom#getPublished() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) Rom#getVersion() → {Number}
Get the field value
- Source:
Returns:
must be a long integer
- Type
- Number
(static) Rom#getVersionName() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) Rom#setAssociationTime(associationTime)
Set the field value
When the ROM was associated with a merchant group
Parameters:
Name | Type | Description |
---|---|---|
associationTime |
Number | must be a long integer |
- Source:
(static) Rom#setBuildType(buildType)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
buildType |
device.RomBuildType |
- Source:
(static) Rom#setCreatedAt(createdAt)
Set the field value
When the ROM was created
Parameters:
Name | Type | Description |
---|---|---|
createdAt |
Number | must be a long integer |
- Source:
(static) Rom#setDescription(description)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
description |
String |
- Source:
(static) Rom#setEnabled(enabled)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
enabled |
Boolean |
- Source:
(static) Rom#setId(id)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
id |
String |
- Source:
(static) Rom#setIsCritical(isCritical)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
isCritical |
Boolean |
- Source:
(static) Rom#setPublished(published)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
published |
Boolean |
- Source:
(static) Rom#setVersion(version)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
version |
Number | must be a long integer |
- Source:
(static) Rom#setVersionName(versionName)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
versionName |
String |
- Source: