Package ai.reveng.model
Class BinaryDetailsResponse
java.lang.Object
ai.reveng.model.BinaryDetailsResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BinaryDetailsResponse
extends Object
BinaryDetailsResponse
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentropy(BigDecimal entropy) booleanfirstSeen(OffsetDateTime firstSeen) static BinaryDetailsResponseCreate an instance of BinaryDetailsResponse given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getArch()The architecture of the binarygetBits()The size of the binary in bitsgetCrc32()Get crc32getDebug()Get debugGet entropyGet fileSizeGet firstSeenGet machinegetMd5()Get md5getOs()OS target of the binaryGet propertyClassgetSha1()SHA1 hash of the binarySHA256 hash of the binaryGet ssdeepGet _staticGet strippedGet subSysgetTlsh()Get tlshgetType()Get typeinthashCode()propertyClass(String propertyClass) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidvoidvoidvoidvoidsetEntropy(BigDecimal entropy) voidsetFileSize(Integer fileSize) voidsetFirstSeen(OffsetDateTime firstSeen) voidsetLanguage(String language) voidsetMachine(String machine) voidvoidvoidsetPropertyClass(String propertyClass) voidvoidvoidvoidvoidsetStripped(Boolean stripped) voidvoidvoidtoJson()Convert an instance of BinaryDetailsResponse to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ARCH
- See Also:
-
SERIALIZED_NAME_BITS
- See Also:
-
SERIALIZED_NAME_CRC32
- See Also:
-
SERIALIZED_NAME_PROPERTY_CLASS
- See Also:
-
SERIALIZED_NAME_ENTROPY
- See Also:
-
SERIALIZED_NAME_FILE_SIZE
- See Also:
-
SERIALIZED_NAME_LANGUAGE
- See Also:
-
SERIALIZED_NAME_MD5
- See Also:
-
SERIALIZED_NAME_MACHINE
- See Also:
-
SERIALIZED_NAME_OS
- See Also:
-
SERIALIZED_NAME_SHA1
- See Also:
-
SERIALIZED_NAME_SHA256
- See Also:
-
SERIALIZED_NAME_SSDEEP
- See Also:
-
SERIALIZED_NAME_STATIC
- See Also:
-
SERIALIZED_NAME_STRIPPED
- See Also:
-
SERIALIZED_NAME_SUB_SYS
- See Also:
-
SERIALIZED_NAME_TLSH
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_DEBUG
- See Also:
-
SERIALIZED_NAME_FIRST_SEEN
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BinaryDetailsResponse
public BinaryDetailsResponse()
-
-
Method Details
-
arch
-
getArch
The architecture of the binary- Returns:
- arch
-
setArch
-
bits
-
getBits
The size of the binary in bits- Returns:
- bits
-
setBits
-
crc32
-
getCrc32
Get crc32- Returns:
- crc32
-
setCrc32
-
propertyClass
-
getPropertyClass
Get propertyClass- Returns:
- propertyClass
-
setPropertyClass
-
entropy
-
getEntropy
Get entropy- Returns:
- entropy
-
setEntropy
-
fileSize
-
getFileSize
Get fileSize- Returns:
- fileSize
-
setFileSize
-
language
-
getLanguage
- Returns:
- language
-
setLanguage
-
md5
-
getMd5
Get md5- Returns:
- md5
-
setMd5
-
machine
-
getMachine
Get machine- Returns:
- machine
-
setMachine
-
os
-
getOs
OS target of the binary- Returns:
- os
-
setOs
-
sha1
-
getSha1
SHA1 hash of the binary- Returns:
- sha1
-
setSha1
-
sha256
-
getSha256
SHA256 hash of the binary- Returns:
- sha256
-
setSha256
-
ssdeep
-
getSsdeep
Get ssdeep- Returns:
- ssdeep
-
setSsdeep
-
_static
-
getStatic
Get _static- Returns:
- _static
-
setStatic
-
stripped
-
getStripped
Get stripped- Returns:
- stripped
-
setStripped
-
subSys
-
getSubSys
Get subSys- Returns:
- subSys
-
setSubSys
-
tlsh
-
getTlsh
Get tlsh- Returns:
- tlsh
-
setTlsh
-
type
-
getType
Get type- Returns:
- type
-
setType
-
debug
-
getDebug
Get debug- Returns:
- debug
-
setDebug
-
firstSeen
-
getFirstSeen
Get firstSeen- Returns:
- firstSeen
-
setFirstSeen
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the BinaryDetailsResponse instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to BinaryDetailsResponse
-
fromJson
Create an instance of BinaryDetailsResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BinaryDetailsResponse
- Throws:
IOException- if the JSON string is invalid with respect to BinaryDetailsResponse
-
toJson
Convert an instance of BinaryDetailsResponse to an JSON string- Returns:
- JSON string
-