Class PingApiService

  • Direct Known Subclasses:
    PingApiServiceImpl

    @Generated(value="org.openapitools.codegen.languages.JavaJerseyServerCodegen",
               date="2022-12-02T16:45:32.397906+08:00[Asia/Shanghai]")
    public abstract class PingApiService
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PingApiService()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract javax.ws.rs.core.Response tryPing​(javax.ws.rs.core.SecurityContext securityContext)  
      • Methods inherited from class java.lang.Object

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

      • PingApiService

        public PingApiService()
    • Method Detail