java.lang.Object
com.liferay.portal.vulcan.yaml.openapi.Info

public class Info extends Object
  • Constructor Details

    • Info

      public Info()
  • Method Details

    • getDescription

      public String getDescription()
    • getLicense

      public License getLicense()
    • getTitle

      public String getTitle()
    • getVersion

      public String getVersion()
    • setDescription

      public void setDescription(String description)
    • setLicense

      public void setLicense(License license)
    • setTitle

      public void setTitle(String title)
    • setVersion

      public void setVersion(String version)