@Public
@Unstable
public abstract class UpdatedContainer
extends java.lang.Object
| Constructor | Description |
|---|---|
UpdatedContainer() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.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. |
@Public @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 - Containerpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.