Package dev.themeinerlp.plugindebug
Class DebugUploadResult
-
- All Implemented Interfaces:
public final class DebugUploadResult
Result after uploaded the zip file to a bytepin server
-
-
Field Summary
Fields Modifier and Type Field Description private final String
code
private final String
uploadServer
-
Constructor Summary
Constructors Constructor Description DebugUploadResult(String code, String uploadServer)
-
Method Summary
Modifier and Type Method Description final String
getCode()
final String
getUploadServer()
-