public class ComplexLicenseRequest extends BlackDuckComponent
| Constructor and Description |
|---|
ComplexLicenseRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLicense() |
java.util.List<ComplexLicenseRequest> |
getLicenses() |
ComplexLicenseType |
getType() |
void |
setLicense(java.lang.String license) |
void |
setLicenses(java.util.List<ComplexLicenseRequest> licenses) |
void |
setType(ComplexLicenseType type) |
public java.lang.String getLicense()
public void setLicense(java.lang.String license)
public java.util.List<ComplexLicenseRequest> getLicenses()
public void setLicenses(java.util.List<ComplexLicenseRequest> licenses)
public ComplexLicenseType getType()
public void setType(ComplexLicenseType type)