Interface ComplianceOrBuilder (2.7.1)

public interface ComplianceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIds(int index)

public abstract String getIds(int index)

Policies within the standard/benchmark e.g. A.12.4.1

repeated string ids = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The ids at the given index.

getIdsBytes(int index)

public abstract ByteString getIdsBytes(int index)

Policies within the standard/benchmark e.g. A.12.4.1

repeated string ids = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the ids at the given index.

getIdsCount()

public abstract int getIdsCount()

Policies within the standard/benchmark e.g. A.12.4.1

repeated string ids = 3;

Returns
TypeDescription
int

The count of ids.

getIdsList()

public abstract List<String> getIdsList()

Policies within the standard/benchmark e.g. A.12.4.1

repeated string ids = 3;

Returns
TypeDescription
List<String>

A list containing the ids.

getStandard()

public abstract String getStandard()

Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.

string standard = 1;

Returns
TypeDescription
String

The standard.

getStandardBytes()

public abstract ByteString getStandardBytes()

Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.

string standard = 1;

Returns
TypeDescription
ByteString

The bytes for standard.

getVersion()

public abstract String getVersion()

Version of the standard/benchmark e.g. 1.1

string version = 2;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Version of the standard/benchmark e.g. 1.1

string version = 2;

Returns
TypeDescription
ByteString

The bytes for version.