Package io.sendon.model
Class ListUserNumberData
- java.lang.Object
-
- io.sendon.model.ListUserNumberData
-
@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 ListUserNumberData extends Object
ListUserNumberData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListUserNumberData.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CURSORstatic StringSERIALIZED_NAME_LISTstatic StringSERIALIZED_NAME_TODO
-
Constructor Summary
Constructors Constructor Description ListUserNumberData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListUserNumberData_list(List<NumberSimple> _list)ListUserNumberDataaddListItem(NumberSimple _listItem)ListUserNumberDatacursor(BigDecimal cursor)booleanequals(Object o)static ListUserNumberDatafromJson(String jsonString)Create an instance of ListUserNumberData given an JSON stringBigDecimalgetCursor()데이터 오프셋List<NumberSimple>getList()발신번호 목록BigDecimalgetTodo()인증 대기수inthashCode()voidsetCursor(BigDecimal cursor)voidsetList(List<NumberSimple> _list)voidsetTodo(BigDecimal todo)ListUserNumberDatatodo(BigDecimal todo)StringtoJson()Convert an instance of ListUserNumberData 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_LIST
public static final String SERIALIZED_NAME_LIST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TODO
public static final String SERIALIZED_NAME_TODO
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CURSOR
public static final String SERIALIZED_NAME_CURSOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
_list
public ListUserNumberData _list(List<NumberSimple> _list)
-
addListItem
public ListUserNumberData addListItem(NumberSimple _listItem)
-
getList
@Nonnull public List<NumberSimple> getList()
발신번호 목록- Returns:
- _list
-
setList
public void setList(List<NumberSimple> _list)
-
todo
public ListUserNumberData todo(BigDecimal todo)
-
getTodo
@Nullable public BigDecimal getTodo()
인증 대기수- Returns:
- todo
-
setTodo
public void setTodo(BigDecimal todo)
-
cursor
public ListUserNumberData cursor(BigDecimal cursor)
-
getCursor
@Nullable public BigDecimal getCursor()
데이터 오프셋- Returns:
- cursor
-
setCursor
public void setCursor(BigDecimal 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 ListUserNumberData
-
fromJson
public static ListUserNumberData fromJson(String jsonString) throws IOException
Create an instance of ListUserNumberData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListUserNumberData
- Throws:
IOException- if the JSON string is invalid with respect to ListUserNumberData
-
toJson
public String toJson()
Convert an instance of ListUserNumberData to an JSON string- Returns:
- JSON string
-
-