Package io.sendon.model
Class GetSendProfiles200ResponseData
- java.lang.Object
-
- io.sendon.model.GetSendProfiles200ResponseData
-
@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 GetSendProfiles200ResponseData extends Object
GetSendProfiles200ResponseData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetSendProfiles200ResponseData.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_NEXT_CURSORstatic StringSERIALIZED_NAME_SEND_PROFILES
-
Constructor Summary
Constructors Constructor Description GetSendProfiles200ResponseData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSendProfiles200ResponseDataaddSendProfilesItem(SendProfileSchema sendProfilesItem)booleanequals(Object o)static GetSendProfiles200ResponseDatafromJson(String jsonString)Create an instance of GetSendProfiles200ResponseData given an JSON stringStringgetNextCursor()다음 커서List<SendProfileSchema>getSendProfiles()Get sendProfilesinthashCode()GetSendProfiles200ResponseDatanextCursor(String nextCursor)GetSendProfiles200ResponseDatasendProfiles(List<SendProfileSchema> sendProfiles)voidsetNextCursor(String nextCursor)voidsetSendProfiles(List<SendProfileSchema> sendProfiles)StringtoJson()Convert an instance of GetSendProfiles200ResponseData 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_SEND_PROFILES
public static final String SERIALIZED_NAME_SEND_PROFILES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEXT_CURSOR
public static final String SERIALIZED_NAME_NEXT_CURSOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
sendProfiles
public GetSendProfiles200ResponseData sendProfiles(List<SendProfileSchema> sendProfiles)
-
addSendProfilesItem
public GetSendProfiles200ResponseData addSendProfilesItem(SendProfileSchema sendProfilesItem)
-
getSendProfiles
@Nonnull public List<SendProfileSchema> getSendProfiles()
Get sendProfiles- Returns:
- sendProfiles
-
setSendProfiles
public void setSendProfiles(List<SendProfileSchema> sendProfiles)
-
nextCursor
public GetSendProfiles200ResponseData nextCursor(String nextCursor)
-
setNextCursor
public void setNextCursor(String nextCursor)
-
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 GetSendProfiles200ResponseData
-
fromJson
public static GetSendProfiles200ResponseData fromJson(String jsonString) throws IOException
Create an instance of GetSendProfiles200ResponseData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetSendProfiles200ResponseData
- Throws:
IOException- if the JSON string is invalid with respect to GetSendProfiles200ResponseData
-
toJson
public String toJson()
Convert an instance of GetSendProfiles200ResponseData to an JSON string- Returns:
- JSON string
-
-