Class PlyResponse


  • public class PlyResponse
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PlyResponse.Status  
    • Constructor Summary

      Constructors 
      Constructor Description
      PlyResponse()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • headers

        public java.util.Map<java.lang.String,​java.lang.String> headers
      • body

        public java.lang.String body
    • Constructor Detail

      • PlyResponse

        public PlyResponse()