Class ClosingCharacterModel
- java.lang.Object
-
- io.github.handsomecoder.utils.json.ClosingCharacterModel
-
public class ClosingCharacterModel extends Object
The type Closing character model.- Author:
- Harsh Shah
-
-
Constructor Summary
Constructors Constructor Description ClosingCharacterModel(Character character, Integer index)Instantiates a new Closing character model.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CharactergetCharacter()Gets character.IntegergetIndex()Gets index.inthashCode()voidsetCharacter(Character character)Sets character.voidsetIndex(Integer index)Sets index.StringtoString()
-
-
-
Method Detail
-
getCharacter
public Character getCharacter()
Gets character.- Returns:
- the character
-
setCharacter
public void setCharacter(Character character)
Sets character.- Parameters:
character- the character
-
getIndex
public Integer getIndex()
Gets index.- Returns:
- the index
-
setIndex
public void setIndex(Integer index)
Sets index.- Parameters:
index- the index
-
-