public final class Container
extends java.lang.Object
Constructor and Description |
---|
Container() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
metadata()
Get the metadata value.
|
java.lang.String |
name()
Get the name value.
|
ContainerProperties |
properties()
Get the properties value.
|
Container |
withMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
Set the metadata value.
|
Container |
withName(java.lang.String name)
Set the name value.
|
Container |
withProperties(ContainerProperties properties)
Set the properties value.
|
public java.lang.String name()
public Container withName(java.lang.String name)
name
- the name value to set.public ContainerProperties properties()
public Container withProperties(ContainerProperties properties)
properties
- the properties value to set.public java.util.Map<java.lang.String,java.lang.String> metadata()
public Container withMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
metadata
- the metadata value to set.