Class Zypper.ProductInfo
- java.lang.Object
-
- com.suse.salt.netapi.calls.modules.Zypper.ProductInfo
-
-
Constructor Summary
Constructors Constructor Description ProductInfo(String name, String arch, String description, String eol, String epoch, String flavor, boolean installed, boolean isbase, String productline, Optional<String> registerrelease, String release, String repo, String shortname, String summary, String vendor, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArch()StringgetDescription()StringgetEol()StringgetEpoch()StringgetFlavor()booleangetInstalled()booleangetIsbase()StringgetName()StringgetProductline()Optional<String>getRegisterrelease()StringgetRelease()StringgetRepo()StringgetShortname()StringgetSummary()StringgetVendor()StringgetVersion()
-
-
-
Constructor Detail
-
ProductInfo
public ProductInfo(String name, String arch, String description, String eol, String epoch, String flavor, boolean installed, boolean isbase, String productline, Optional<String> registerrelease, String release, String repo, String shortname, String summary, String vendor, String version)
-
-
Method Detail
-
getName
public String getName()
-
getVersion
public String getVersion()
-
getArch
public String getArch()
-
getDescription
public String getDescription()
-
getEol
public String getEol()
-
getEpoch
public String getEpoch()
-
getFlavor
public String getFlavor()
-
getInstalled
public boolean getInstalled()
-
getIsbase
public boolean getIsbase()
-
getProductline
public String getProductline()
-
getRelease
public String getRelease()
-
getRepo
public String getRepo()
-
getShortname
public String getShortname()
-
getSummary
public String getSummary()
-
getVendor
public String getVendor()
-
-