Class MoveDexPackageToPackageArguments

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

public class MoveDexPackageToPackageArguments 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
    • source_package_fully_qualified_name

      @JsonPropertyDescription("The fully-qualified dot-separated name of the package to be moved") public String source_package_fully_qualified_name
    • destination_package_fully_qualified_name

      @JsonPropertyDescription("The fully-qualified dot-separated name of the destination package") public String destination_package_fully_qualified_name
  • Constructor Details

    • MoveDexPackageToPackageArguments

      public MoveDexPackageToPackageArguments()