ProcessThreadInfoInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. ProcessThreadInfoInner
- com.
- com.
- com.
public final class ProcessThreadInfoInner
extends ProxyOnlyResource
Process Thread Information.
Constructor Summary
Constructor | Description |
---|---|
ProcessThreadInfoInner() |
Creates an instance of Process |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
basePriority()
Get the base |
Integer |
currentPriority()
Get the current |
static
Process |
fromJson(JsonReader jsonReader)
Reads an instance of Process |
String |
href()
Get the href property: HRef URI. |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Integer |
identifier()
Get the identifier property: Site extension ID. |
String |
name()
Get the name property: The name of the resource. |
String |
priorityLevel()
Get the priority |
String |
process()
Get the process property: Process URI. |
String |
startAddress()
Get the start |
Offset |
startTime()
Get the start |
String |
state()
Get the state property: Thread state. |
Json |
toJson(JsonWriter jsonWriter) |
String |
totalProcessorTime()
Get the total |
String |
type()
Get the type property: The type of the resource. |
String |
userProcessorTime()
Get the user |
void |
validate()
Validates the instance. |
String |
waitReason()
Get the wait |
Process |
withBasePriority(Integer basePriority)
Set the base |
Process |
withCurrentPriority(Integer currentPriority)
Set the current |
Process |
withHref(String href)
Set the href property: HRef URI. |
Process |
withKind(String kind)
Set the kind property: Kind of resource. |
Process |
withPriorityLevel(String priorityLevel)
Set the priority |
Process |
withProcess(String process)
Set the process property: Process URI. |
Process |
withStartAddress(String startAddress)
Set the start |
Process |
withStartTime(OffsetDateTime startTime)
Set the start |
Process |
withState(String state)
Set the state property: Thread state. |
Process |
withTotalProcessorTime(String totalProcessorTime)
Set the total |
Process |
withUserProcessorTime(String userProcessorTime)
Set the user |
Process |
withWaitReason(String waitReason)
Set the wait |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
ProcessThreadInfoInner
public ProcessThreadInfoInner()
Creates an instance of ProcessThreadInfoInner class.
Method Details
basePriority
public Integer basePriority()
Get the basePriority property: Base priority.
Returns:
currentPriority
public Integer currentPriority()
Get the currentPriority property: Current thread priority.
Returns:
fromJson
public static ProcessThreadInfoInner fromJson(JsonReader jsonReader)
Reads an instance of ProcessThreadInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
href
public String href()
Get the href property: HRef URI.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ProcessThreadInfoInner.id()Returns:
identifier
public Integer identifier()
Get the identifier property: Site extension ID.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ProcessThreadInfoInner.name()Returns:
priorityLevel
public String priorityLevel()
Get the priorityLevel property: Thread priority level.
Returns:
process
public String process()
Get the process property: Process URI.
Returns:
startAddress
public String startAddress()
Get the startAddress property: Start address.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Start time.
Returns:
state
public String state()
Get the state property: Thread state.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ProcessThreadInfoInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
totalProcessorTime
public String totalProcessorTime()
Get the totalProcessorTime property: Total processor time.
Returns:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ProcessThreadInfoInner.type()Returns:
userProcessorTime
public String userProcessorTime()
Get the userProcessorTime property: User processor time.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
ProcessThreadInfoInner.validate()waitReason
public String waitReason()
Get the waitReason property: Wait reason.
Returns:
withBasePriority
public ProcessThreadInfoInner withBasePriority(Integer basePriority)
Set the basePriority property: Base priority.
Parameters:
Returns:
withCurrentPriority
public ProcessThreadInfoInner withCurrentPriority(Integer currentPriority)
Set the currentPriority property: Current thread priority.
Parameters:
Returns:
withHref
public ProcessThreadInfoInner withHref(String href)
Set the href property: HRef URI.
Parameters:
Returns:
withKind
public ProcessThreadInfoInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
ProcessThreadInfoInner.withKind(String kind)Parameters:
withPriorityLevel
public ProcessThreadInfoInner withPriorityLevel(String priorityLevel)
Set the priorityLevel property: Thread priority level.
Parameters:
Returns:
withProcess
public ProcessThreadInfoInner withProcess(String process)
Set the process property: Process URI.
Parameters:
Returns:
withStartAddress
public ProcessThreadInfoInner withStartAddress(String startAddress)
Set the startAddress property: Start address.
Parameters:
Returns:
withStartTime
public ProcessThreadInfoInner withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time.
Parameters:
Returns:
withState
public ProcessThreadInfoInner withState(String state)
Set the state property: Thread state.
Parameters:
Returns:
withTotalProcessorTime
public ProcessThreadInfoInner withTotalProcessorTime(String totalProcessorTime)
Set the totalProcessorTime property: Total processor time.
Parameters:
Returns:
withUserProcessorTime
public ProcessThreadInfoInner withUserProcessorTime(String userProcessorTime)
Set the userProcessorTime property: User processor time.
Parameters:
Returns:
withWaitReason
public ProcessThreadInfoInner withWaitReason(String waitReason)
Set the waitReason property: Wait reason.
Parameters:
Returns:
Applies to
Azure SDK for Java