public static class RuleBasedEntityMap.Builder extends Object
Constructor and Description |
---|
Builder() |
public RuleBasedEntityMap.Builder description(String description)
public RuleBasedEntityMap.Builder key(String key)
The object key.
key
- the value to setpublic RuleBasedEntityMap.Builder modelVersion(String modelVersion)
The object’s model version.
modelVersion
- the value to setpublic RuleBasedEntityMap.Builder parentRef(ParentReference parentRef)
public RuleBasedEntityMap.Builder configValues(ConfigValues configValues)
public RuleBasedEntityMap.Builder mapType(RuleBasedEntityMap.MapType mapType)
mapType
mapType
- the value to setpublic RuleBasedEntityMap.Builder fromPattern(String fromPattern)
The pattern to map from.
fromPattern
- the value to setpublic RuleBasedEntityMap.Builder toPattern(String toPattern)
The pattern to map to.
toPattern
- the value to setpublic RuleBasedEntityMap.Builder isJavaRegexSyntax(Boolean isJavaRegexSyntax)
Specifies whether the rule uses a java regex syntax.
isJavaRegexSyntax
- the value to setpublic RuleBasedEntityMap.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectStatus
- the value to setpublic RuleBasedEntityMap build()
public RuleBasedEntityMap.Builder copy(RuleBasedEntityMap model)
Copyright © 2016–2024. All rights reserved.