public interface SimilarControlsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |