public final class Container extends Object
| Constructor and Description |
|---|
Container() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
metadata()
Get the metadata value.
|
String |
name()
Get the name value.
|
ContainerProperties |
properties()
Get the properties value.
|
Container |
withMetadata(Map<String,String> metadata)
Set the metadata value.
|
Container |
withName(String name)
Set the name value.
|
Container |
withProperties(ContainerProperties properties)
Set the properties value.
|
public String name()
public Container withName(String name)
name - the name value to set.public ContainerProperties properties()
public Container withProperties(ContainerProperties properties)
properties - the properties value to set.Copyright © 2018. All rights reserved.