Class ProcessThreadInfoProperties

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.ProcessThreadInfoProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<ProcessThreadInfoProperties>

public final class ProcessThreadInfoProperties extends Object implements com.azure.json.JsonSerializable<ProcessThreadInfoProperties>
ProcessThreadInfo resource specific properties.
  • Method Details

    • identifier

      public Integer identifier()
      Get the identifier property: Site extension ID.
      Returns:
      the identifier value.
    • href

      public String href()
      Get the href property: HRef URI.
      Returns:
      the href 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.
    • currentPriority

      public Integer currentPriority()
      Get the currentPriority property: Current thread priority.
      Returns:
      the currentPriority value.
    • priorityLevel

      public String priorityLevel()
      Get the priorityLevel property: Thread priority level.
      Returns:
      the priorityLevel value.
    • basePriority

      public Integer basePriority()
      Get the basePriority property: Base priority.
      Returns:
      the basePriority value.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: Start time.
      Returns:
      the startTime value.
    • totalProcessorTime

      public String totalProcessorTime()
      Get the totalProcessorTime property: Total processor time.
      Returns:
      the totalProcessorTime value.
    • userProcessorTime

      public String userProcessorTime()
      Get the userProcessorTime property: User processor time.
      Returns:
      the userProcessorTime value.
    • state

      public String state()
      Get the state property: Thread state.
      Returns:
      the state value.
    • waitReason

      public String waitReason()
      Get the waitReason property: Wait reason.
      Returns:
      the waitReason value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<ProcessThreadInfoProperties>
      Throws:
      IOException
    • fromJson

      public static ProcessThreadInfoProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of ProcessThreadInfoProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of ProcessThreadInfoProperties 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 ProcessThreadInfoProperties.