public static class RoleHistoryMapping.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<RoleHistoryMapping> implements org.apache.avro.data.RecordBuilder<RoleHistoryMapping>
| Modifier and Type | Method and Description |
|---|---|
RoleHistoryMapping |
build() |
RoleHistoryMapping.Builder |
clearRolemap()
Clears the value of the 'rolemap' field
|
Map<CharSequence,Integer> |
getRolemap()
Gets the value of the 'rolemap' field
|
boolean |
hasRolemap()
Checks whether the 'rolemap' field has been set
|
RoleHistoryMapping.Builder |
setRolemap(Map<CharSequence,Integer> value)
Sets the value of the 'rolemap' field
|
public Map<CharSequence,Integer> getRolemap()
public RoleHistoryMapping.Builder setRolemap(Map<CharSequence,Integer> value)
public boolean hasRolemap()
public RoleHistoryMapping.Builder clearRolemap()
public RoleHistoryMapping build()
build in interface org.apache.avro.data.RecordBuilder<RoleHistoryMapping>Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.