public final class ContainerItem extends Object
| Constructor and Description |
|---|
ContainerItem() |
| 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.
|
ContainerItem |
withMetadata(Map<String,String> metadata)
Set the metadata value.
|
ContainerItem |
withName(String name)
Set the name value.
|
ContainerItem |
withProperties(ContainerProperties properties)
Set the properties value.
|
public String name()
public ContainerItem withName(String name)
name - the name value to set.public ContainerProperties properties()
public ContainerItem withProperties(ContainerProperties properties)
properties - the properties value to set.public ContainerItem withMetadata(Map<String,String> metadata)
metadata - the metadata value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.