Class FileHashEvidence
- java.lang.Object
-
- odata.msgraph.client.security.complex.AlertEvidence
-
- odata.msgraph.client.security.complex.FileHashEvidence
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class FileHashEvidence extends AlertEvidence implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileHashEvidence.Builder
-
Field Summary
Fields Modifier and Type Field Description protected FileHashAlgorithmalgorithmprotected Stringvalue-
Fields inherited from class odata.msgraph.client.security.complex.AlertEvidence
contextPath, createdDateTime, detailedRoles, detailedRolesNextLink, odataType, remediationStatus, remediationStatusDetails, roles, rolesNextLink, tags, tagsNextLink, unmappedFields, verdict
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileHashEvidence()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileHashEvidence.BuilderbuilderFileHashEvidence()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<FileHashAlgorithm>getAlgorithm()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<String>getValue()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()FileHashEvidencewithAlgorithm(FileHashAlgorithm algorithm)FileHashEvidencewithUnmappedField(String name, Object value)FileHashEvidencewithValue(String value)-
Methods inherited from class odata.msgraph.client.security.complex.AlertEvidence
builder, getCreatedDateTime, getDetailedRoles, getDetailedRoles, getRemediationStatus, getRemediationStatusDetails, getRoles, getRoles, getTags, getTags, getVerdict, withCreatedDateTime, withRemediationStatus, withRemediationStatusDetails, withVerdict
-
-
-
-
Field Detail
-
algorithm
protected FileHashAlgorithm algorithm
-
value
protected String value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAlertEvidence
-
getAlgorithm
public Optional<FileHashAlgorithm> getAlgorithm()
-
withAlgorithm
public FileHashEvidence withAlgorithm(FileHashAlgorithm algorithm)
-
withValue
public FileHashEvidence withValue(String value)
-
withUnmappedField
public FileHashEvidence withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classAlertEvidence
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAlertEvidence
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAlertEvidence
-
builderFileHashEvidence
public static FileHashEvidence.Builder builderFileHashEvidence()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classAlertEvidence
-
-