Package com.volcengine.acep.model
Class SystemImgForBuildAOSPImageInput
- java.lang.Object
-
- com.volcengine.acep.model.SystemImgForBuildAOSPImageInput
-
public class SystemImgForBuildAOSPImageInput extends Object
SystemImgForBuildAOSPImageInput
-
-
Constructor Summary
Constructors Constructor Description SystemImgForBuildAOSPImageInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SystemImgForBuildAOSPImageInputfilePath(String filePath)StringgetFilePath()Get filePathStringgetMd5()Get md5inthashCode()SystemImgForBuildAOSPImageInputmd5(String md5)voidsetFilePath(String filePath)voidsetMd5(String md5)StringtoString()
-
-
-
Method Detail
-
filePath
public SystemImgForBuildAOSPImageInput filePath(String filePath)
-
getFilePath
public String getFilePath()
Get filePath- Returns:
- filePath
-
setFilePath
public void setFilePath(String filePath)
-
md5
public SystemImgForBuildAOSPImageInput md5(String md5)
-
getMd5
public String getMd5()
Get md5- Returns:
- md5
-
setMd5
public void setMd5(String md5)
-
-