Class ScanReport.Intelligence.License
-
- All Implemented Interfaces:
public final class ScanReport.Intelligence.LicenseLicense information for a model
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanReport.Intelligence.License.BuilderA builder for License.
-
Method Summary
Modifier and Type Method Description final Stringname()Name of the license final Stringsha256()SHA256 hash of the license file final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_sha256()Returns the raw JSON value of sha256. final Map<String, JsonValue>_additionalProperties()final ScanReport.Intelligence.License.BuildertoBuilder()final ScanReport.Intelligence.Licensevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ScanReport.Intelligence.License.Builderbuilder()Returns a mutable builder for constructing an instance of License. -
-
Method Detail
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_sha256
final JsonField<String> _sha256()
Returns the raw JSON value of sha256.
Unlike sha256, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ScanReport.Intelligence.License.Builder toBuilder()
-
validate
final ScanReport.Intelligence.License validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static ScanReport.Intelligence.License.Builder builder()
Returns a mutable builder for constructing an instance of License.
The following fields are required:
.name() .sha256()
-
-
-
-