Class CpuInfoRepresentation
java.lang.Object
org.keycloak.representations.info.CpuInfoRepresentation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CpuInfoRepresentation
create()
long
void
setProcessorCount
(long processorCount)
-
Field Details
-
processorCount
protected long processorCount
-
-
Constructor Details
-
CpuInfoRepresentation
public CpuInfoRepresentation()
-
-
Method Details
-
create
-
getProcessorCount
public long getProcessorCount() -
setProcessorCount
public void setProcessorCount(long processorCount)
-