Package com.volcengine.acep.model
Class PowerOffPodRequest
- java.lang.Object
-
- com.volcengine.acep.model.PowerOffPodRequest
-
public class PowerOffPodRequest extends Object
PowerOffPodRequest
-
-
Constructor Summary
Constructors Constructor Description PowerOffPodRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PowerOffPodRequestaddPodIdListItem(String podIdListItem)booleanequals(Object o)StringgetPodId()Get podIdList<String>getPodIdList()Get podIdList@NotNull StringgetProductId()Get productIdinthashCode()PowerOffPodRequestpodId(String podId)PowerOffPodRequestpodIdList(List<String> podIdList)PowerOffPodRequestproductId(String productId)voidsetPodId(String podId)voidsetPodIdList(List<String> podIdList)voidsetProductId(String productId)StringtoString()
-
-
-
Method Detail
-
podId
public PowerOffPodRequest podId(String podId)
-
getPodId
public String getPodId()
Get podId- Returns:
- podId
-
setPodId
public void setPodId(String podId)
-
podIdList
public PowerOffPodRequest podIdList(List<String> podIdList)
-
addPodIdListItem
public PowerOffPodRequest addPodIdListItem(String podIdListItem)
-
productId
public PowerOffPodRequest productId(String productId)
-
getProductId
@NotNull public @NotNull String getProductId()
Get productId- Returns:
- productId
-
setProductId
public void setProductId(String productId)
-
-