| Modifier and Type | Method and Description |
|---|---|
Unions |
build() |
Unions.Builder |
clearUnion1()
Clears the value of the 'union1' field
|
Unions.Builder |
clearUnion2()
Clears the value of the 'union2' field
|
Unions.Builder |
clearUnion3()
Clears the value of the 'union3' field
|
Unions.Builder |
clearUnion4()
Clears the value of the 'union4' field
|
Unions.Builder |
clearUnion5()
Clears the value of the 'union5' field
|
Unions.Builder |
clearUnion6()
Clears the value of the 'union6' field
|
java.lang.Integer |
getUnion1()
Gets the value of the 'union1' field
|
Union2 |
getUnion2()
Gets the value of the 'union2' field
|
java.util.List<java.lang.Boolean> |
getUnion3()
Gets the value of the 'union3' field
|
java.util.Map<java.lang.CharSequence,java.lang.CharSequence> |
getUnion4()
Gets the value of the 'union4' field
|
java.lang.Float |
getUnion5()
Gets the value of the 'union5' field
|
java.lang.Double |
getUnion6()
Gets the value of the 'union6' field
|
boolean |
hasUnion1()
Checks whether the 'union1' field has been set
|
boolean |
hasUnion2()
Checks whether the 'union2' field has been set
|
boolean |
hasUnion3()
Checks whether the 'union3' field has been set
|
boolean |
hasUnion4()
Checks whether the 'union4' field has been set
|
boolean |
hasUnion5()
Checks whether the 'union5' field has been set
|
boolean |
hasUnion6()
Checks whether the 'union6' field has been set
|
Unions.Builder |
setUnion1(java.lang.Integer value)
Sets the value of the 'union1' field
|
Unions.Builder |
setUnion2(Union2 value)
Sets the value of the 'union2' field
|
Unions.Builder |
setUnion3(java.util.List<java.lang.Boolean> value)
Sets the value of the 'union3' field
|
Unions.Builder |
setUnion4(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
Sets the value of the 'union4' field
|
Unions.Builder |
setUnion5(java.lang.Float value)
Sets the value of the 'union5' field
|
Unions.Builder |
setUnion6(java.lang.Double value)
Sets the value of the 'union6' field
|
public java.lang.Integer getUnion1()
public Unions.Builder setUnion1(java.lang.Integer value)
public boolean hasUnion1()
public Unions.Builder clearUnion1()
public Union2 getUnion2()
public Unions.Builder setUnion2(Union2 value)
public boolean hasUnion2()
public Unions.Builder clearUnion2()
public java.util.List<java.lang.Boolean> getUnion3()
public Unions.Builder setUnion3(java.util.List<java.lang.Boolean> value)
public boolean hasUnion3()
public Unions.Builder clearUnion3()
public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getUnion4()
public Unions.Builder setUnion4(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> value)
public boolean hasUnion4()
public Unions.Builder clearUnion4()
public java.lang.Float getUnion5()
public Unions.Builder setUnion5(java.lang.Float value)
public boolean hasUnion5()
public Unions.Builder clearUnion5()
public java.lang.Double getUnion6()
public Unions.Builder setUnion6(java.lang.Double value)
public boolean hasUnion6()
public Unions.Builder clearUnion6()