public class ClientAuthentication
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientAuthentication.Builder
RecordBuilder for ClientAuthentication instances.
|
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.CharSequence> |
authorities
Deprecated.
|
java.lang.CharSequence |
id
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
java.util.List<java.lang.CharSequence> |
scopes
Deprecated.
|
| Constructor and Description |
|---|
ClientAuthentication()
Default constructor.
|
ClientAuthentication(java.lang.CharSequence id,
java.util.List<java.lang.CharSequence> authorities,
java.util.List<java.lang.CharSequence> scopes)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int field$) |
java.util.List<java.lang.CharSequence> |
getAuthorities()
Gets the value of the 'authorities' field.
|
static org.apache.avro.Schema |
getClassSchema() |
java.lang.CharSequence |
getId()
Gets the value of the 'id' field.
|
org.apache.avro.Schema |
getSchema() |
java.util.List<java.lang.CharSequence> |
getScopes()
Gets the value of the 'scopes' field.
|
static ClientAuthentication.Builder |
newBuilder()
Creates a new ClientAuthentication RecordBuilder
|
static ClientAuthentication.Builder |
newBuilder(ClientAuthentication.Builder other)
Creates a new ClientAuthentication RecordBuilder by copying an existing Builder
|
static ClientAuthentication.Builder |
newBuilder(ClientAuthentication other)
Creates a new ClientAuthentication RecordBuilder by copying an existing ClientAuthentication instance
|
void |
put(int field$,
java.lang.Object value$) |
void |
setAuthorities(java.util.List<java.lang.CharSequence> value)
Sets the value of the 'authorities' field.
|
void |
setId(java.lang.CharSequence value)
Sets the value of the 'id' field.
|
void |
setScopes(java.util.List<java.lang.CharSequence> value)
Sets the value of the 'scopes' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public java.lang.CharSequence id
@Deprecated public java.util.List<java.lang.CharSequence> authorities
@Deprecated public java.util.List<java.lang.CharSequence> scopes
public ClientAuthentication()
newBuilder().public ClientAuthentication(java.lang.CharSequence id,
java.util.List<java.lang.CharSequence> authorities,
java.util.List<java.lang.CharSequence> scopes)
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
java.lang.Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.CharSequence getId()
public void setId(java.lang.CharSequence value)
value - the value to set.public java.util.List<java.lang.CharSequence> getAuthorities()
public void setAuthorities(java.util.List<java.lang.CharSequence> value)
value - the value to set.public java.util.List<java.lang.CharSequence> getScopes()
public void setScopes(java.util.List<java.lang.CharSequence> value)
value - the value to set.public static ClientAuthentication.Builder newBuilder()
public static ClientAuthentication.Builder newBuilder(ClientAuthentication.Builder other)
public static ClientAuthentication.Builder newBuilder(ClientAuthentication other)