public class Dimension extends Object
Constructor and Description |
---|
Dimension() |
Modifier and Type | Method and Description |
---|---|
String |
displayName()
Get the displayName value.
|
String |
internalName()
Get the internalName value.
|
String |
name()
Get the name value.
|
Boolean |
toBeExportedForShoebox()
Get the toBeExportedForShoebox value.
|
Dimension |
withDisplayName(String displayName)
Set the displayName value.
|
Dimension |
withInternalName(String internalName)
Set the internalName value.
|
Dimension |
withName(String name)
Set the name value.
|
Dimension |
withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
Set the toBeExportedForShoebox value.
|
public String name()
public Dimension withName(String name)
name
- the name value to setpublic String displayName()
public Dimension withDisplayName(String displayName)
displayName
- the displayName value to setpublic String internalName()
public Dimension withInternalName(String internalName)
internalName
- the internalName value to setpublic Boolean toBeExportedForShoebox()
Copyright © 2019. All rights reserved.