• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
chominsoo4245 / mjon_git star
Forked from hylee / mjon_git
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjon_gitsrcmainjavaitnletmailserviceStatusResponse.java
Download as .zip file
File name
Commit message
Commit date
DATABASE
mjon_git
2023-06-12
src/main
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
.codetogether.ignore
mjon_git
2023-06-12
.gitignore
gitignore 적용
2023-06-12
pom.xml
플러그인 추가 원복
2024-02-16
File name
Commit message
Commit date
java
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
resources
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
webapp
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
File name
Commit message
Commit date
egovframework
mjon_git
2023-06-12
itn
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
File name
Commit message
Commit date
com
알림톡 발송내용 필터검사 하지 않도록 추가
2024-06-10
let
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
web
메인메뉴 및 사이트맵에서 선거 후보자 정보가 없는 경우 선거문자 메뉴가 안보이도록 처리
2024-02-08
File name
Commit message
Commit date
cop
사용자 이용정지인 경우 알림톡 전송, 팩스 전송, 1:1 문의등록 화면 접속 불가처리
2023-11-09
crypto/web
mjon_git
2023-06-12
fax
팩스 back단에서 금액체크
2024-03-15
hangulparser
mjon_git
2023-06-12
kakao
알림톡 발송 오류로 인한 타이틀 길이 수정
2024-07-12
komoran
mjon_git
2023-06-12
lett
선택한 그림문자의 우선선위 변경 기능 추가
2023-09-05
mail
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
main
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
mjo
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
module/base
mjon_git
2023-06-12
org
mjon_git
2023-06-12
schdlr/service
IP 차단 관련 오류 확인전
2024-04-09
sec
mjon_git
2023-06-12
solr
mjon_git
2023-06-12
sts
mjon_git
2023-06-12
sym
2024-06-12 관리자 로그인 검색 쿼리 수정
2024-06-12
uat
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
uss
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
utl
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
File name
Commit message
Commit date
service
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
web
휴면회원 지정 추가
2023-07-25
File name
Commit message
Commit date
impl
문자온 대표번호 변경으로 인한 15518011 으로 변경
2024-07-31
EmailItnVO.java
mjon_git
2023-06-12
MailTemplateService.java
휴면회원 지정 추가
2023-07-25
StatusResponse.java
mjon_git
2023-06-12
hylee 2023-06-12 91b82f2 mjon_git UNIX
Raw Open in browser Change history
package itn.let.mail.service; import java.time.LocalDateTime; import org.springframework.http.HttpStatus; import itn.let.mjo.pay.service.RefundVO; /** * * @packageName : itn.let.mail.service * @fileName : SuccessResponse.java * @author : 이호영 * @date : 2022.07.04 * @description : RestApi 응답에 사용할 Class * @TODO : CLASS 위치를 다시 잡아서 사용해야함 * =========================================================== * DATE AUTHOR NOTE * ----------------------------------------------------------- * * 2022.07.04 이호영 최초 생성 * * * */ public class StatusResponse { private HttpStatus status; private String message; private RefundVO refundVO; private Object object; private String messageTemp; private LocalDateTime timestamp; public StatusResponse(HttpStatus status, RefundVO refundVO, LocalDateTime timestamp) { this.status = status; this.refundVO = refundVO; this.timestamp = timestamp; } public StatusResponse(HttpStatus status, Object object, LocalDateTime timestamp) { this.status = status; this.object = object; this.timestamp = timestamp; } public StatusResponse(HttpStatus status, String message, LocalDateTime timestamp) { this.status = status; this.message = message; this.timestamp = timestamp; } public StatusResponse(HttpStatus status, String message, String messageTemp, LocalDateTime timestamp) { this.status = status; this.message = message; this.timestamp = timestamp; this.messageTemp = messageTemp; } public HttpStatus getStatus() { return status; } public void setStatus(HttpStatus status) { this.status = status; } public String getMessage() { return message; } public void setMessage(String message) { this.message = message; } public String getMessageTemp() { return messageTemp; } public void setMessageTemp(String messageTemp) { this.messageTemp = messageTemp; } public RefundVO getRefundVO() { return refundVO; } public void setRefundVO(RefundVO refundVO) { this.refundVO = refundVO; } public Object getObject() { return object; } public void setObject(Object object) { this.object = object; } public LocalDateTime getTimestamp() { return timestamp; } public void setTimestamp(LocalDateTime timestamp) { this.timestamp = timestamp; } }

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up