Class License

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class License
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    BSS license.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  License.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()
      Gets the description.
      java.lang.String id()
      Gets the id.
      java.lang.String name()
      Gets the name.
      License.Builder newBuilder()
      New builder.
      java.lang.String type()
      Gets the type.
      java.lang.String url()
      Gets the url.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • newBuilder

        public License.Builder newBuilder()
        New builder.
        Returns:
        a License builder
      • id

        public java.lang.String id()
        Gets the id. License ID.
        Returns:
        the id
      • name

        public java.lang.String name()
        Gets the name. license name.
        Returns:
        the name
      • type

        public java.lang.String type()
        Gets the type. type of license e.g., Apache xxx.
        Returns:
        the type
      • url

        public java.lang.String url()
        Gets the url. URL for the license text.
        Returns:
        the url
      • description

        public java.lang.String description()
        Gets the description. License description.
        Returns:
        the description