-
public final class ToDeviceDeleteFileMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classToDeviceDeleteFileMessage.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringrequestIdprivate final StringparentPathprivate final StringfilePathprivate final BooleanisConstantParentPath
-
Constructor Summary
Constructors Constructor Description ToDeviceDeleteFileMessage(String requestId, String parentPath, String filePath, Boolean isConstantParentPath)
-
Method Summary
Modifier and Type Method Description final StringgetRequestId()final StringgetParentPath()final StringgetFilePath()final BooleangetIsConstantParentPath()-
-
Method Detail
-
getRequestId
final String getRequestId()
-
getParentPath
final String getParentPath()
-
getFilePath
final String getFilePath()
-
getIsConstantParentPath
final Boolean getIsConstantParentPath()
-
-
-
-