public class NameWithLengthSuffix extends Object
| Constructor and Description |
|---|
NameWithLengthSuffix() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getName() |
static NameWithLengthSuffix |
ofString(String name) |
void |
setLength(int length) |
void |
setName(String name) |
String |
toString() |
Copyright © 2019–2020 The Apache Software Foundation. All rights reserved.