Package com.volcengine.acep.model
Class CreatePodResponse
- java.lang.Object
-
- com.volcengine.model.AbstractResponse
-
- com.volcengine.acep.model.CreatePodResponse
-
public class CreatePodResponse extends com.volcengine.model.AbstractResponseCreatePodResponse
-
-
Constructor Summary
Constructors Constructor Description CreatePodResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreatePodResponseaddPodIdListItem(String podIdListItem)booleanequals(Object o)StringgetPodId()Get podIdList<String>getPodIdList()Get podIdListinthashCode()CreatePodResponsepodId(String podId)CreatePodResponsepodIdList(List<String> podIdList)voidsetPodId(String podId)voidsetPodIdList(List<String> podIdList)StringtoString()
-
-
-
Method Detail
-
podId
public CreatePodResponse podId(String podId)
-
getPodId
public String getPodId()
Get podId- Returns:
- podId
-
setPodId
public void setPodId(String podId)
-
podIdList
public CreatePodResponse podIdList(List<String> podIdList)
-
addPodIdListItem
public CreatePodResponse addPodIdListItem(String podIdListItem)
-
-