public class ProcessThreadInfoInner extends ProxyOnlyResource
| Constructor and Description |
|---|
ProcessThreadInfoInner() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
basePriority()
Get the basePriority property: Base priority.
|
Integer |
currentPriority()
Get the currentPriority property: Current thread priority.
|
String |
href()
Get the href property: HRef URI.
|
Integer |
identifier()
Get the identifier property: Site extension ID.
|
String |
priorityLevel()
Get the priorityLevel property: Thread priority level.
|
String |
process()
Get the process property: Process URI.
|
String |
startAddress()
Get the startAddress property: Start address.
|
OffsetDateTime |
startTime()
Get the startTime property: Start time.
|
String |
state()
Get the state property: Thread state.
|
String |
totalProcessorTime()
Get the totalProcessorTime property: Total processor time.
|
String |
userProcessorTime()
Get the userProcessorTime property: User processor time.
|
void |
validate()
Validates the instance.
|
String |
waitReason()
Get the waitReason property: Wait reason.
|
ProcessThreadInfoInner |
withBasePriority(Integer basePriority)
Set the basePriority property: Base priority.
|
ProcessThreadInfoInner |
withCurrentPriority(Integer currentPriority)
Set the currentPriority property: Current thread priority.
|
ProcessThreadInfoInner |
withHref(String href)
Set the href property: HRef URI.
|
ProcessThreadInfoInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
ProcessThreadInfoInner |
withPriorityLevel(String priorityLevel)
Set the priorityLevel property: Thread priority level.
|
ProcessThreadInfoInner |
withProcess(String process)
Set the process property: Process URI.
|
ProcessThreadInfoInner |
withStartAddress(String startAddress)
Set the startAddress property: Start address.
|
ProcessThreadInfoInner |
withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time.
|
ProcessThreadInfoInner |
withState(String state)
Set the state property: Thread state.
|
ProcessThreadInfoInner |
withTotalProcessorTime(String totalProcessorTime)
Set the totalProcessorTime property: Total processor time.
|
ProcessThreadInfoInner |
withUserProcessorTime(String userProcessorTime)
Set the userProcessorTime property: User processor time.
|
ProcessThreadInfoInner |
withWaitReason(String waitReason)
Set the waitReason property: Wait reason.
|
kindpublic Integer identifier()
public String href()
public ProcessThreadInfoInner withHref(String href)
href - the href value to set.public String process()
public ProcessThreadInfoInner withProcess(String process)
process - the process value to set.public String startAddress()
public ProcessThreadInfoInner withStartAddress(String startAddress)
startAddress - the startAddress value to set.public Integer currentPriority()
public ProcessThreadInfoInner withCurrentPriority(Integer currentPriority)
currentPriority - the currentPriority value to set.public String priorityLevel()
public ProcessThreadInfoInner withPriorityLevel(String priorityLevel)
priorityLevel - the priorityLevel value to set.public Integer basePriority()
public ProcessThreadInfoInner withBasePriority(Integer basePriority)
basePriority - the basePriority value to set.public OffsetDateTime startTime()
public ProcessThreadInfoInner withStartTime(OffsetDateTime startTime)
startTime - the startTime value to set.public String totalProcessorTime()
public ProcessThreadInfoInner withTotalProcessorTime(String totalProcessorTime)
totalProcessorTime - the totalProcessorTime value to set.public String userProcessorTime()
public ProcessThreadInfoInner withUserProcessorTime(String userProcessorTime)
userProcessorTime - the userProcessorTime value to set.public String state()
public ProcessThreadInfoInner withState(String state)
state - the state value to set.public String waitReason()
public ProcessThreadInfoInner withWaitReason(String waitReason)
waitReason - the waitReason value to set.public ProcessThreadInfoInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.