Interface SimilarControlsOrBuilder (0.7.0)

public interface SimilarControlsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getControlId()

public abstract String getControlId()

The ID of the control.

string control_id = 2;

Returns
Type Description
String

The controlId.

getControlIdBytes()

public abstract ByteString getControlIdBytes()

The ID of the control.

string control_id = 2;

Returns
Type Description
ByteString

The bytes for controlId.

getFramework()

public abstract String getFramework()

The name of the framework.

string framework = 1;

Returns
Type Description
String

The framework.

getFrameworkBytes()

public abstract ByteString getFrameworkBytes()

The name of the framework.

string framework = 1;

Returns
Type Description
ByteString

The bytes for framework.