public class LicenseTermView extends BlackDuckView
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LICENSE_TERM_LICENSES_LINK |
static LinkMultipleResponses<LicenseTermAssociationView> |
LICENSE_TERM_LICENSES_LINK_RESPONSE |
static java.util.Map<java.lang.String,LinkResponse> |
links |
| Constructor and Description |
|---|
LicenseTermView() |
| Modifier and Type | Method and Description |
|---|---|
LicenseTermCategorySummaryView |
getCategory() |
java.util.Date |
getCreatedAt() |
UserSummaryView |
getCreatedBy() |
java.lang.Boolean |
getDeprecated() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
LicenseTermResponsibilityType |
getResponsibility() |
LicenseTermSourceType |
getSource() |
java.util.Date |
getUpdatedAt() |
UserSummaryView |
getUpdatedBy() |
void |
setCategory(LicenseTermCategorySummaryView category) |
void |
setCreatedAt(java.util.Date createdAt) |
void |
setCreatedBy(UserSummaryView createdBy) |
void |
setDeprecated(java.lang.Boolean deprecated) |
void |
setDescription(java.lang.String description) |
void |
setName(java.lang.String name) |
void |
setResponsibility(LicenseTermResponsibilityType responsibility) |
void |
setSource(LicenseTermSourceType source) |
void |
setUpdatedAt(java.util.Date updatedAt) |
void |
setUpdatedBy(UserSummaryView updatedBy) |
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_TERM_LICENSES_LINK
public static final LinkMultipleResponses<LicenseTermAssociationView> LICENSE_TERM_LICENSES_LINK_RESPONSE
public LicenseTermCategorySummaryView getCategory()
public void setCategory(LicenseTermCategorySummaryView category)
public java.util.Date getCreatedAt()
public void setCreatedAt(java.util.Date createdAt)
public UserSummaryView getCreatedBy()
public void setCreatedBy(UserSummaryView createdBy)
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.String getName()
public void setName(java.lang.String name)
public LicenseTermResponsibilityType getResponsibility()
public void setResponsibility(LicenseTermResponsibilityType responsibility)
public LicenseTermSourceType getSource()
public void setSource(LicenseTermSourceType source)
public java.util.Date getUpdatedAt()
public void setUpdatedAt(java.util.Date updatedAt)
public UserSummaryView getUpdatedBy()
public void setUpdatedBy(UserSummaryView updatedBy)