public static final class ApplianceProcessData.Builder
extends java.lang.Object
ApplianceProcessData.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ApplianceProcessData. |
| Modifier and Type | Method and Description |
|---|---|
ApplianceProcessData |
build() |
ApplianceProcessData.Builder |
setId(java.lang.String id)
Display the Appliance id.
|
ApplianceProcessData.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
ApplianceProcessData.Builder |
setName(java.lang.String name)
Display the appliance name.
|
ApplianceProcessData.Builder |
setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ApplianceProcessData.Builder |
setSelf(SelfResourceLink self) |
ApplianceProcessData.Builder |
setTimestamp(java.lang.Long timestamp)
Timestamp of last modification.
|
ApplianceProcessData.Builder |
setTopProcessByCpuCount(java.lang.Long topProcessByCpuCount)
Display the total count of process.
|
ApplianceProcessData.Builder |
setTopProcessByCpuList(java.util.List<ProcessInformation> topProcessByCpuList)
Display the top process list by CPU.
|
ApplianceProcessData.Builder |
setTopProcessByMemCount(java.lang.Long topProcessByMemCount)
Display the total count of process.
|
ApplianceProcessData.Builder |
setTopProcessByMemList(java.util.List<ProcessInformation> topProcessByMemList)
Display the top process list by memory.
|
public Builder()
ApplianceProcessData.public ApplianceProcessData.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public ApplianceProcessData.Builder setSchema(java.lang.String schema)
schema - New value for the property.public ApplianceProcessData.Builder setSelf(SelfResourceLink self)
self - New value for the property.public ApplianceProcessData.Builder setId(java.lang.String id)
id - New value for the property.public ApplianceProcessData.Builder setName(java.lang.String name)
name - New value for the property.public ApplianceProcessData.Builder setTimestamp(java.lang.Long timestamp)
timestamp - New value for the property.public ApplianceProcessData.Builder setTopProcessByCpuCount(java.lang.Long topProcessByCpuCount)
topProcessByCpuCount - New value for the property.public ApplianceProcessData.Builder setTopProcessByCpuList(java.util.List<ProcessInformation> topProcessByCpuList)
topProcessByCpuList - New value for the property.public ApplianceProcessData.Builder setTopProcessByMemCount(java.lang.Long topProcessByMemCount)
topProcessByMemCount - New value for the property.public ApplianceProcessData.Builder setTopProcessByMemList(java.util.List<ProcessInformation> topProcessByMemList)
topProcessByMemList - New value for the property.public ApplianceProcessData build()