public final class Dimension extends Object
| Constructor and Description |
|---|
Dimension() |
| Modifier and Type | Method and Description |
|---|---|
String |
displayName()
Get the displayName property: The displayName property.
|
String |
internalName()
Get the internalName property: The internalName property.
|
String |
name()
Get the name property: The name property.
|
Boolean |
toBeExportedForShoebox()
Get the toBeExportedForShoebox property: The toBeExportedForShoebox property.
|
void |
validate()
Validates the instance.
|
Dimension |
withDisplayName(String displayName)
Set the displayName property: The displayName property.
|
Dimension |
withInternalName(String internalName)
Set the internalName property: The internalName property.
|
Dimension |
withName(String name)
Set the name property: The name property.
|
Dimension |
withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
Set the toBeExportedForShoebox property: The toBeExportedForShoebox property.
|
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 Boolean toBeExportedForShoebox()
public Dimension withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
toBeExportedForShoebox - the toBeExportedForShoebox value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.