VidPidMid
public abstract class VidPidMid extends Object
Constructors
| Name | Description |
|---|---|
public VidPidMid()
|
Methods
vid
public abstract String vid()
Vendor id. Should be in the format xx-xx-xx-xx.
ReturnValue
| Name | Description |
|---|---|
String
|
pid
public abstract String pid()
Product id. Should be in the format xx-xx-xx-xx.
ReturnValue
| Name | Description |
|---|---|
String
|
mid
public abstract String mid()
Loadable module id. Should be in the format xx-xx-xx-xx.
ReturnValue
| Name | Description |
|---|---|
String
|
builder
public static Builder builder()
ReturnValue
| Name | Description |
|---|---|
Builder
|
Data class to bundle vendor id, product id & module id together.