Interface Inventory.ZypperPatchOrBuilder (2.3.2)

public static interface Inventory.ZypperPatchOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCategory()

public abstract String getCategory()

The category of the patch.

string category = 2;

Returns
TypeDescription
String

The category.

getCategoryBytes()

public abstract ByteString getCategoryBytes()

The category of the patch.

string category = 2;

Returns
TypeDescription
ByteString

The bytes for category.

getPatchName()

public abstract String getPatchName()

The name of the patch.

string patch_name = 5;

Returns
TypeDescription
String

The patchName.

getPatchNameBytes()

public abstract ByteString getPatchNameBytes()

The name of the patch.

string patch_name = 5;

Returns
TypeDescription
ByteString

The bytes for patchName.

getSeverity()

public abstract String getSeverity()

The severity specified for this patch

string severity = 3;

Returns
TypeDescription
String

The severity.

getSeverityBytes()

public abstract ByteString getSeverityBytes()

The severity specified for this patch

string severity = 3;

Returns
TypeDescription
ByteString

The bytes for severity.

getSummary()

public abstract String getSummary()

Any summary information provided about this patch.

string summary = 4;

Returns
TypeDescription
String

The summary.

getSummaryBytes()

public abstract ByteString getSummaryBytes()

Any summary information provided about this patch.

string summary = 4;

Returns
TypeDescription
ByteString

The bytes for summary.