Class RenameDexPackageArguments

java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.RenameDexPackageArguments

public class RenameDexPackageArguments extends Object
  • Field Details

    • unit_path

      @JsonPropertyDescription("The dex unit path such as one provided by get_project_information. If none is provided, the first dex unit found in the project will be acted upon.") public String unit_path
    • current_fully_qualified_name

      @JsonPropertyDescription("The fully-qualified name of the package to be renamed") public String current_fully_qualified_name
    • new_simple_name

      @JsonPropertyDescription("The new simple name to be set for the package") public String new_simple_name
  • Constructor Details

    • RenameDexPackageArguments

      public RenameDexPackageArguments()