Class IdentifierKeyValuePairBuilder<T extends IdentifierKeyValuePair,B extends IdentifierKeyValuePairBuilder<T,B>>
- java.lang.Object
-
- io.adminshell.aas.v3.model.builder.AbstractBuilder<T>
-
- io.adminshell.aas.v3.model.builder.ExtendableBuilder<T,B>
-
- io.adminshell.aas.v3.model.builder.IdentifierKeyValuePairBuilder<T,B>
-
- All Implemented Interfaces:
Builder<T>
- Direct Known Subclasses:
DefaultIdentifierKeyValuePair.Builder
public abstract class IdentifierKeyValuePairBuilder<T extends IdentifierKeyValuePair,B extends IdentifierKeyValuePairBuilder<T,B>> extends ExtendableBuilder<T,B>
-
-
Constructor Summary
Constructors Constructor Description IdentifierKeyValuePairBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BexternalSubjectId(Reference externalSubjectId)This function allows setting a value for externalSubjectIdBkey(java.lang.String key)This function allows setting a value for keyBsemanticId(Reference semanticId)This function allows setting a value for semanticIdBvalue(java.lang.String value)This function allows setting a value for value-
Methods inherited from class io.adminshell.aas.v3.model.builder.ExtendableBuilder
getSelf
-
Methods inherited from class io.adminshell.aas.v3.model.builder.AbstractBuilder
build, getBuildingInstance, newBuildingInstance
-
-
-
-
Method Detail
-
key
public B key(java.lang.String key)
This function allows setting a value for key- Parameters:
key- desired value to be set- Returns:
- Builder object with new value for key
-
value
public B value(java.lang.String value)
This function allows setting a value for value- Parameters:
value- desired value to be set- Returns:
- Builder object with new value for value
-
externalSubjectId
public B externalSubjectId(Reference externalSubjectId)
This function allows setting a value for externalSubjectId- Parameters:
externalSubjectId- desired value to be set- Returns:
- Builder object with new value for externalSubjectId
-
-