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