Interface WmiPersistenceItemOrBuilder (0.3.0)

public interface WmiPersistenceItemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaption()

public abstract String getCaption()

A brief title or caption for the WMI object.

string caption = 1;

Returns
Type Description
String

The caption.

getCaptionBytes()

public abstract ByteString getCaptionBytes()

A brief title or caption for the WMI object.

string caption = 1;

Returns
Type Description
ByteString

The bytes for caption.

getDerivation()

public abstract String getDerivation()

The base class from which the WMI class is derived (e.g., CIM_Setting).

string derivation = 4;

Returns
Type Description
String

The derivation.

getDerivationBytes()

public abstract ByteString getDerivationBytes()

The base class from which the WMI class is derived (e.g., CIM_Setting).

string derivation = 4;

Returns
Type Description
ByteString

The bytes for derivation.

getDynasty()

public abstract String getDynasty()

The top-level class in the WMI inheritance hierarchy (e.g., CMI_Setting).

string dynasty = 7;

Returns
Type Description
String

The dynasty.

getDynastyBytes()

public abstract ByteString getDynastyBytes()

The top-level class in the WMI inheritance hierarchy (e.g., CMI_Setting).

string dynasty = 7;

Returns
Type Description
ByteString

The bytes for dynasty.

getGenus()

public abstract long getGenus()

An integer representing the type or version of the WMI object.

int64 genus = 10;

Returns
Type Description
long

The genus.

getName()

public abstract String getName()

The name of the WMI object.

string name = 2;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the WMI object.

string name = 2;

Returns
Type Description
ByteString

The bytes for name.

getPropertyCount()

public abstract long getPropertyCount()

The number of properties in the WMI object.

int64 property_count = 5;

Returns
Type Description
long

The propertyCount.

getRelPath()

public abstract String getRelPath()

The relative path to the WMI object (e.g., Win32_StartupCommand.Command=''').

string rel_path = 6;

Returns
Type Description
String

The relPath.

getRelPathBytes()

public abstract ByteString getRelPathBytes()

The relative path to the WMI object (e.g., Win32_StartupCommand.Command=''').

string rel_path = 6;

Returns
Type Description
ByteString

The bytes for relPath.

getSettingId()

public abstract String getSettingId()

The identifier for the setting.

string setting_id = 3;

Returns
Type Description
String

The settingId.

getSettingIdBytes()

public abstract ByteString getSettingIdBytes()

The identifier for the setting.

string setting_id = 3;

Returns
Type Description
ByteString

The bytes for settingId.

getWmiClass()

public abstract String getWmiClass()

The name of the WMI class.

string wmi_class = 9;

Returns
Type Description
String

The wmiClass.

getWmiClassBytes()

public abstract ByteString getWmiClassBytes()

The name of the WMI class.

string wmi_class = 9;

Returns
Type Description
ByteString

The bytes for wmiClass.

getWmiSuperClass()

public abstract String getWmiSuperClass()

The immediate parent class in the WMI inheritance hierarchy.

string wmi_super_class = 8;

Returns
Type Description
String

The wmiSuperClass.

getWmiSuperClassBytes()

public abstract ByteString getWmiSuperClassBytes()

The immediate parent class in the WMI inheritance hierarchy.

string wmi_super_class = 8;

Returns
Type Description
ByteString

The bytes for wmiSuperClass.