Package io.quarkus.domino
Class ProductInfoImpl.Builder
- java.lang.Object
-
- io.quarkus.domino.ProductInfoImpl.Builder
-
- All Implemented Interfaces:
ProductInfo,ProductInfo.Mutable
- Enclosing class:
- ProductInfoImpl
public static class ProductInfoImpl.Builder extends Object implements ProductInfo.Mutable
Public for Mojos
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.quarkus.domino.ProductInfo
ProductInfo.Mutable
-
-
Constructor Summary
Constructors Constructor Description Builder()Public for Mojos
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProductInfobuild()StringgetCpe()StringgetDescription()StringgetGroup()StringgetId()StringgetName()StringgetPurl()ProductReleaseNotesgetReleaseNotes()StringgetStream()StringgetType()StringgetVersion()ProductInfo.MutablesetCpe(String cpe)ProductInfo.MutablesetDescription(String description)ProductInfo.MutablesetGroup(String group)ProductInfo.MutablesetId(String id)ProductInfo.MutablesetName(String name)ProductInfo.MutablesetPurl(String purl)ProductInfo.MutablesetReleaseNotes(ProductReleaseNotes releaseNotes)ProductInfo.MutablesetStream(String stream)ProductInfo.MutablesetType(String type)ProductInfo.MutablesetVersion(String version)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.domino.ProductInfo
mutable
-
Methods inherited from interface io.quarkus.domino.ProductInfo.Mutable
persist
-
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceProductInfo
-
getStream
public String getStream()
- Specified by:
getStreamin interfaceProductInfo
-
getGroup
public String getGroup()
- Specified by:
getGroupin interfaceProductInfo
-
getName
public String getName()
- Specified by:
getNamein interfaceProductInfo
-
getType
public String getType()
- Specified by:
getTypein interfaceProductInfo
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceProductInfo
-
getPurl
public String getPurl()
- Specified by:
getPurlin interfaceProductInfo
-
getCpe
public String getCpe()
- Specified by:
getCpein interfaceProductInfo
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceProductInfo
-
getReleaseNotes
public ProductReleaseNotes getReleaseNotes()
- Specified by:
getReleaseNotesin interfaceProductInfo
-
build
public ProductInfo build()
- Specified by:
buildin interfaceProductInfo.Mutable
-
setId
public ProductInfo.Mutable setId(String id)
- Specified by:
setIdin interfaceProductInfo.Mutable
-
setStream
public ProductInfo.Mutable setStream(String stream)
- Specified by:
setStreamin interfaceProductInfo.Mutable
-
setGroup
public ProductInfo.Mutable setGroup(String group)
- Specified by:
setGroupin interfaceProductInfo.Mutable
-
setName
public ProductInfo.Mutable setName(String name)
- Specified by:
setNamein interfaceProductInfo.Mutable
-
setType
public ProductInfo.Mutable setType(String type)
- Specified by:
setTypein interfaceProductInfo.Mutable
-
setVersion
public ProductInfo.Mutable setVersion(String version)
- Specified by:
setVersionin interfaceProductInfo.Mutable
-
setPurl
public ProductInfo.Mutable setPurl(String purl)
- Specified by:
setPurlin interfaceProductInfo.Mutable
-
setCpe
public ProductInfo.Mutable setCpe(String cpe)
- Specified by:
setCpein interfaceProductInfo.Mutable
-
setDescription
public ProductInfo.Mutable setDescription(String description)
- Specified by:
setDescriptionin interfaceProductInfo.Mutable
-
setReleaseNotes
public ProductInfo.Mutable setReleaseNotes(ProductReleaseNotes releaseNotes)
- Specified by:
setReleaseNotesin interfaceProductInfo.Mutable
-
-