Class ErrorEntryTemplate

  • All Implemented Interfaces:
    JsonTemplate

    public class ErrorEntryTemplate
    extends java.lang.Object
    implements JsonTemplate
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorEntryTemplate​(java.lang.String code, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()  
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorEntryTemplate

        public ErrorEntryTemplate​(java.lang.String code,
                                  java.lang.String message)
    • Method Detail

      • getCode

        @Nullable
        public java.lang.String getCode()
      • getMessage

        @Nullable
        public java.lang.String getMessage()