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 ContentDefinition
description(String description)
boolean
equals(Object o)
String
getDescription()
Description of either the catalog item or the catalog sourceUUID
getIconId()
Icon id of associated catalog item (if association is with catalog item)UUID
getId()
Id of either the catalog source or catalog item.String
getName()
Name of either the catalog item or the catalog sourceInteger
getNumItems()
Number of items in the associated catalog sourceString
getSourceName()
Catalog source nameString
getSourceType()
Catalog source typeString
getType()
Content definition typeint
hashCode()
ContentDefinition
iconId(UUID iconId)
ContentDefinition
id(UUID id)
ContentDefinition
name(String name)
ContentDefinition
numItems(Integer numItems)
void
setDescription(String description)
void
setIconId(UUID iconId)
void
setId(UUID id)
void
setName(String name)
void
setNumItems(Integer numItems)
void
setSourceName(String sourceName)
void
setSourceType(String sourceType)
void
setType(String type)
ContentDefinition
sourceName(String sourceName)
ContentDefinition
sourceType(String sourceType)
String
toString()
ContentDefinition
type(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
-