Package com.volcengine.acep.model
Class OverlayPropertyForCreatePodOneStepInput
- java.lang.Object
-
- com.volcengine.acep.model.OverlayPropertyForCreatePodOneStepInput
-
public class OverlayPropertyForCreatePodOneStepInput extends Object
OverlayPropertyForCreatePodOneStepInput
-
-
Constructor Summary
Constructors Constructor Description OverlayPropertyForCreatePodOneStepInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetSystemPropertyName()Get systemPropertyNameStringgetSystemPropertyValue()Get systemPropertyValueStringgetSystemPropertyValueType()Get systemPropertyValueTypeinthashCode()voidsetSystemPropertyName(String systemPropertyName)voidsetSystemPropertyValue(String systemPropertyValue)voidsetSystemPropertyValueType(String systemPropertyValueType)OverlayPropertyForCreatePodOneStepInputsystemPropertyName(String systemPropertyName)OverlayPropertyForCreatePodOneStepInputsystemPropertyValue(String systemPropertyValue)OverlayPropertyForCreatePodOneStepInputsystemPropertyValueType(String systemPropertyValueType)StringtoString()
-
-
-
Method Detail
-
systemPropertyName
public OverlayPropertyForCreatePodOneStepInput systemPropertyName(String systemPropertyName)
-
getSystemPropertyName
public String getSystemPropertyName()
Get systemPropertyName- Returns:
- systemPropertyName
-
setSystemPropertyName
public void setSystemPropertyName(String systemPropertyName)
-
systemPropertyValue
public OverlayPropertyForCreatePodOneStepInput systemPropertyValue(String systemPropertyValue)
-
getSystemPropertyValue
public String getSystemPropertyValue()
Get systemPropertyValue- Returns:
- systemPropertyValue
-
setSystemPropertyValue
public void setSystemPropertyValue(String systemPropertyValue)
-
systemPropertyValueType
public OverlayPropertyForCreatePodOneStepInput systemPropertyValueType(String systemPropertyValueType)
-
getSystemPropertyValueType
public String getSystemPropertyValueType()
Get systemPropertyValueType- Returns:
- systemPropertyValueType
-
setSystemPropertyValueType
public void setSystemPropertyValueType(String systemPropertyValueType)
-
-