Package cn.leancloud

Class EndpointParser.EndpointInfo

java.lang.Object
cn.leancloud.EndpointParser.EndpointInfo
Enclosing class:
EndpointParser

public static class EndpointParser.EndpointInfo extends Object
  • Constructor Details

    • EndpointInfo

      public EndpointInfo(String intern, boolean response, boolean rpc)
  • Method Details

    • isNeedResponse

      public boolean isNeedResponse()
    • isRPCcall

      public boolean isRPCcall()
    • getInternalEndpoint

      public String getInternalEndpoint()
    • toString

      public String toString()
      Overrides:
      toString in class Object