Package com.vmware.nsx_policy.model
Class ErrorResolverUserInputData.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ErrorResolverUserInputData.Builder
-
- Enclosing class:
- ErrorResolverUserInputData
public static final class ErrorResolverUserInputData.Builder extends java.lang.ObjectBuilder class forErrorResolverUserInputData.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofErrorResolverUserInputData.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorResolverUserInputDatabuild()ErrorResolverUserInputData.BuildersetDataType(java.lang.String dataType)Possible values are:ErrorResolverUserInputData.DATA_TYPE_TEXTErrorResolverUserInputData.DATA_TYPE_NUMBERErrorResolverUserInputData.DATA_TYPE_PASSWORDThe datatype of the given property.ErrorResolverUserInputData.BuildersetPropertyName(java.lang.String propertyName)Name of the property supplied by the userErrorResolverUserInputData.BuildersetPropertyValue(java.lang.String propertyValue)The value associated with the above property
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofErrorResolverUserInputData.
-
-
Method Detail
-
setDataType
public ErrorResolverUserInputData.Builder setDataType(java.lang.String dataType)
Possible values are: The datatype of the given property. Useful for data validation- Parameters:
dataType- New value for the property.
-
setPropertyName
public ErrorResolverUserInputData.Builder setPropertyName(java.lang.String propertyName)
Name of the property supplied by the user- Parameters:
propertyName- New value for the property.
-
setPropertyValue
public ErrorResolverUserInputData.Builder setPropertyValue(java.lang.String propertyValue)
The value associated with the above property- Parameters:
propertyValue- New value for the property.
-
build
public ErrorResolverUserInputData build()
-
-