Package io.sendon.model
Class SendProfileSchema
- java.lang.Object
-
- io.sendon.model.SendProfileSchema
-
@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 SendProfileSchema extends Object
카카오톡 채널 프로필 정보
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSendProfileSchema.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_BLOCKstatic StringSERIALIZED_NAME_BUSINESS_PROFILEstatic StringSERIALIZED_NAME_BUSINESS_TYPEstatic StringSERIALIZED_NAME_CATEGORY_CODEstatic StringSERIALIZED_NAME_CHANNEL_IDstatic StringSERIALIZED_NAME_CHANNEL_NAMEstatic StringSERIALIZED_NAME_CREATED_ATstatic StringSERIALIZED_NAME_DORMANTstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_PROFILE_STATUSstatic StringSERIALIZED_NAME_REG_BYstatic StringSERIALIZED_NAME_REG_DATEstatic StringSERIALIZED_NAME_STATUSstatic StringSERIALIZED_NAME_UPDATED_ATstatic StringSERIALIZED_NAME_UPDATED_BY
-
Constructor Summary
Constructors Constructor Description SendProfileSchema()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHANNEL_ID
public static final String SERIALIZED_NAME_CHANNEL_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHANNEL_NAME
public static final String SERIALIZED_NAME_CHANNEL_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CATEGORY_CODE
public static final String SERIALIZED_NAME_CATEGORY_CODE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROFILE_STATUS
public static final String SERIALIZED_NAME_PROFILE_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATED_BY
public static final String SERIALIZED_NAME_UPDATED_BY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DORMANT
public static final String SERIALIZED_NAME_DORMANT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BLOCK
public static final String SERIALIZED_NAME_BLOCK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BUSINESS_PROFILE
public static final String SERIALIZED_NAME_BUSINESS_PROFILE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BUSINESS_TYPE
public static final String SERIALIZED_NAME_BUSINESS_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REG_BY
public static final String SERIALIZED_NAME_REG_BY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REG_DATE
public static final String SERIALIZED_NAME_REG_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CREATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public SendProfileSchema id(String id)
-
setId
public void setId(String id)
-
channelId
public SendProfileSchema channelId(String channelId)
-
setChannelId
public void setChannelId(String channelId)
-
channelName
public SendProfileSchema channelName(String channelName)
-
setChannelName
public void setChannelName(String channelName)
-
categoryCode
public SendProfileSchema categoryCode(String categoryCode)
-
setCategoryCode
public void setCategoryCode(String categoryCode)
-
status
public SendProfileSchema status(String status)
-
setStatus
public void setStatus(String status)
-
profileStatus
public SendProfileSchema profileStatus(String profileStatus)
-
setProfileStatus
public void setProfileStatus(String profileStatus)
-
updatedBy
public SendProfileSchema updatedBy(String updatedBy)
-
setUpdatedBy
public void setUpdatedBy(String updatedBy)
-
dormant
public SendProfileSchema dormant(Boolean dormant)
-
setDormant
public void setDormant(Boolean dormant)
-
block
public SendProfileSchema block(Boolean block)
-
setBlock
public void setBlock(Boolean block)
-
businessProfile
public SendProfileSchema businessProfile(Boolean businessProfile)
-
getBusinessProfile
@Nonnull public Boolean getBusinessProfile()
비즈니스 프로필 여부- Returns:
- businessProfile
-
setBusinessProfile
public void setBusinessProfile(Boolean businessProfile)
-
businessType
public SendProfileSchema businessType(String businessType)
-
setBusinessType
public void setBusinessType(String businessType)
-
regBy
public SendProfileSchema regBy(String regBy)
-
setRegBy
public void setRegBy(String regBy)
-
regDate
public SendProfileSchema regDate(OffsetDateTime regDate)
-
getRegDate
@Nonnull public OffsetDateTime getRegDate()
등록 일자- Returns:
- regDate
-
setRegDate
public void setRegDate(OffsetDateTime regDate)
-
createdAt
public SendProfileSchema createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nonnull public OffsetDateTime getCreatedAt()
생성 일자- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
updatedAt
public SendProfileSchema updatedAt(OffsetDateTime updatedAt)
-
getUpdatedAt
@Nullable public OffsetDateTime getUpdatedAt()
업데이트 일자- Returns:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(OffsetDateTime updatedAt)
-
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 SendProfileSchema
-
fromJson
public static SendProfileSchema fromJson(String jsonString) throws IOException
Create an instance of SendProfileSchema given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SendProfileSchema
- Throws:
IOException- if the JSON string is invalid with respect to SendProfileSchema
-
toJson
public String toJson()
Convert an instance of SendProfileSchema to an JSON string- Returns:
- JSON string
-
-