java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.Installation

public final class Installation extends Object
The installation state of the packet core.
  • Constructor Details

    • Installation

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

    • state

      public InstallationState state()
      Get the state property: Installation state.
      Returns:
      the state value.
    • withState

      public Installation withState(InstallationState state)
      Set the state property: Installation state.
      Parameters:
      state - the state value to set.
      Returns:
      the Installation object itself.
    • operation

      public AsyncOperationId operation()
      Get the operation property: A reference to an in-progress installation operation.
      Returns:
      the operation value.
    • withOperation

      public Installation withOperation(AsyncOperationId operation)
      Set the operation property: A reference to an in-progress installation operation.
      Parameters:
      operation - the operation value to set.
      Returns:
      the Installation object itself.
    • validate

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