Class ArtifactProperties

java.lang.Object
com.azure.resourcemanager.devtestlabs.fluent.models.ArtifactProperties

public final class ArtifactProperties extends Object
Properties of an artifact.
  • Constructor Details

    • ArtifactProperties

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

    • title

      public String title()
      Get the title property: The artifact's title.
      Returns:
      the title value.
    • description

      public String description()
      Get the description property: The artifact's description.
      Returns:
      the description value.
    • publisher

      public String publisher()
      Get the publisher property: The artifact's publisher.
      Returns:
      the publisher value.
    • filePath

      public String filePath()
      Get the filePath property: The file path to the artifact.
      Returns:
      the filePath value.
    • icon

      public String icon()
      Get the icon property: The URI to the artifact icon.
      Returns:
      the icon value.
    • targetOsType

      public String targetOsType()
      Get the targetOsType property: The artifact's target OS.
      Returns:
      the targetOsType value.
    • parameters

      public Object parameters()
      Get the parameters property: The artifact's parameters.
      Returns:
      the parameters value.
    • createdDate

      public OffsetDateTime createdDate()
      Get the createdDate property: The artifact's creation date.
      Returns:
      the createdDate value.
    • validate

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