Class LokiResponse


  • public final class LokiResponse
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String body  
      int status  
    • Constructor Summary

      Constructors 
      Constructor Description
      LokiResponse​(int status, java.lang.String body)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • status

        public final int status
      • body

        public final java.lang.String body
    • Constructor Detail

      • LokiResponse

        public LokiResponse​(int status,
                            java.lang.String body)