Class ContentDefinition
java.lang.Object
com.vmware.vra.jenkinsplugin.model.catalog.ContentDefinition
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:27:41.063635-04:00[America/New_York]") public class ContentDefinition extends Object
Represents a catalog item or content source that is linked to a project via an entitlement.
-
Constructor Summary
Constructors Constructor Description ContentDefinition() -
Method Summary
Modifier and Type Method Description ContentDefinitiondescription(String description)booleanequals(Object o)StringgetDescription()Description of either the catalog item or the catalog sourceUUIDgetIconId()Icon id of associated catalog item (if association is with catalog item)UUIDgetId()Id of either the catalog source or catalog item.StringgetName()Name of either the catalog item or the catalog sourceIntegergetNumItems()Number of items in the associated catalog sourceStringgetSourceName()Catalog source nameStringgetSourceType()Catalog source typeStringgetType()Content definition typeinthashCode()ContentDefinitioniconId(UUID iconId)ContentDefinitionid(UUID id)ContentDefinitionname(String name)ContentDefinitionnumItems(Integer numItems)voidsetDescription(String description)voidsetIconId(UUID iconId)voidsetId(UUID id)voidsetName(String name)voidsetNumItems(Integer numItems)voidsetSourceName(String sourceName)voidsetSourceType(String sourceType)voidsetType(String type)ContentDefinitionsourceName(String sourceName)ContentDefinitionsourceType(String sourceType)StringtoString()ContentDefinitiontype(String type)
-
Constructor Details
-
ContentDefinition
public ContentDefinition()
-
-
Method Details
-
description
-
getDescription
Description of either the catalog item or the catalog source- Returns:
- description
-
setDescription
-
iconId
-
getIconId
Icon id of associated catalog item (if association is with catalog item)- Returns:
- iconId
-
setIconId
-
id
-
getId
Id of either the catalog source or catalog item.- Returns:
- id
-
setId
-
name
-
getName
Name of either the catalog item or the catalog source- Returns:
- name
-
setName
-
numItems
-
getNumItems
Number of items in the associated catalog source- Returns:
- numItems
-
setNumItems
-
sourceName
-
getSourceName
Catalog source name- Returns:
- sourceName
-
setSourceName
-
sourceType
-
getSourceType
Catalog source type- Returns:
- sourceType
-
setSourceType
-
type
-
getType
Content definition type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-