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 String
getArch()
String
getDescription()
String
getEol()
String
getEpoch()
String
getFlavor()
boolean
getInstalled()
boolean
getIsbase()
String
getName()
String
getProductline()
Optional<String>
getRegisterrelease()
String
getRelease()
String
getRepo()
String
getShortname()
String
getSummary()
String
getVendor()
String
getVersion()
-
-
-
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()
-
-