@Generated(value="com.coupang.client.generator.CoupangCustomCodeGenerator", date="2022-01-07T15:32:33.824+09:00") public class CSCustomerInquiryDto extends Object
Constructor and Description |
---|
CSCustomerInquiryDto() |
public CSCustomerInquiryDto buyerEmail(String buyerEmail)
public String getBuyerEmail()
public void setBuyerEmail(String buyerEmail)
public CSCustomerInquiryDto commentDtoList(List<CSInquiryCommentDto> commentDtoList)
public CSCustomerInquiryDto addCommentDtoListItem(CSInquiryCommentDto commentDtoListItem)
public List<CSInquiryCommentDto> getCommentDtoList()
public void setCommentDtoList(List<CSInquiryCommentDto> commentDtoList)
public CSCustomerInquiryDto content(String content)
public String getContent()
public void setContent(String content)
public CSCustomerInquiryDto inquiryAt(String inquiryAt)
public String getInquiryAt()
public void setInquiryAt(String inquiryAt)
public CSCustomerInquiryDto inquiryId(Long inquiryId)
public Long getInquiryId()
public void setInquiryId(Long inquiryId)
public CSCustomerInquiryDto orderIds(List<Long> orderIds)
public CSCustomerInquiryDto addOrderIdsItem(Long orderIdsItem)
public CSCustomerInquiryDto productId(Long productId)
public Long getProductId()
public void setProductId(Long productId)
public CSCustomerInquiryDto sellerItemId(Long sellerItemId)
public Long getSellerItemId()
public void setSellerItemId(Long sellerItemId)
public CSCustomerInquiryDto sellerProductId(Long sellerProductId)
public Long getSellerProductId()
public void setSellerProductId(Long sellerProductId)
public CSCustomerInquiryDto vendorItemId(Long vendorItemId)
public Long getVendorItemId()
public void setVendorItemId(Long vendorItemId)
Copyright © 2022. All rights reserved.