public static interface Inventory.ZypperPatchOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCategory()
public abstract String getCategory()The category of the patch.
string category = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The category. |
getCategoryBytes()
public abstract ByteString getCategoryBytes()The category of the patch.
string category = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for category. |
getPatchName()
public abstract String getPatchName()The name of the patch.
string patch_name = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The patchName. |
getPatchNameBytes()
public abstract ByteString getPatchNameBytes()The name of the patch.
string patch_name = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for patchName. |
getSeverity()
public abstract String getSeverity()The severity specified for this patch
string severity = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The severity. |
getSeverityBytes()
public abstract ByteString getSeverityBytes()The severity specified for this patch
string severity = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for severity. |
getSummary()
public abstract String getSummary()Any summary information provided about this patch.
string summary = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The summary. |
getSummaryBytes()
public abstract ByteString getSummaryBytes()Any summary information provided about this patch.
string summary = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for summary. |