Class GetProjectInformationResult

java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.BaseResult
com.pnfsoftware.jeb.client.mcp.wrappers.GetProjectInformationResult

public class GetProjectInformationResult extends BaseResult
  • Field Details

    • name

      @JsonPropertyDescription("The name of the project") public String name
    • creation_datetime

      @JsonPropertyDescription("The local date and time at which the project was created") public String creation_datetime
    • input_files

      @JsonPropertyDescription("The list of top-level files that make up this project") public List<String> 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()