程序包 cn.leancloud

类 EndpointParser.EndpointInfo

java.lang.Object
cn.leancloud.EndpointParser.EndpointInfo
封闭类:
EndpointParser

public static class EndpointParser.EndpointInfo extends Object
  • 构造器详细资料

    • EndpointInfo

      public EndpointInfo(String intern, boolean response, boolean rpc)
  • 方法详细资料

    • isNeedResponse

      public boolean isNeedResponse()
    • isRPCcall

      public boolean isRPCcall()
    • getInternalEndpoint

      public String getInternalEndpoint()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object