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