Package io.sendon.model
Class TemplateResponseSchemaTemplateCommentsInner
- java.lang.Object
-
- io.sendon.model.TemplateResponseSchemaTemplateCommentsInner
-
@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 TemplateResponseSchemaTemplateCommentsInner extends Object
TemplateResponseSchemaTemplateCommentsInner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTemplateResponseSchemaTemplateCommentsInner.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_COMMENT_CONTENTstatic StringSERIALIZED_NAME_COMMENT_CREATE_ATstatic StringSERIALIZED_NAME_COMMENT_SEQNOstatic StringSERIALIZED_NAME_COMMENT_STATUSstatic StringSERIALIZED_NAME_COMMENT_USER_NAMEstatic StringSERIALIZED_NAME_REG_BYstatic StringSERIALIZED_NAME_REG_DATEstatic StringSERIALIZED_NAME_UPDATE_BYstatic StringSERIALIZED_NAME_UPDATE_DATE
-
Constructor Summary
Constructors Constructor Description TemplateResponseSchemaTemplateCommentsInner()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_COMMENT_CONTENT
public static final String SERIALIZED_NAME_COMMENT_CONTENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMENT_CREATE_AT
public static final String SERIALIZED_NAME_COMMENT_CREATE_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMENT_SEQNO
public static final String SERIALIZED_NAME_COMMENT_SEQNO
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMENT_STATUS
public static final String SERIALIZED_NAME_COMMENT_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMENT_USER_NAME
public static final String SERIALIZED_NAME_COMMENT_USER_NAME
- 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_UPDATE_BY
public static final String SERIALIZED_NAME_UPDATE_BY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATE_DATE
public static final String SERIALIZED_NAME_UPDATE_DATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
commentContent
public TemplateResponseSchemaTemplateCommentsInner commentContent(String commentContent)
-
setCommentContent
public void setCommentContent(String commentContent)
-
commentCreateAt
public TemplateResponseSchemaTemplateCommentsInner commentCreateAt(String commentCreateAt)
-
setCommentCreateAt
public void setCommentCreateAt(String commentCreateAt)
-
commentSeqno
public TemplateResponseSchemaTemplateCommentsInner commentSeqno(BigDecimal commentSeqno)
-
getCommentSeqno
@Nonnull public BigDecimal getCommentSeqno()
댓글 시퀀스 번호- Returns:
- commentSeqno
-
setCommentSeqno
public void setCommentSeqno(BigDecimal commentSeqno)
-
commentStatus
public TemplateResponseSchemaTemplateCommentsInner commentStatus(String commentStatus)
-
setCommentStatus
public void setCommentStatus(String commentStatus)
-
commentUserName
public TemplateResponseSchemaTemplateCommentsInner commentUserName(String commentUserName)
-
setCommentUserName
public void setCommentUserName(String commentUserName)
-
regBy
public TemplateResponseSchemaTemplateCommentsInner regBy(String regBy)
-
setRegBy
public void setRegBy(String regBy)
-
regDate
public TemplateResponseSchemaTemplateCommentsInner regDate(OffsetDateTime regDate)
-
getRegDate
@Nullable public OffsetDateTime getRegDate()
등록 일자- Returns:
- regDate
-
setRegDate
public void setRegDate(OffsetDateTime regDate)
-
updateBy
public TemplateResponseSchemaTemplateCommentsInner updateBy(String updateBy)
-
setUpdateBy
public void setUpdateBy(String updateBy)
-
updateDate
public TemplateResponseSchemaTemplateCommentsInner updateDate(OffsetDateTime updateDate)
-
getUpdateDate
@Nullable public OffsetDateTime getUpdateDate()
수정 일자- Returns:
- updateDate
-
setUpdateDate
public void setUpdateDate(OffsetDateTime updateDate)
-
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 TemplateResponseSchemaTemplateCommentsInner
-
fromJson
public static TemplateResponseSchemaTemplateCommentsInner fromJson(String jsonString) throws IOException
Create an instance of TemplateResponseSchemaTemplateCommentsInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TemplateResponseSchemaTemplateCommentsInner
- Throws:
IOException- if the JSON string is invalid with respect to TemplateResponseSchemaTemplateCommentsInner
-
toJson
public String toJson()
Convert an instance of TemplateResponseSchemaTemplateCommentsInner to an JSON string- Returns:
- JSON string
-
-