Package io.sendon.model
Class Replace
- java.lang.Object
-
- io.sendon.model.Replace
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-25T16:56:04.124507+09:00[Asia/Seoul]", comments="Generator version: 7.7.0") public class Replace extends Object
Replace
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReplace.CustomTypeAdapterFactorystatic classReplace.DstEnum문자열 치환 값
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_DSTstatic StringSERIALIZED_NAME_SRC
-
Constructor Summary
Constructors Constructor Description Replace()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Replacedst(Replace.DstEnum dst)booleanequals(Object o)static ReplacefromJson(String jsonString)Create an instance of Replace given an JSON stringReplace.DstEnumgetDst()문자열 치환 값StringgetSrc()문자열 치환 변수inthashCode()voidsetDst(Replace.DstEnum dst)voidsetSrc(String src)Replacesrc(String src)StringtoJson()Convert an instance of Replace to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_SRC
public static final String SERIALIZED_NAME_SRC
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DST
public static final String SERIALIZED_NAME_DST
- See Also:
- Constant Field Values
-
-
Method Detail
-
setSrc
public void setSrc(String src)
-
dst
public Replace dst(Replace.DstEnum dst)
-
getDst
@Nonnull public Replace.DstEnum getDst()
문자열 치환 값- Returns:
- dst
-
setDst
public void setDst(Replace.DstEnum dst)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to Replace
-
fromJson
public static Replace fromJson(String jsonString) throws IOException
Create an instance of Replace given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Replace
- Throws:
IOException- if the JSON string is invalid with respect to Replace
-
toJson
public String toJson()
Convert an instance of Replace to an JSON string- Returns:
- JSON string
-
-