Class ProblemClassificationInner

java.lang.Object
com.azure.resourcemanager.support.fluent.models.ProblemClassificationInner

public final class ProblemClassificationInner extends Object
ProblemClassification resource object.
  • Constructor Details

    • ProblemClassificationInner

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

    • id

      public String id()
      Get the id property: Id of the resource.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: Name of the resource.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: Type of the resource 'Microsoft.Support/problemClassification'.
      Returns:
      the type value.
    • displayName

      public String displayName()
      Get the displayName property: Localized name of problem classification.
      Returns:
      the displayName value.
    • withDisplayName

      public ProblemClassificationInner withDisplayName(String displayName)
      Set the displayName property: Localized name of problem classification.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the ProblemClassificationInner object itself.
    • validate

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