Class CardListResponse.Builder
-
- All Implemented Interfaces:
public final class CardListResponse.BuilderA builder for CardListResponse.
-
-
Method Summary
-
-
Method Detail
-
activeVersionCount
final CardListResponse.Builder activeVersionCount(Long activeVersionCount)
-
activeVersionCount
final CardListResponse.Builder activeVersionCount(JsonField<Long> activeVersionCount)
Sets Builder.activeVersionCount to an arbitrary JSON value.
You should usually call Builder.activeVersionCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
attackMonitoringThreatLevel
final CardListResponse.Builder attackMonitoringThreatLevel(CardListResponse.AttackMonitoringThreatLevel attackMonitoringThreatLevel)
-
attackMonitoringThreatLevel
final CardListResponse.Builder attackMonitoringThreatLevel(JsonField<CardListResponse.AttackMonitoringThreatLevel> attackMonitoringThreatLevel)
Sets Builder.attackMonitoringThreatLevel to an arbitrary JSON value.
You should usually call Builder.attackMonitoringThreatLevel with a well-typed AttackMonitoringThreatLevel value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
createdAt
final CardListResponse.Builder createdAt(Long createdAt)
Unix Nano Epoch Timestamp
-
createdAt
final CardListResponse.Builder createdAt(JsonField<Long> createdAt)
Sets Builder.createdAt to an arbitrary JSON value.
You should usually call Builder.createdAt with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
hasGenealogy
final CardListResponse.Builder hasGenealogy(Boolean hasGenealogy)
A value of
trueindicates that one or more versions of this model have associated model genealogy information.
-
hasGenealogy
final CardListResponse.Builder hasGenealogy(JsonField<Boolean> hasGenealogy)
Sets Builder.hasGenealogy to an arbitrary JSON value.
You should usually call Builder.hasGenealogy with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
modelId
final CardListResponse.Builder modelId(String modelId)
-
modelId
final CardListResponse.Builder modelId(JsonField<String> modelId)
Sets Builder.modelId to an arbitrary JSON value.
You should usually call Builder.modelId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
modelScanSeverity
final CardListResponse.Builder modelScanSeverity(CardListResponse.ModelScanSeverity modelScanSeverity)
The highest severity of any detections on the scan.
-
modelScanSeverity
final CardListResponse.Builder modelScanSeverity(JsonField<CardListResponse.ModelScanSeverity> modelScanSeverity)
Sets Builder.modelScanSeverity to an arbitrary JSON value.
You should usually call Builder.modelScanSeverity with a well-typed ModelScanSeverity value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
modelScanThreatLevel
@Deprecated(message = "deprecated") final CardListResponse.Builder modelScanThreatLevel(CardListResponse.ModelScanThreatLevel modelScanThreatLevel)
-
modelScanThreatLevel
@Deprecated(message = "deprecated") final CardListResponse.Builder modelScanThreatLevel(JsonField<CardListResponse.ModelScanThreatLevel> modelScanThreatLevel)
Sets Builder.modelScanThreatLevel to an arbitrary JSON value.
You should usually call Builder.modelScanThreatLevel with a well-typed ModelScanThreatLevel value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
plaintextName
final CardListResponse.Builder plaintextName(String plaintextName)
-
plaintextName
final CardListResponse.Builder plaintextName(JsonField<String> plaintextName)
Sets Builder.plaintextName to an arbitrary JSON value.
You should usually call Builder.plaintextName with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
source
final CardListResponse.Builder source(String source)
-
source
final CardListResponse.Builder source(JsonField<String> source)
Sets Builder.source to an arbitrary JSON value.
You should usually call Builder.source with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
securityPosture
final CardListResponse.Builder securityPosture(CardListResponse.SecurityPosture securityPosture)
-
securityPosture
final CardListResponse.Builder securityPosture(JsonField<CardListResponse.SecurityPosture> securityPosture)
Sets Builder.securityPosture to an arbitrary JSON value.
You should usually call Builder.securityPosture with a well-typed SecurityPosture value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tags
final CardListResponse.Builder tags(CardListResponse.Tags tags)
-
tags
final CardListResponse.Builder tags(JsonField<CardListResponse.Tags> tags)
Sets Builder.tags to an arbitrary JSON value.
You should usually call Builder.tags with a well-typed Tags value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final CardListResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final CardListResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final CardListResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final CardListResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final CardListResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final CardListResponse build()
Returns an immutable instance of CardListResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.activeVersionCount() .attackMonitoringThreatLevel() .createdAt() .hasGenealogy() .modelId() .modelScanSeverity() .modelScanThreatLevel() .plaintextName() .source()
-
-
-
-