Package com.volcengine.acep.model
Class GetProxyRequest
- java.lang.Object
-
- com.volcengine.acep.model.GetProxyRequest
-
public class GetProxyRequest extends Object
GetProxyRequest
-
-
Constructor Summary
Constructors Constructor Description GetProxyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetProxyRequestaddPodIdListItem(String podIdListItem)booleanequals(Object o)List<String>getPodIdList()Get podIdList@NotNull StringgetProductId()Get productIdinthashCode()GetProxyRequestpodIdList(List<String> podIdList)GetProxyRequestproductId(String productId)voidsetPodIdList(List<String> podIdList)voidsetProductId(String productId)StringtoString()
-
-
-
Method Detail
-
podIdList
public GetProxyRequest podIdList(List<String> podIdList)
-
addPodIdListItem
public GetProxyRequest addPodIdListItem(String podIdListItem)
-
productId
public GetProxyRequest productId(String productId)
-
getProductId
@NotNull public @NotNull String getProductId()
Get productId- Returns:
- productId
-
setProductId
public void setProductId(String productId)
-
-