public static interface CustomPluginFileDescription.Builder extends SdkPojo, CopyableBuilder<CustomPluginFileDescription.Builder,CustomPluginFileDescription>
| Modifier and Type | Method and Description |
|---|---|
CustomPluginFileDescription.Builder |
fileMd5(String fileMd5)
The hex-encoded MD5 checksum of the custom plugin file.
|
CustomPluginFileDescription.Builder |
fileSize(Long fileSize)
The size in bytes of the custom plugin file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomPluginFileDescription.Builder fileMd5(String fileMd5)
The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.
fileMd5 - The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.CustomPluginFileDescription.Builder fileSize(Long fileSize)
The size in bytes of the custom plugin file. You can use it to validate the file.
fileSize - The size in bytes of the custom plugin file. You can use it to validate the file.Copyright © 2023. All rights reserved.