@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class UpdatedContainer extends Object
| Constructor and Description | 
|---|
| UpdatedContainer() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| abstract Container | getContainer()Get the  Container. | 
| abstract ContainerUpdateType | getUpdateType()Get the  ContainerUpdateType. | 
| int | hashCode() | 
| static UpdatedContainer | newInstance(ContainerUpdateType updateType,
           Container container)Static Factory method. | 
| abstract void | setContainer(Container container)Set the  Container. | 
| abstract void | setUpdateType(ContainerUpdateType updateType)Set the  ContainerUpdateType. | 
@InterfaceAudience.Public @InterfaceStability.Unstable public static UpdatedContainer newInstance(ContainerUpdateType updateType, Container container)
updateType - ContainerUpdateTypecontainer - Containerpublic abstract ContainerUpdateType getUpdateType()
ContainerUpdateType.public abstract void setUpdateType(ContainerUpdateType updateType)
ContainerUpdateType.updateType - ContainerUpdateTypepublic abstract Container getContainer()
Container.public abstract void setContainer(Container container)
Container.container - ContainerCopyright © 2025 Apache Software Foundation. All rights reserved.