@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class ApprovalRequestResponseApprovalRequestComments extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COMMENT |
static String |
SERIALIZED_NAME_POSTED_AT |
static String |
SERIALIZED_NAME_USER_ID |
| Constructor and Description |
|---|
ApprovalRequestResponseApprovalRequestComments() |
| Modifier and Type | Method and Description |
|---|---|
ApprovalRequestResponseApprovalRequestComments |
comment(String comment) |
boolean |
equals(Object o) |
String |
getComment()
コメント内容
|
String |
getPostedAt()
コメント日時(ISO8601形式)
|
Integer |
getUserId()
ユーザーID
minimum: 1
maximum: 2147483647
|
int |
hashCode() |
ApprovalRequestResponseApprovalRequestComments |
postedAt(String postedAt) |
void |
setComment(String comment) |
void |
setPostedAt(String postedAt) |
void |
setUserId(Integer userId) |
String |
toString() |
ApprovalRequestResponseApprovalRequestComments |
userId(Integer userId) |
public static final String SERIALIZED_NAME_COMMENT
public static final String SERIALIZED_NAME_POSTED_AT
public static final String SERIALIZED_NAME_USER_ID
public ApprovalRequestResponseApprovalRequestComments()
public ApprovalRequestResponseApprovalRequestComments comment(String comment)
public void setComment(String comment)
public ApprovalRequestResponseApprovalRequestComments postedAt(String postedAt)
public void setPostedAt(String postedAt)
public ApprovalRequestResponseApprovalRequestComments userId(Integer userId)
public void setUserId(Integer userId)
Copyright © 2022. All rights reserved.