public class LicenseTermAssociationView extends BlackDuckView
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LICENSE_LINK |
static LinkSingleResponse<LicenseView> |
LICENSE_LINK_RESPONSE |
static java.lang.String |
LICENSE_TERM_LINK |
static LinkSingleResponse<LicenseTermView> |
LICENSE_TERM_LINK_RESPONSE |
static java.util.Map<java.lang.String,LinkResponse> |
links |
| Constructor and Description |
|---|
LicenseTermAssociationView() |
| Modifier and Type | Method and Description |
|---|---|
LicenseTermSourceType |
getAssociationSource() |
java.lang.Boolean |
getDeactivated() |
java.lang.Boolean |
getDeprecated() |
java.lang.String |
getDescription() |
java.lang.Boolean |
getFulfillmentRequired() |
java.lang.String |
getName() |
LicenseTermResponsibilityType |
getResponsibility() |
void |
setAssociationSource(LicenseTermSourceType associationSource) |
void |
setDeactivated(java.lang.Boolean deactivated) |
void |
setDeprecated(java.lang.Boolean deprecated) |
void |
setDescription(java.lang.String description) |
void |
setFulfillmentRequired(java.lang.Boolean fulfillmentRequired) |
void |
setName(java.lang.String name) |
void |
setResponsibility(LicenseTermResponsibilityType responsibility) |
getAllowedMethods, getAvailableLinks, getFirstLink, getHref, getLinks, getMeta, getResourceLinks, getResourceMetadata, hasLink, setMetagetGson, getJson, getJsonElement, getPatch, getSubclass, hasSubclasses, setGson, setJson, setJsonElement, setPatchpublic static final java.util.Map<java.lang.String,LinkResponse> links
public static final java.lang.String LICENSE_LINK
public static final java.lang.String LICENSE_TERM_LINK
public static final LinkSingleResponse<LicenseView> LICENSE_LINK_RESPONSE
public static final LinkSingleResponse<LicenseTermView> LICENSE_TERM_LINK_RESPONSE
public LicenseTermSourceType getAssociationSource()
public void setAssociationSource(LicenseTermSourceType associationSource)
public java.lang.Boolean getDeactivated()
public void setDeactivated(java.lang.Boolean deactivated)
public java.lang.Boolean getDeprecated()
public void setDeprecated(java.lang.Boolean deprecated)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Boolean getFulfillmentRequired()
public void setFulfillmentRequired(java.lang.Boolean fulfillmentRequired)
public java.lang.String getName()
public void setName(java.lang.String name)
public LicenseTermResponsibilityType getResponsibility()
public void setResponsibility(LicenseTermResponsibilityType responsibility)