Class GetProjectInformationResult
java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.BaseResult
com.pnfsoftware.jeb.client.mcp.wrappers.GetProjectInformationResult
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.pnfsoftware.jeb.client.mcp.wrappers.BaseResult
error, error_message
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
creation_datetime
@JsonPropertyDescription("The local date and time at which the project was created") public String creation_datetime -
input_files
-
units
@JsonPropertyDescription("The list of high-level units in the project, such as apk apps, dex bytecode, x86 code, etc.") public List<GetProjectInformationResult.UnitDescription> units
-
-
Constructor Details
-
GetProjectInformationResult
public GetProjectInformationResult()
-