Package com.volcengine.acep.model
Class OverlayPersistPropertyForCreatePodOneStepInput
- java.lang.Object
-
- com.volcengine.acep.model.OverlayPersistPropertyForCreatePodOneStepInput
-
public class OverlayPersistPropertyForCreatePodOneStepInput extends Object
OverlayPersistPropertyForCreatePodOneStepInput
-
-
Constructor Summary
Constructors Constructor Description OverlayPersistPropertyForCreatePodOneStepInput()
-
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)OverlayPersistPropertyForCreatePodOneStepInputsystemPropertyName(String systemPropertyName)OverlayPersistPropertyForCreatePodOneStepInputsystemPropertyValue(String systemPropertyValue)OverlayPersistPropertyForCreatePodOneStepInputsystemPropertyValueType(String systemPropertyValueType)StringtoString()
-
-
-
Method Detail
-
systemPropertyName
public OverlayPersistPropertyForCreatePodOneStepInput systemPropertyName(String systemPropertyName)
-
getSystemPropertyName
public String getSystemPropertyName()
Get systemPropertyName- Returns:
- systemPropertyName
-
setSystemPropertyName
public void setSystemPropertyName(String systemPropertyName)
-
systemPropertyValue
public OverlayPersistPropertyForCreatePodOneStepInput systemPropertyValue(String systemPropertyValue)
-
getSystemPropertyValue
public String getSystemPropertyValue()
Get systemPropertyValue- Returns:
- systemPropertyValue
-
setSystemPropertyValue
public void setSystemPropertyValue(String systemPropertyValue)
-
systemPropertyValueType
public OverlayPersistPropertyForCreatePodOneStepInput systemPropertyValueType(String systemPropertyValueType)
-
getSystemPropertyValueType
public String getSystemPropertyValueType()
Get systemPropertyValueType- Returns:
- systemPropertyValueType
-
setSystemPropertyValueType
public void setSystemPropertyValueType(String systemPropertyValueType)
-
-