Class License
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.License
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class License extends com.ibm.cloud.sdk.core.service.model.GenericModelBSS license.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLicense.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()Gets the description.java.lang.Stringid()Gets the id.java.lang.Stringname()Gets the name.License.BuildernewBuilder()New builder.java.lang.Stringtype()Gets the type.java.lang.Stringurl()Gets the url.
-
-
-
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
-
-