Package com.volcengine.acep.model
Class ErrorPodInfoListForUnbindPortMappingRuleOutput
- java.lang.Object
-
- com.volcengine.acep.model.ErrorPodInfoListForUnbindPortMappingRuleOutput
-
public class ErrorPodInfoListForUnbindPortMappingRuleOutput extends Object
ErrorPodInfoListForUnbindPortMappingRuleOutput
-
-
Constructor Summary
Constructors Constructor Description ErrorPodInfoListForUnbindPortMappingRuleOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ErrorPodInfoListForUnbindPortMappingRuleOutputerrorCode(Integer errorCode)ErrorPodInfoListForUnbindPortMappingRuleOutputerrorMessage(String errorMessage)IntegergetErrorCode()Get errorCodeStringgetErrorMessage()Get errorMessageStringgetPodId()Get podIdinthashCode()ErrorPodInfoListForUnbindPortMappingRuleOutputpodId(String podId)voidsetErrorCode(Integer errorCode)voidsetErrorMessage(String errorMessage)voidsetPodId(String podId)StringtoString()
-
-
-
Method Detail
-
errorCode
public ErrorPodInfoListForUnbindPortMappingRuleOutput errorCode(Integer errorCode)
-
getErrorCode
public Integer getErrorCode()
Get errorCode- Returns:
- errorCode
-
setErrorCode
public void setErrorCode(Integer errorCode)
-
errorMessage
public ErrorPodInfoListForUnbindPortMappingRuleOutput errorMessage(String errorMessage)
-
getErrorMessage
public String getErrorMessage()
Get errorMessage- Returns:
- errorMessage
-
setErrorMessage
public void setErrorMessage(String errorMessage)
-
podId
public ErrorPodInfoListForUnbindPortMappingRuleOutput podId(String podId)
-
getPodId
public String getPodId()
Get podId- Returns:
- podId
-
setPodId
public void setPodId(String podId)
-
-