public final class Dimension extends Object
| Constructor and Description |
|---|
Dimension() |
| Modifier and Type | Method and Description |
|---|---|
String |
displayName()
Get the displayName property: The display name of the dimension.
|
String |
internalName()
Get the internalName property: The internal name of the dimension.
|
String |
name()
Get the name property: The name of the dimension.
|
void |
validate()
Validates the instance.
|
Dimension |
withDisplayName(String displayName)
Set the displayName property: The display name of the dimension.
|
Dimension |
withInternalName(String internalName)
Set the internalName property: The internal name of the dimension.
|
Dimension |
withName(String name)
Set the name property: The name of the 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 String internalName()
public Dimension withInternalName(String internalName)
internalName - the internalName value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.