@Public
@Unstable
public abstract class GetLocalizationStatusesRequest
extends java.lang.Object
LocalizationStatuses of containers.| Constructor | Description |
|---|---|
GetLocalizationStatusesRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ContainerId> |
getContainerIds() |
Get the list of container IDs of the containers for which the localization
statuses are needed.
|
static GetLocalizationStatusesRequest |
newInstance(java.util.List<ContainerId> containerIds) |
|
abstract void |
setContainerIds(java.util.List<ContainerId> containerIds) |
Sets the list of container IDs of containers for which the localization
statuses are needed.
|
@Public @Unstable public static GetLocalizationStatusesRequest newInstance(java.util.List<ContainerId> containerIds)
@Public @Unstable public abstract java.util.List<ContainerId> getContainerIds()
@Public @Unstable public abstract void setContainerIds(java.util.List<ContainerId> containerIds)
containerIds - the list of container IDs.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.