Class FileCompleteResponse
-
- All Implemented Interfaces:
public final class FileCompleteResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileCompleteResponse.BuilderA builder for FileCompleteResponse.
-
Method Summary
Modifier and Type Method Description final Optional<String>scanId()Request to resource is successful final JsonField<String>_scanId()Returns the raw JSON value of scanId. final Map<String, JsonValue>_additionalProperties()final FileCompleteResponse.BuildertoBuilder()final FileCompleteResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileCompleteResponse.Builderbuilder()Returns a mutable builder for constructing an instance of FileCompleteResponse. -
-
Method Detail
-
_scanId
final JsonField<String> _scanId()
Returns the raw JSON value of scanId.
Unlike scanId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FileCompleteResponse.Builder toBuilder()
-
validate
final FileCompleteResponse validate()
-
builder
final static FileCompleteResponse.Builder builder()
Returns a mutable builder for constructing an instance of FileCompleteResponse.
-
-
-
-