Class LicenseTermView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.core.BlackDuckResponse
-
- com.synopsys.integration.blackduck.api.core.BlackDuckView
-
- com.synopsys.integration.blackduck.api.manual.temporary.view.LicenseTermView
-
public class LicenseTermView extends BlackDuckView
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLICENSE_TERM_LICENSES_LINKstatic LinkMultipleResponses<LicenseTermAssociationView>LICENSE_TERM_LICENSES_LINK_RESPONSEstatic java.util.Map<java.lang.String,LinkResponse>links
-
Constructor Summary
Constructors Constructor Description LicenseTermView()
-
Method Summary
-
Methods inherited from class com.synopsys.integration.blackduck.api.core.BlackDuckView
getAllowedMethods, getAvailableLinks, getFirstLink, getFirstLinkSafely, getHref, getLinks, getMediaType, getMeta, getResourceLinks, getResourceMetadata, hasLink, setMeta
-
Methods inherited from class com.synopsys.integration.blackduck.api.core.BlackDuckResponse
getGson, getJson, getJsonElement, getPatch, getSubclass, hasSubclasses, setGson, setJson, setJsonElement, setPatch
-
-
-
-
Field Detail
-
links
public static final java.util.Map<java.lang.String,LinkResponse> links
-
LICENSE_TERM_LICENSES_LINK
public static final java.lang.String LICENSE_TERM_LICENSES_LINK
- See Also:
- Constant Field Values
-
LICENSE_TERM_LICENSES_LINK_RESPONSE
public static final LinkMultipleResponses<LicenseTermAssociationView> LICENSE_TERM_LICENSES_LINK_RESPONSE
-
-
Method Detail
-
getCategory
public ComponentVersionLicenseLicensesLicenseFamilySummaryView getCategory()
-
setCategory
public void setCategory(ComponentVersionLicenseLicensesLicenseFamilySummaryView category)
-
getCreatedAt
public java.util.Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(java.util.Date createdAt)
-
getCreatedBy
public LicenseFamilyUpdatedByView getCreatedBy()
-
setCreatedBy
public void setCreatedBy(LicenseFamilyUpdatedByView createdBy)
-
getDeprecated
public java.lang.Boolean getDeprecated()
-
setDeprecated
public void setDeprecated(java.lang.Boolean deprecated)
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getResponsibility
public LicenseResponsibilityType getResponsibility()
-
setResponsibility
public void setResponsibility(LicenseResponsibilityType responsibility)
-
getSource
public LicenseTermSourceType getSource()
-
setSource
public void setSource(LicenseTermSourceType source)
-
getUpdatedAt
public java.util.Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(java.util.Date updatedAt)
-
getUpdatedBy
public LicenseFamilyUpdatedByView getUpdatedBy()
-
setUpdatedBy
public void setUpdatedBy(LicenseFamilyUpdatedByView updatedBy)
-
-