Class GetApkResourceByPathArguments
java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.GetApkResourceByPathArguments
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
unit_path
@JsonPropertyDescription("The apk unit path such as one provided by get_project_information. If none is provided, the first apk unit found in the project will be acted upon.") public String unit_path -
resource_path
@JsonPropertyDescription("The fully-qualified resource path, such \'values-v30/strings.xml\'") public String resource_path
-
-
Constructor Details
-
GetApkResourceByPathArguments
public GetApkResourceByPathArguments()
-