public final class Dimension extends Object
| Constructor and Description |
|---|
Dimension() |
| Modifier and Type | Method and Description |
|---|---|
String |
displayName()
Get the displayName property: Display name of dimension.
|
String |
name()
Get the name property: Display name of dimension.
|
void |
validate()
Validates the instance.
|
Dimension |
withDisplayName(String displayName)
Set the displayName property: Display name of dimension.
|
Dimension |
withName(String name)
Set the name property: Display name of dimension.
|
public String name()
public Dimension withName(String name)
name - the name value to set.public String displayName()
public Dimension withDisplayName(String displayName)
displayName - the displayName value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.