Package io.sendon.model
Class UserParameters
- java.lang.Object
-
- io.sendon.model.UserParameters
-
@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 UserParameters extends Object
UserParameters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserParameters.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_REPLACES
-
Constructor Summary
Constructors Constructor Description UserParameters()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UserParametersaddReplacesItem(Replace replacesItem)booleanequals(Object o)static UserParametersfromJson(String jsonString)Create an instance of UserParameters given an JSON stringList<Replace>getReplaces()문자열 치환inthashCode()UserParametersreplaces(List<Replace> replaces)voidsetReplaces(List<Replace> replaces)StringtoJson()Convert an instance of UserParameters to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Method Detail
-
replaces
public UserParameters replaces(List<Replace> replaces)
-
addReplacesItem
public UserParameters addReplacesItem(Replace replacesItem)
-
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 UserParameters
-
fromJson
public static UserParameters fromJson(String jsonString) throws IOException
Create an instance of UserParameters given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UserParameters
- Throws:
IOException- if the JSON string is invalid with respect to UserParameters
-
toJson
public String toJson()
Convert an instance of UserParameters to an JSON string- Returns:
- JSON string
-
-