Class AcsRouterQueueDetails

java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRouterQueueDetails
All Implemented Interfaces:
com.azure.json.JsonSerializable<AcsRouterQueueDetails>

public final class AcsRouterQueueDetails extends Object implements com.azure.json.JsonSerializable<AcsRouterQueueDetails>
Router Queue Details.
  • Method Details

    • getId

      public String getId()
      Get the id property: Router Queue Id.
      Returns:
      the id value.
    • getName

      public String getName()
      Get the name property: Router Queue Name.
      Returns:
      the name value.
    • getLabels

      public Map<String,String> getLabels()
      Get the labels property: Router Queue Labels.
      Returns:
      the labels value.
    • toJson

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

      public static AcsRouterQueueDetails fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AcsRouterQueueDetails from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AcsRouterQueueDetails if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IllegalStateException - If the deserialized JSON object was missing any required properties.
      IOException - If an error occurs while reading the AcsRouterQueueDetails.