public class Id extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
DEVICE_ID |
private static String |
DEVICE_ID_AAS |
private static String |
DEVICE_IP |
private static String |
DEVICE_IP_AAS |
private static String |
DEVICE_NAME |
private static String |
DEVICE_NAME_AAS |
private static String |
JVM_NAME |
private static String |
JVM_NAME_AAS |
| Constructor and Description |
|---|
Id() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDeviceId()
Returns a unique ID for the device.
|
static String |
getDeviceIdAas()
Returns a unique ID for the device as valid AAS identifier.
|
static String |
getDeviceIp()
Returns the device IP address.
|
static String |
getDeviceIpAas()
Returns the device IP address as valid AAS identifier.
|
static String |
getDeviceName()
Returns the device name.
|
static String |
getDeviceNameAas()
Returns the device name as valid AAS identifier.
|
static String |
getEnvId()
Returns a unique ID for the runtime environment.
|
static String |
getEnvIdAas()
Returns a unique ID for the runtime environment as valid AAS identifier.
|
private static final String JVM_NAME
private static final String JVM_NAME_AAS
private static final String DEVICE_ID
private static final String DEVICE_ID_AAS
private static final String DEVICE_NAME
private static final String DEVICE_NAME_AAS
private static final String DEVICE_IP
private static final String DEVICE_IP_AAS
public static final String getEnvId()
public static final String getEnvIdAas()
public static final String getDeviceId()
getEnvId() for no network)public static final String getDeviceIdAas()
getEnvIdAas() for no network)public static final String getDeviceName()
getEnvId() for no network)public static final String getDeviceNameAas()
getEnvIdAas() for no network)public static final String getDeviceIp()
public static final String getDeviceIpAas()
Copyright © 2021. All rights reserved.