Class AttestationOccurrence.Builder (2.44.0)

public static final class AttestationOccurrence.Builder extends GeneratedMessageV3.Builder<AttestationOccurrence.Builder> implements AttestationOccurrenceOrBuilder

Occurrence that represents a single "attestation". The authenticity of an attestation can be verified using the attached signature. If the verifier trusts the public key of the signer, then verifying the signature is sufficient to establish trust. In this circumstance, the authority to which this attestation is attached is primarily useful for lookup (how to find this attestation if you already know the authority and artifact to be verified) and intent (for which authority this attestation was intended to sign.

Protobuf type grafeas.v1.AttestationOccurrence

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllJwts(Iterable<? extends Jwt> values)

public AttestationOccurrence.Builder addAllJwts(Iterable<? extends Jwt> values)

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Parameter
Name Description
values Iterable<? extends io.grafeas.v1.Jwt>
Returns
Type Description
AttestationOccurrence.Builder

addAllSignatures(Iterable<? extends Signature> values)

public AttestationOccurrence.Builder addAllSignatures(Iterable<? extends Signature> values)

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Parameter
Name Description
values Iterable<? extends io.grafeas.v1.Signature>
Returns
Type Description
AttestationOccurrence.Builder

addJwts(int index, Jwt value)

public AttestationOccurrence.Builder addJwts(int index, Jwt value)

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Parameters
Name Description
index int
value Jwt
Returns
Type Description
AttestationOccurrence.Builder

addJwts(int index, Jwt.Builder builderForValue)

public AttestationOccurrence.Builder addJwts(int index, Jwt.Builder builderForValue)

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Parameters
Name Description
index int
builderForValue Jwt.Builder
Returns
Type Description
AttestationOccurrence.Builder

addJwts(Jwt value)

public AttestationOccurrence.Builder addJwts(Jwt value)

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Parameter
Name Description
value Jwt
Returns
Type Description
AttestationOccurrence.Builder

addJwts(Jwt.Builder builderForValue)

public AttestationOccurrence.Builder addJwts(Jwt.Builder builderForValue)

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Parameter
Name Description
builderForValue Jwt.Builder
Returns
Type Description
AttestationOccurrence.Builder

addJwtsBuilder()

public Jwt.Builder addJwtsBuilder()

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Returns
Type Description
Jwt.Builder

addJwtsBuilder(int index)

public Jwt.Builder addJwtsBuilder(int index)

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Parameter
Name Description
index int
Returns
Type Description
Jwt.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AttestationOccurrence.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AttestationOccurrence.Builder
Overrides

addSignatures(int index, Signature value)

public AttestationOccurrence.Builder addSignatures(int index, Signature value)

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Parameters
Name Description
index int
value Signature
Returns
Type Description
AttestationOccurrence.Builder

addSignatures(int index, Signature.Builder builderForValue)

public AttestationOccurrence.Builder addSignatures(int index, Signature.Builder builderForValue)

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Parameters
Name Description
index int
builderForValue Signature.Builder
Returns
Type Description
AttestationOccurrence.Builder

addSignatures(Signature value)

public AttestationOccurrence.Builder addSignatures(Signature value)

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Parameter
Name Description
value Signature
Returns
Type Description
AttestationOccurrence.Builder

addSignatures(Signature.Builder builderForValue)

public AttestationOccurrence.Builder addSignatures(Signature.Builder builderForValue)

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Parameter
Name Description
builderForValue Signature.Builder
Returns
Type Description
AttestationOccurrence.Builder

addSignaturesBuilder()

public Signature.Builder addSignaturesBuilder()

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Returns
Type Description
Signature.Builder

addSignaturesBuilder(int index)

public Signature.Builder addSignaturesBuilder(int index)

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Parameter
Name Description
index int
Returns
Type Description
Signature.Builder

build()

public AttestationOccurrence build()
Returns
Type Description
AttestationOccurrence

buildPartial()

public AttestationOccurrence buildPartial()
Returns
Type Description
AttestationOccurrence

clear()

public AttestationOccurrence.Builder clear()
Returns
Type Description
AttestationOccurrence.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AttestationOccurrence.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AttestationOccurrence.Builder
Overrides

clearJwts()

public AttestationOccurrence.Builder clearJwts()

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Returns
Type Description
AttestationOccurrence.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public AttestationOccurrence.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AttestationOccurrence.Builder
Overrides

clearSerializedPayload()

public AttestationOccurrence.Builder clearSerializedPayload()

Required. The serialized payload that is verified by one or more signatures.

bytes serialized_payload = 1;

Returns
Type Description
AttestationOccurrence.Builder

This builder for chaining.

clearSignatures()

public AttestationOccurrence.Builder clearSignatures()

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Returns
Type Description
AttestationOccurrence.Builder

clone()

public AttestationOccurrence.Builder clone()
Returns
Type Description
AttestationOccurrence.Builder
Overrides

getDefaultInstanceForType()

public AttestationOccurrence getDefaultInstanceForType()
Returns
Type Description
AttestationOccurrence

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getJwts(int index)

public Jwt getJwts(int index)

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Parameter
Name Description
index int
Returns
Type Description
Jwt

getJwtsBuilder(int index)

public Jwt.Builder getJwtsBuilder(int index)

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Parameter
Name Description
index int
Returns
Type Description
Jwt.Builder

getJwtsBuilderList()

public List<Jwt.Builder> getJwtsBuilderList()

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Returns
Type Description
List<Builder>

getJwtsCount()

public int getJwtsCount()

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Returns
Type Description
int

getJwtsList()

public List<Jwt> getJwtsList()

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Returns
Type Description
List<Jwt>

getJwtsOrBuilder(int index)

public JwtOrBuilder getJwtsOrBuilder(int index)

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Parameter
Name Description
index int
Returns
Type Description
JwtOrBuilder

getJwtsOrBuilderList()

public List<? extends JwtOrBuilder> getJwtsOrBuilderList()

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Returns
Type Description
List<? extends io.grafeas.v1.JwtOrBuilder>

getSerializedPayload()

public ByteString getSerializedPayload()

Required. The serialized payload that is verified by one or more signatures.

bytes serialized_payload = 1;

Returns
Type Description
ByteString

The serializedPayload.

getSignatures(int index)

public Signature getSignatures(int index)

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Parameter
Name Description
index int
Returns
Type Description
Signature

getSignaturesBuilder(int index)

public Signature.Builder getSignaturesBuilder(int index)

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Parameter
Name Description
index int
Returns
Type Description
Signature.Builder

getSignaturesBuilderList()

public List<Signature.Builder> getSignaturesBuilderList()

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Returns
Type Description
List<Builder>

getSignaturesCount()

public int getSignaturesCount()

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Returns
Type Description
int

getSignaturesList()

public List<Signature> getSignaturesList()

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Returns
Type Description
List<Signature>

getSignaturesOrBuilder(int index)

public SignatureOrBuilder getSignaturesOrBuilder(int index)

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Parameter
Name Description
index int
Returns
Type Description
SignatureOrBuilder

getSignaturesOrBuilderList()

public List<? extends SignatureOrBuilder> getSignaturesOrBuilderList()

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Returns
Type Description
List<? extends io.grafeas.v1.SignatureOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AttestationOccurrence.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttestationOccurrence.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AttestationOccurrence.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AttestationOccurrence.Builder
Overrides

mergeFrom(AttestationOccurrence other)

public AttestationOccurrence.Builder mergeFrom(AttestationOccurrence other)
Parameter
Name Description
other AttestationOccurrence
Returns
Type Description
AttestationOccurrence.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AttestationOccurrence.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AttestationOccurrence.Builder
Overrides

removeJwts(int index)

public AttestationOccurrence.Builder removeJwts(int index)

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Parameter
Name Description
index int
Returns
Type Description
AttestationOccurrence.Builder

removeSignatures(int index)

public AttestationOccurrence.Builder removeSignatures(int index)

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Parameter
Name Description
index int
Returns
Type Description
AttestationOccurrence.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public AttestationOccurrence.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AttestationOccurrence.Builder
Overrides

setJwts(int index, Jwt value)

public AttestationOccurrence.Builder setJwts(int index, Jwt value)

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Parameters
Name Description
index int
value Jwt
Returns
Type Description
AttestationOccurrence.Builder

setJwts(int index, Jwt.Builder builderForValue)

public AttestationOccurrence.Builder setJwts(int index, Jwt.Builder builderForValue)

One or more JWTs encoding a self-contained attestation. Each JWT encodes the payload that it verifies within the JWT itself. Verifier implementation SHOULD ignore the serialized_payload field when verifying these JWTs. If only JWTs are present on this AttestationOccurrence, then the serialized_payload SHOULD be left empty. Each JWT SHOULD encode a claim specific to the resource_uri of this Occurrence, but this is not validated by Grafeas metadata API implementations. The JWT itself is opaque to Grafeas.

repeated .grafeas.v1.Jwt jwts = 3;

Parameters
Name Description
index int
builderForValue Jwt.Builder
Returns
Type Description
AttestationOccurrence.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AttestationOccurrence.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AttestationOccurrence.Builder
Overrides

setSerializedPayload(ByteString value)

public AttestationOccurrence.Builder setSerializedPayload(ByteString value)

Required. The serialized payload that is verified by one or more signatures.

bytes serialized_payload = 1;

Parameter
Name Description
value ByteString

The serializedPayload to set.

Returns
Type Description
AttestationOccurrence.Builder

This builder for chaining.

setSignatures(int index, Signature value)

public AttestationOccurrence.Builder setSignatures(int index, Signature value)

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Parameters
Name Description
index int
value Signature
Returns
Type Description
AttestationOccurrence.Builder

setSignatures(int index, Signature.Builder builderForValue)

public AttestationOccurrence.Builder setSignatures(int index, Signature.Builder builderForValue)

One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

repeated .grafeas.v1.Signature signatures = 2;

Parameters
Name Description
index int
builderForValue Signature.Builder
Returns
Type Description
AttestationOccurrence.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final AttestationOccurrence.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AttestationOccurrence.Builder
Overrides