Package io.sendon.model
Class RegisterChannelResponseSchemaData
- java.lang.Object
-
- io.sendon.model.RegisterChannelResponseSchemaData
-
@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 RegisterChannelResponseSchemaData extends Object
RegisterChannelResponseSchemaData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegisterChannelResponseSchemaData.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 RegisterChannelResponseSchemaData()
-
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 RegisterChannelResponseSchemaData id(String id)
-
setId
public void setId(String id)
-
channelId
public RegisterChannelResponseSchemaData channelId(String channelId)
-
setChannelId
public void setChannelId(String channelId)
-
channelName
public RegisterChannelResponseSchemaData channelName(String channelName)
-
setChannelName
public void setChannelName(String channelName)
-
categoryCode
public RegisterChannelResponseSchemaData categoryCode(String categoryCode)
-
setCategoryCode
public void setCategoryCode(String categoryCode)
-
status
public RegisterChannelResponseSchemaData status(String status)
-
setStatus
public void setStatus(String status)
-
profileStatus
public RegisterChannelResponseSchemaData profileStatus(String profileStatus)
-
setProfileStatus
public void setProfileStatus(String profileStatus)
-
updatedBy
public RegisterChannelResponseSchemaData updatedBy(String updatedBy)
-
setUpdatedBy
public void setUpdatedBy(String updatedBy)
-
dormant
public RegisterChannelResponseSchemaData dormant(Boolean dormant)
-
setDormant
public void setDormant(Boolean dormant)
-
block
public RegisterChannelResponseSchemaData block(Boolean block)
-
setBlock
public void setBlock(Boolean block)
-
businessProfile
public RegisterChannelResponseSchemaData businessProfile(Boolean businessProfile)
-
getBusinessProfile
@Nullable public Boolean getBusinessProfile()
비즈니스 프로필 여부- Returns:
- businessProfile
-
setBusinessProfile
public void setBusinessProfile(Boolean businessProfile)
-
businessType
public RegisterChannelResponseSchemaData businessType(String businessType)
-
setBusinessType
public void setBusinessType(String businessType)
-
regBy
public RegisterChannelResponseSchemaData regBy(String regBy)
-
setRegBy
public void setRegBy(String regBy)
-
regDate
public RegisterChannelResponseSchemaData regDate(OffsetDateTime regDate)
-
getRegDate
@Nullable public OffsetDateTime getRegDate()
등록 일자- Returns:
- regDate
-
setRegDate
public void setRegDate(OffsetDateTime regDate)
-
createdAt
public RegisterChannelResponseSchemaData createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
생성 일자- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
updatedAt
public RegisterChannelResponseSchemaData 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 RegisterChannelResponseSchemaData
-
fromJson
public static RegisterChannelResponseSchemaData fromJson(String jsonString) throws IOException
Create an instance of RegisterChannelResponseSchemaData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RegisterChannelResponseSchemaData
- Throws:
IOException- if the JSON string is invalid with respect to RegisterChannelResponseSchemaData
-
toJson
public String toJson()
Convert an instance of RegisterChannelResponseSchemaData to an JSON string- Returns:
- JSON string
-
-