Class SessionIds

java.lang.Object
com.azure.resourcemanager.network.models.SessionIds

public final class SessionIds extends Object
List of session IDs.
  • Constructor Details

    • SessionIds

      public SessionIds()
      Creates an instance of SessionIds class.
  • Method Details

    • sessionIds

      public List<String> sessionIds()
      Get the sessionIds property: List of session IDs.
      Returns:
      the sessionIds value.
    • withSessionIds

      public SessionIds withSessionIds(List<String> sessionIds)
      Set the sessionIds property: List of session IDs.
      Parameters:
      sessionIds - the sessionIds value to set.
      Returns:
      the SessionIds object itself.
    • validate

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