Package com.volcengine.acep.model
Class ImageTosInfoForBuildAOSPImageInput
- java.lang.Object
-
- com.volcengine.acep.model.ImageTosInfoForBuildAOSPImageInput
-
public class ImageTosInfoForBuildAOSPImageInput extends Object
ImageTosInfoForBuildAOSPImageInput
-
-
Constructor Summary
Constructors Constructor Description ImageTosInfoForBuildAOSPImageInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageTosInfoForBuildAOSPImageInputbucket(String bucket)ImageTosInfoForBuildAOSPImageInputendpoint(String endpoint)booleanequals(Object o)StringgetBucket()Get bucketStringgetEndpoint()Get endpointStringgetRegion()Get region@Valid SystemImgForBuildAOSPImageInputgetSystemImg()Get systemImg@Valid VendorImgForBuildAOSPImageInputgetVendorImg()Get vendorImginthashCode()ImageTosInfoForBuildAOSPImageInputregion(String region)voidsetBucket(String bucket)voidsetEndpoint(String endpoint)voidsetRegion(String region)voidsetSystemImg(SystemImgForBuildAOSPImageInput systemImg)voidsetVendorImg(VendorImgForBuildAOSPImageInput vendorImg)ImageTosInfoForBuildAOSPImageInputsystemImg(SystemImgForBuildAOSPImageInput systemImg)StringtoString()ImageTosInfoForBuildAOSPImageInputvendorImg(VendorImgForBuildAOSPImageInput vendorImg)
-
-
-
Method Detail
-
bucket
public ImageTosInfoForBuildAOSPImageInput bucket(String bucket)
-
getBucket
public String getBucket()
Get bucket- Returns:
- bucket
-
setBucket
public void setBucket(String bucket)
-
endpoint
public ImageTosInfoForBuildAOSPImageInput endpoint(String endpoint)
-
getEndpoint
public String getEndpoint()
Get endpoint- Returns:
- endpoint
-
setEndpoint
public void setEndpoint(String endpoint)
-
region
public ImageTosInfoForBuildAOSPImageInput region(String region)
-
getRegion
public String getRegion()
Get region- Returns:
- region
-
setRegion
public void setRegion(String region)
-
systemImg
public ImageTosInfoForBuildAOSPImageInput systemImg(SystemImgForBuildAOSPImageInput systemImg)
-
getSystemImg
@Valid public @Valid SystemImgForBuildAOSPImageInput getSystemImg()
Get systemImg- Returns:
- systemImg
-
setSystemImg
public void setSystemImg(SystemImgForBuildAOSPImageInput systemImg)
-
vendorImg
public ImageTosInfoForBuildAOSPImageInput vendorImg(VendorImgForBuildAOSPImageInput vendorImg)
-
getVendorImg
@Valid public @Valid VendorImgForBuildAOSPImageInput getVendorImg()
Get vendorImg- Returns:
- vendorImg
-
setVendorImg
public void setVendorImg(VendorImgForBuildAOSPImageInput vendorImg)
-
-