Package com.volcengine.acep.model
Class PullFileRequest
- java.lang.Object
-
- com.volcengine.acep.model.PullFileRequest
-
public class PullFileRequest extends Object
PullFileRequest
-
-
Constructor Summary
Constructors Constructor Description PullFileRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PullFileRequestendpoint(String endpoint)booleanequals(Object o)PullFileRequestfilePath(String filePath)@NotNull StringgetEndpoint()Get endpoint@NotNull StringgetFilePath()Get filePath@NotNull StringgetPodId()Get podId@NotNull StringgetProductId()Get productId@NotNull StringgetRegion()Get region@NotNull StringgetTosBucket()Get tosBucket@NotNull StringgetTosFilePath()Get tosFilePathinthashCode()PullFileRequestpodId(String podId)PullFileRequestproductId(String productId)PullFileRequestregion(String region)voidsetEndpoint(String endpoint)voidsetFilePath(String filePath)voidsetPodId(String podId)voidsetProductId(String productId)voidsetRegion(String region)voidsetTosBucket(String tosBucket)voidsetTosFilePath(String tosFilePath)PullFileRequesttosBucket(String tosBucket)PullFileRequesttosFilePath(String tosFilePath)StringtoString()
-
-
-
Method Detail
-
endpoint
public PullFileRequest endpoint(String endpoint)
-
getEndpoint
@NotNull public @NotNull String getEndpoint()
Get endpoint- Returns:
- endpoint
-
setEndpoint
public void setEndpoint(String endpoint)
-
filePath
public PullFileRequest filePath(String filePath)
-
getFilePath
@NotNull public @NotNull String getFilePath()
Get filePath- Returns:
- filePath
-
setFilePath
public void setFilePath(String filePath)
-
podId
public PullFileRequest podId(String podId)
-
getPodId
@NotNull public @NotNull String getPodId()
Get podId- Returns:
- podId
-
setPodId
public void setPodId(String podId)
-
productId
public PullFileRequest productId(String productId)
-
getProductId
@NotNull public @NotNull String getProductId()
Get productId- Returns:
- productId
-
setProductId
public void setProductId(String productId)
-
region
public PullFileRequest region(String region)
-
getRegion
@NotNull public @NotNull String getRegion()
Get region- Returns:
- region
-
setRegion
public void setRegion(String region)
-
tosBucket
public PullFileRequest tosBucket(String tosBucket)
-
getTosBucket
@NotNull public @NotNull String getTosBucket()
Get tosBucket- Returns:
- tosBucket
-
setTosBucket
public void setTosBucket(String tosBucket)
-
tosFilePath
public PullFileRequest tosFilePath(String tosFilePath)
-
getTosFilePath
@NotNull public @NotNull String getTosFilePath()
Get tosFilePath- Returns:
- tosFilePath
-
setTosFilePath
public void setTosFilePath(String tosFilePath)
-
-