java.lang.Object
org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPILicense

public class OpenAPILicense extends Object
OpenAPILicense describes the license associated with the API.
  • Constructor Details

    • OpenAPILicense

      public OpenAPILicense()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • toString

      public String toString()
      Overrides:
      toString in class Object