Condividi tramite


ProcessThreadInfoInner Class

public final class ProcessThreadInfoInner
extends ProxyOnlyResource

Process Thread Information.

Method Summary

Modifier and Type Method and Description
Integer basePriority()

Get the basePriority property: Base priority.

Integer currentPriority()

Get the currentPriority property: Current thread priority.

static ProcessThreadInfoInner fromJson(JsonReader jsonReader)

Reads an instance of ProcessThreadInfoInner from the JsonReader.

String href()

Get the href property: HRef URI.

String id()

Get the id property: Resource Id.

Integer identifier()

Get the identifier property: Site extension ID.

String name()

Get the name property: Resource Name.

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.

JsonWriter toJson(JsonWriter jsonWriter)
String totalProcessorTime()

Get the totalProcessorTime property: Total processor time.

String type()

Get the type property: Resource type.

String userProcessorTime()

Get the userProcessorTime property: User processor time.

void validate()

Validates the instance.

String waitReason()

Get the waitReason property: Wait reason.

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Method Details

basePriority

public Integer basePriority()

Get the basePriority property: Base priority.

Returns:

the basePriority value.

currentPriority

public Integer currentPriority()

Get the currentPriority property: Current thread priority.

Returns:

the currentPriority value.

fromJson

public static ProcessThreadInfoInner fromJson(JsonReader jsonReader)

Reads an instance of ProcessThreadInfoInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ProcessThreadInfoInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ProcessThreadInfoInner.

href

public String href()

Get the href property: HRef URI.

Returns:

the href value.

id

public String id()

Get the id property: Resource Id.

Overrides:

ProcessThreadInfoInner.id()

Returns:

the id value.

identifier

public Integer identifier()

Get the identifier property: Site extension ID.

Returns:

the identifier value.

name

public String name()

Get the name property: Resource Name.

Overrides:

ProcessThreadInfoInner.name()

Returns:

the name value.

priorityLevel

public String priorityLevel()

Get the priorityLevel property: Thread priority level.

Returns:

the priorityLevel value.

process

public String process()

Get the process property: Process URI.

Returns:

the process value.

startAddress

public String startAddress()

Get the startAddress property: Start address.

Returns:

the startAddress value.

startTime

public OffsetDateTime startTime()

Get the startTime property: Start time.

Returns:

the startTime value.

state

public String state()

Get the state property: Thread state.

Returns:

the state value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ProcessThreadInfoInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

totalProcessorTime

public String totalProcessorTime()

Get the totalProcessorTime property: Total processor time.

Returns:

the totalProcessorTime value.

type

public String type()

Get the type property: Resource type.

Overrides:

ProcessThreadInfoInner.type()

Returns:

the type value.

userProcessorTime

public String userProcessorTime()

Get the userProcessorTime property: User processor time.

Returns:

the userProcessorTime value.

validate

public void validate()

Validates the instance.

Overrides:

ProcessThreadInfoInner.validate()

waitReason

public String waitReason()

Get the waitReason property: Wait reason.

Returns:

the waitReason value.

Applies to