Package io.codef.api

Class EasyCodefResponse

java.lang.Object
java.util.AbstractMap<K,​V>
java.util.HashMap<java.lang.String,​java.lang.Object>
io.codef.api.EasyCodefResponse
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,​java.lang.Object>

public class EasyCodefResponse
extends java.util.HashMap<java.lang.String,​java.lang.Object>
 io.codef.easycodef
   |_ EasyCodefResponse.java
 
Desc : 코드에프 응답 결과 클래스
See Also:
Serialized Form
Company:
: ©CODEF corp.
Author:
: [email protected]
Date:
: Jun 26, 2020 3:38:30 PM
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.util.AbstractMap

    java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>

    Nested classes/interfaces inherited from interface java.util.Map

    java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected EasyCodefResponse()
    Desc : EasyCodefResponse 생성자
    protected EasyCodefResponse​(EasyCodefMessageConstant message)
    Desc : EasyCodefResponse 생성자
    protected EasyCodefResponse​(EasyCodefMessageConstant message, java.lang.String extraMessage)
    Desc : EasyCodefResponse 생성자
    protected EasyCodefResponse​(java.util.HashMap<java.lang.String,​java.lang.Object> map)
    Desc : EasyCodefResponse 생성자
  • Method Summary

    Modifier and Type Method Description
    protected void setResultMessage​(EasyCodefMessageConstant message)
    Desc : 요청 수행 결과 코드 설정
    protected void setResultMessage​(java.lang.String errCode, java.lang.String errMsg, java.lang.String extraMsg)
    Desc : 요청 수행 결과 코드 설정
    java.lang.String toString()
    Desc : Override toString

    Methods inherited from class java.util.HashMap

    clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values

    Methods inherited from class java.util.AbstractMap

    equals, hashCode

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.Map

    equals, hashCode
  • Constructor Details

  • Method Details

    • setResultMessage

      protected void setResultMessage​(java.lang.String errCode, java.lang.String errMsg, java.lang.String extraMsg)
      Desc : 요청 수행 결과 코드 설정
      Parameters:
      errCode -
      errMsg -
      extraMsg -
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:40:12 PM
    • setResultMessage

      protected void setResultMessage​(EasyCodefMessageConstant message)
      Desc : 요청 수행 결과 코드 설정
      Parameters:
      message -
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:40:18 PM
    • toString

      public java.lang.String toString()
      Desc : Override toString
      Overrides:
      toString in class java.util.AbstractMap<java.lang.String,​java.lang.Object>
      Returns:
      Company:
      : ©CODEF corp.
      Author:
      : [email protected]
      Date:
      : Jun 26, 2020 3:40:26 PM