Class NameWithLengthSuffix
- java.lang.Object
-
- org.apache.camel.quarkus.component.bindy.it.model.NameWithLengthSuffix
-
public class NameWithLengthSuffix extends Object
-
-
Constructor Summary
Constructors Constructor Description NameWithLengthSuffix()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength()StringgetName()static NameWithLengthSuffixofString(String name)voidsetLength(int length)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
ofString
public static NameWithLengthSuffix ofString(String name)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getLength
public int getLength()
-
setLength
public void setLength(int length)
-
-