Class ApiDescription


  • @Deprecated
    public class ApiDescription
    extends Object
    Deprecated.
    legacy support for swagger 1.2 deployments
    • Constructor Detail

      • ApiDescription

        public ApiDescription​(String path,
                              String method)
        Deprecated.
    • Method Detail

      • getPath

        public String getPath()
        Deprecated.
      • setPath

        public void setPath​(String path)
        Deprecated.
      • getMethod

        public String getMethod()
        Deprecated.
      • setMethod

        public void setMethod​(String method)
        Deprecated.