public final class CpuID
extends java.lang.Object
| Constructor and Description |
|---|
CpuID(java.lang.String vendor,
int type,
int family,
int model,
int steppingID,
int brandIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBrandIndex() |
static java.util.Optional<CpuID> |
getCpuID()
Returns the CPU identification for the running x86 CPU, or
empty if this is not a x86 CPU.
|
int |
getFamily() |
int |
getModel() |
int |
getSteppingID() |
int |
getType() |
java.lang.String |
getVendor() |
java.lang.String |
toString() |
public CpuID(java.lang.String vendor,
int type,
int family,
int model,
int steppingID,
int brandIndex)
public static java.util.Optional<CpuID> getCpuID()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getVendor()
public int getType()
public int getFamily()
public int getModel()
public int getSteppingID()
public int getBrandIndex()