Class PermissionManagementResponse.Builder
-
- All Implemented Interfaces:
-
org.apache.avro.data.RecordBuilder
public class PermissionManagementResponse.Builder extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
RecordBuilder for PermissionManagementResponse instances.
-
-
Method Summary
Modifier and Type Method Description Object
getResponse()
Gets the value of the 'response' field. PermissionManagementResponse.Builder
setResponse(Object value)
Sets the value of the 'response' field. boolean
hasResponse()
Checks whether the 'response' field has been set. PermissionManagementResponse.Builder
clearResponse()
Clears the value of the 'response' field. PermissionManagementResponse
build()
-
-
Method Detail
-
getResponse
Object getResponse()
Gets the value of the 'response' field.
- Returns:
The value.
-
setResponse
PermissionManagementResponse.Builder setResponse(Object value)
Sets the value of the 'response' field.
- Parameters:
value
- The value of 'response'.- Returns:
This builder.
-
hasResponse
boolean hasResponse()
Checks whether the 'response' field has been set.
- Returns:
True if the 'response' field has been set, false otherwise.
-
clearResponse
PermissionManagementResponse.Builder clearResponse()
Clears the value of the 'response' field.
- Returns:
This builder.
-
build
PermissionManagementResponse build()
-
-
-
-