java.lang.Object
com.azure.resourcemanager.azurestack.fluent.models.ProductLogInner

public final class ProductLogInner extends Object
Product action log.
  • Constructor Details

    • ProductLogInner

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

    • id

      public String id()
      Get the id property: Log ID.
      Returns:
      the id value.
    • productId

      public String productId()
      Get the productId property: Logged product ID.
      Returns:
      the productId value.
    • subscriptionId

      public String subscriptionId()
      Get the subscriptionId property: Logged subscription ID.
      Returns:
      the subscriptionId value.
    • registrationName

      public String registrationName()
      Get the registrationName property: Logged registration name.
      Returns:
      the registrationName value.
    • resourceGroupName

      public String resourceGroupName()
      Get the resourceGroupName property: Logged resource group name.
      Returns:
      the resourceGroupName value.
    • operation

      public String operation()
      Get the operation property: Logged operation.
      Returns:
      the operation value.
    • startDate

      public String startDate()
      Get the startDate property: Operation start datetime.
      Returns:
      the startDate value.
    • endDate

      public String endDate()
      Get the endDate property: Operation end datetime.
      Returns:
      the endDate value.
    • status

      public String status()
      Get the status property: Operation status.
      Returns:
      the status value.
    • error

      public String error()
      Get the error property: Operation error data.
      Returns:
      the error value.
    • details

      public String details()
      Get the details property: Operation error details.
      Returns:
      the details value.
    • validate

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