Class RenameDexItemsResult
java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.BaseResult
com.pnfsoftware.jeb.client.mcp.wrappers.RenameDexItemsResult
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
Fields inherited from class com.pnfsoftware.jeb.client.mcp.wrappers.BaseResult
error, error_message
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count_items_renamed
@JsonPropertyDescription("The count of items that were successfully renamed") public int count_items_renamed -
count_failures
@JsonPropertyDescription("The number of failures") public int count_failures -
failures
@JsonPropertyDescription("The list of renaming actions that failed. On a fully successful call, this list will be empty.") public List<RenameDexItemsResult.Failure> failures
-
-
Constructor Details
-
RenameDexItemsResult
public RenameDexItemsResult()
-