Package lv.id.jc.piglatin.model
Class TranslationResponse
java.lang.Object
lv.id.jc.piglatin.model.TranslationResponse
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-03-17T12:36:21.716430+02:00[Europe/Riga]")
public class TranslationResponse
extends Object
The response body contains the translated sentence in Pig Latin. All punctuation are preserved.
-
Constructor Summary
ConstructorDescriptionTranslationResponse
(String sentence) Constructor with only required parameters -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull String
The sentence is translated into Pig Latin.int
hashCode()
void
setSentence
(String sentence) toString()
-
Constructor Details
-
TranslationResponse
public TranslationResponse() -
TranslationResponse
Constructor with only required parameters
-
-
Method Details