Package io.sendon.model
Class GetSendProfiles200Response
- java.lang.Object
-
- io.sendon.model.GetSendProfiles200Response
-
@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 GetSendProfiles200Response extends Object
GetSendProfiles200Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetSendProfiles200Response.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CODEstatic StringSERIALIZED_NAME_DATAstatic StringSERIALIZED_NAME_MESSAGE
-
Constructor Summary
Constructors Constructor Description GetSendProfiles200Response()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSendProfiles200Responsecode(BigDecimal code)GetSendProfiles200Responsedata(GetSendProfiles200ResponseData data)booleanequals(Object o)static GetSendProfiles200ResponsefromJson(String jsonString)Create an instance of GetSendProfiles200Response given an JSON stringBigDecimalgetCode()응답 코드GetSendProfiles200ResponseDatagetData()Get dataStringgetMessage()응답 메시지inthashCode()GetSendProfiles200Responsemessage(String message)voidsetCode(BigDecimal code)voidsetData(GetSendProfiles200ResponseData data)voidsetMessage(String message)StringtoJson()Convert an instance of GetSendProfiles200Response 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_CODE
public static final String SERIALIZED_NAME_CODE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DATA
public static final String SERIALIZED_NAME_DATA
- See Also:
- Constant Field Values
-
-
Method Detail
-
code
public GetSendProfiles200Response code(BigDecimal code)
-
getCode
@Nullable public BigDecimal getCode()
응답 코드- Returns:
- code
-
setCode
public void setCode(BigDecimal code)
-
message
public GetSendProfiles200Response message(String message)
-
setMessage
public void setMessage(String message)
-
data
public GetSendProfiles200Response data(GetSendProfiles200ResponseData data)
-
getData
@Nonnull public GetSendProfiles200ResponseData getData()
Get data- Returns:
- data
-
setData
public void setData(GetSendProfiles200ResponseData data)
-
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 GetSendProfiles200Response
-
fromJson
public static GetSendProfiles200Response fromJson(String jsonString) throws IOException
Create an instance of GetSendProfiles200Response given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetSendProfiles200Response
- Throws:
IOException- if the JSON string is invalid with respect to GetSendProfiles200Response
-
toJson
public String toJson()
Convert an instance of GetSendProfiles200Response to an JSON string- Returns:
- JSON string
-
-