Package io.sendon.model
Class SearchRepeatsResponseDto
- java.lang.Object
-
- io.sendon.model.SearchRepeatsResponseDto
-
@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 SearchRepeatsResponseDto extends Object
SearchRepeatsResponseDto
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchRepeatsResponseDto.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CURSORstatic StringSERIALIZED_NAME_ITEMS
-
Constructor Summary
Constructors Constructor Description SearchRepeatsResponseDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchRepeatsResponseDtoaddItemsItem(Repeat itemsItem)SearchRepeatsResponseDtocursor(String cursor)booleanequals(Object o)static SearchRepeatsResponseDtofromJson(String jsonString)Create an instance of SearchRepeatsResponseDto given an JSON stringStringgetCursor()응답받을 데이터 오프셋List<Repeat>getItems()발송 메시지 리스트inthashCode()SearchRepeatsResponseDtoitems(List<Repeat> items)voidsetCursor(String cursor)voidsetItems(List<Repeat> items)StringtoJson()Convert an instance of SearchRepeatsResponseDto 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_ITEMS
public static final String SERIALIZED_NAME_ITEMS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CURSOR
public static final String SERIALIZED_NAME_CURSOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
items
public SearchRepeatsResponseDto items(List<Repeat> items)
-
addItemsItem
public SearchRepeatsResponseDto addItemsItem(Repeat itemsItem)
-
cursor
public SearchRepeatsResponseDto cursor(String cursor)
-
setCursor
public void setCursor(String cursor)
-
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 SearchRepeatsResponseDto
-
fromJson
public static SearchRepeatsResponseDto fromJson(String jsonString) throws IOException
Create an instance of SearchRepeatsResponseDto given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SearchRepeatsResponseDto
- Throws:
IOException- if the JSON string is invalid with respect to SearchRepeatsResponseDto
-
toJson
public String toJson()
Convert an instance of SearchRepeatsResponseDto to an JSON string- Returns:
- JSON string
-
-