Package com.volcengine.acep.model
Class RunSyncCommandRequest
- java.lang.Object
-
- com.volcengine.acep.model.RunSyncCommandRequest
-
public class RunSyncCommandRequest extends Object
RunSyncCommandRequest
-
-
Constructor Summary
Constructors Constructor Description RunSyncCommandRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunSyncCommandRequestaddPodIdListItem(String podIdListItem)RunSyncCommandRequestcommand(String command)booleanequals(Object o)@NotNull StringgetCommand()Get commandStringgetPermissionType()Get permissionTypeList<String>getPodIdList()Get podIdList@NotNull StringgetProductId()Get productIdinthashCode()RunSyncCommandRequestpermissionType(String permissionType)RunSyncCommandRequestpodIdList(List<String> podIdList)RunSyncCommandRequestproductId(String productId)voidsetCommand(String command)voidsetPermissionType(String permissionType)voidsetPodIdList(List<String> podIdList)voidsetProductId(String productId)StringtoString()
-
-
-
Method Detail
-
command
public RunSyncCommandRequest command(String command)
-
getCommand
@NotNull public @NotNull String getCommand()
Get command- Returns:
- command
-
setCommand
public void setCommand(String command)
-
permissionType
public RunSyncCommandRequest permissionType(String permissionType)
-
getPermissionType
public String getPermissionType()
Get permissionType- Returns:
- permissionType
-
setPermissionType
public void setPermissionType(String permissionType)
-
podIdList
public RunSyncCommandRequest podIdList(List<String> podIdList)
-
addPodIdListItem
public RunSyncCommandRequest addPodIdListItem(String podIdListItem)
-
productId
public RunSyncCommandRequest productId(String productId)
-
getProductId
@NotNull public @NotNull String getProductId()
Get productId- Returns:
- productId
-
setProductId
public void setProductId(String productId)
-
-