Class SyncMigrationDatabaseErrorEvent

java.lang.Object
com.azure.resourcemanager.datamigration.models.SyncMigrationDatabaseErrorEvent

public final class SyncMigrationDatabaseErrorEvent extends Object
Database migration errors for online migration.
  • Constructor Details

    • SyncMigrationDatabaseErrorEvent

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

    • timestampString

      public String timestampString()
      Get the timestampString property: String value of timestamp.
      Returns:
      the timestampString value.
    • eventTypeString

      public String eventTypeString()
      Get the eventTypeString property: Event type.
      Returns:
      the eventTypeString value.
    • eventText

      public String eventText()
      Get the eventText property: Event text.
      Returns:
      the eventText value.
    • validate

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