public class DeviceIdentifier extends Object
| Constructor and Description | 
|---|
DeviceIdentifier(String vendor,
                String model)
Construct a new device identifier. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getClazz()
Retrieve the class string. 
 | 
byte[] | 
getIeee8021ar()  | 
String | 
getModel()
Retrieve the model string. 
 | 
String | 
getRfc4122()  | 
String | 
getType()
Retrieve the type string. 
 | 
String | 
getVendor()
Retrieve the vendor string. 
 | 
void | 
setClazz(String clazz)
Set the class string. 
 | 
void | 
setIeee8021ar(byte[] ieee8021ar)  | 
void | 
setRfc4122(String rfc4122)  | 
void | 
setType(String type)
Set the type. 
 | 
public String getVendor()
public String getType()
public void setType(String type)
type - the type to setpublic String getModel()
public String getClazz()
public void setClazz(String clazz)
clazz - the clazz to setpublic String getRfc4122()
public void setRfc4122(String rfc4122)
rfc4122 - the rfc4122 to setpublic byte[] getIeee8021ar()
public void setIeee8021ar(byte[] ieee8021ar)
ieee8021ar - the ieee8021ar to setCopyright © 2020 National Institute of Standards and Technology. All rights reserved.