public static class Authentication.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<Authentication> implements org.apache.avro.data.RecordBuilder<Authentication>
| Modifier and Type | Method and Description |
|---|---|
Authentication |
build() |
Authentication.Builder |
clearClient()
Clears the value of the 'client' field
|
Authentication.Builder |
clearUser()
Clears the value of the 'user' field
|
ClientAuthentication |
getClient()
Gets the value of the 'client' field
|
UserAuthentication |
getUser()
Gets the value of the 'user' field
|
boolean |
hasClient()
Checks whether the 'client' field has been set
|
boolean |
hasUser()
Checks whether the 'user' field has been set
|
Authentication.Builder |
setClient(ClientAuthentication value)
Sets the value of the 'client' field
|
Authentication.Builder |
setUser(UserAuthentication value)
Sets the value of the 'user' field
|
public ClientAuthentication getClient()
public Authentication.Builder setClient(ClientAuthentication value)
public boolean hasClient()
public Authentication.Builder clearClient()
public UserAuthentication getUser()
public Authentication.Builder setUser(UserAuthentication value)
public boolean hasUser()
public Authentication.Builder clearUser()
public Authentication build()
build in interface org.apache.avro.data.RecordBuilder<Authentication>