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