Package com.lithic.api.models
Class V2ReportResponse
-
- All Implemented Interfaces:
public final class V2ReportResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV2ReportResponse.BuilderA builder for V2ReportResponse.
-
Method Summary
Modifier and Type Method Description final Optional<String>reportToken()final JsonField<String>_reportToken()Returns the raw JSON value of reportToken. final Map<String, JsonValue>_additionalProperties()final V2ReportResponse.BuildertoBuilder()final V2ReportResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V2ReportResponse.Builderbuilder()Returns a mutable builder for constructing an instance of V2ReportResponse. -
-
Method Detail
-
reportToken
final Optional<String> reportToken()
-
_reportToken
final JsonField<String> _reportToken()
Returns the raw JSON value of reportToken.
Unlike reportToken, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V2ReportResponse.Builder toBuilder()
-
validate
final V2ReportResponse validate()
-
builder
final static V2ReportResponse.Builder builder()
Returns a mutable builder for constructing an instance of V2ReportResponse.
-
-
-
-