public class TerminalProfile extends Object
Constructor and Description |
---|
TerminalProfile() |
Modifier and Type | Method and Description |
---|---|
int |
getAvailableMemory()
Gets the available (unused) memory on the terminal.
|
int |
getAvailableStorage()
Gets the available (unused) storage on the terminal.
|
String |
getBlockChypFirmwareVersion()
Gets the current firmware version deployed on the terminal.
|
String |
getBrandingPreview()
Gets the branding asset currently displayed on the terminal.
|
String |
getGroupId()
Gets the id of the terminal group to which the terminal belongs, if any.
|
String |
getGroupName()
Gets the name of the terminal group to which the terminal belongs, if any.
|
String |
getId()
Gets primary identifier for a given terminal.
|
String |
getIpAddress()
Gets the terminal's local IP address.
|
String |
getPublicKey()
Gets the terminal's elliptic curve public key.
|
String |
getSerialNumber()
Gets the manufacturer's serial number.
|
String |
getSince()
Gets the date and time the terminal was first brought online.
|
String |
getTerminalName()
Gets the name assigned to the terminal during activation.
|
String |
getTerminalType()
Gets the terminal type.
|
String |
getTerminalTypeDisplayString()
Gets the terminal type display string.
|
int |
getTotalMemory()
Gets the total memory on the terminal.
|
int |
getTotalStorage()
Gets the storage on the terminal.
|
int |
getUsedMemory()
Gets the memory currently in use on the terminal.
|
int |
getUsedStorage()
Gets the storage currently in use on the terminal.
|
boolean |
isCloudBased()
Gets whether or not the terminal is configured for cloud relay.
|
boolean |
isOnline()
Gets whether or not the terminal is currently online.
|
void |
setAvailableMemory(int value)
Sets the available (unused) memory on the terminal.
|
void |
setAvailableStorage(int value)
Sets the available (unused) storage on the terminal.
|
void |
setBlockChypFirmwareVersion(String value)
Sets the current firmware version deployed on the terminal.
|
void |
setBrandingPreview(String value)
Sets the branding asset currently displayed on the terminal.
|
void |
setCloudBased(boolean value)
Sets whether or not the terminal is configured for cloud relay.
|
void |
setGroupId(String value)
Sets the id of the terminal group to which the terminal belongs, if any.
|
void |
setGroupName(String value)
Sets the name of the terminal group to which the terminal belongs, if any.
|
void |
setId(String value)
Sets primary identifier for a given terminal.
|
void |
setIpAddress(String value)
Sets the terminal's local IP address.
|
void |
setOnline(boolean value)
Sets whether or not the terminal is currently online.
|
void |
setPublicKey(String value)
Sets the terminal's elliptic curve public key.
|
void |
setSerialNumber(String value)
Sets the manufacturer's serial number.
|
void |
setSince(String value)
Sets the date and time the terminal was first brought online.
|
void |
setTerminalName(String value)
Sets the name assigned to the terminal during activation.
|
void |
setTerminalType(String value)
Sets the terminal type.
|
void |
setTerminalTypeDisplayString(String value)
Sets the terminal type display string.
|
void |
setTotalMemory(int value)
Sets the total memory on the terminal.
|
void |
setTotalStorage(int value)
Sets the storage on the terminal.
|
void |
setUsedMemory(int value)
Sets the memory currently in use on the terminal.
|
void |
setUsedStorage(int value)
Sets the storage currently in use on the terminal.
|
public void setId(String value)
value
- primary identifier for a given terminal.public String getId()
public void setIpAddress(String value)
value
- the terminal's local IP address.public String getIpAddress()
public void setTerminalName(String value)
value
- the name assigned to the terminal during activation.public String getTerminalName()
public void setTerminalType(String value)
value
- the terminal type.public String getTerminalType()
public void setTerminalTypeDisplayString(String value)
value
- the terminal type display string.public String getTerminalTypeDisplayString()
public void setBlockChypFirmwareVersion(String value)
value
- the current firmware version deployed on the terminal.public String getBlockChypFirmwareVersion()
public void setCloudBased(boolean value)
value
- whether or not the terminal is configured for cloud relay.public boolean isCloudBased()
public void setPublicKey(String value)
value
- the terminal's elliptic curve public key.public String getPublicKey()
public void setSerialNumber(String value)
value
- the manufacturer's serial number.public String getSerialNumber()
public void setOnline(boolean value)
value
- whether or not the terminal is currently online.public boolean isOnline()
public void setSince(String value)
value
- the date and time the terminal was first brought online.public String getSince()
public void setTotalMemory(int value)
value
- the total memory on the terminal.public int getTotalMemory()
public void setTotalStorage(int value)
value
- the storage on the terminal.public int getTotalStorage()
public void setAvailableMemory(int value)
value
- the available (unused) memory on the terminal.public int getAvailableMemory()
public void setAvailableStorage(int value)
value
- the available (unused) storage on the terminal.public int getAvailableStorage()
public void setUsedMemory(int value)
value
- the memory currently in use on the terminal.public int getUsedMemory()
public void setUsedStorage(int value)
value
- the storage currently in use on the terminal.public int getUsedStorage()
public void setBrandingPreview(String value)
value
- the branding asset currently displayed on the terminal.public String getBrandingPreview()
public void setGroupId(String value)
value
- the id of the terminal group to which the terminal belongs, if any.public String getGroupId()
public void setGroupName(String value)
value
- the name of the terminal group to which the terminal belongs, if any.public String getGroupName()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.