| Modifier and Type | Method and Description |
|---|---|
Customer |
build() |
Customer.Builder |
clearAge()
Clears the value of the 'age' field.
|
Customer.Builder |
clearAutomatedEmail()
Clears the value of the 'automated_email' field.
|
Customer.Builder |
clearFirstName()
Clears the value of the 'first_name' field.
|
Customer.Builder |
clearHeight()
Clears the value of the 'height' field.
|
Customer.Builder |
clearLastName()
Clears the value of the 'last_name' field.
|
Customer.Builder |
clearWeight()
Clears the value of the 'weight' field.
|
Integer |
getAge()
Gets the value of the 'age' field.
|
Boolean |
getAutomatedEmail()
Gets the value of the 'automated_email' field.
|
String |
getFirstName()
Gets the value of the 'first_name' field.
|
Float |
getHeight()
Gets the value of the 'height' field.
|
String |
getLastName()
Gets the value of the 'last_name' field.
|
Float |
getWeight()
Gets the value of the 'weight' field.
|
boolean |
hasAge()
Checks whether the 'age' field has been set.
|
boolean |
hasAutomatedEmail()
Checks whether the 'automated_email' field has been set.
|
boolean |
hasFirstName()
Checks whether the 'first_name' field has been set.
|
boolean |
hasHeight()
Checks whether the 'height' field has been set.
|
boolean |
hasLastName()
Checks whether the 'last_name' field has been set.
|
boolean |
hasWeight()
Checks whether the 'weight' field has been set.
|
Customer.Builder |
setAge(int value)
Sets the value of the 'age' field.
|
Customer.Builder |
setAutomatedEmail(boolean value)
Sets the value of the 'automated_email' field.
|
Customer.Builder |
setFirstName(String value)
Sets the value of the 'first_name' field.
|
Customer.Builder |
setHeight(float value)
Sets the value of the 'height' field.
|
Customer.Builder |
setLastName(String value)
Sets the value of the 'last_name' field.
|
Customer.Builder |
setWeight(float value)
Sets the value of the 'weight' field.
|
public String getFirstName()
public Customer.Builder setFirstName(String value)
value - The value of 'first_name'.public boolean hasFirstName()
public Customer.Builder clearFirstName()
public String getLastName()
public Customer.Builder setLastName(String value)
value - The value of 'last_name'.public boolean hasLastName()
public Customer.Builder clearLastName()
public Integer getAge()
public Customer.Builder setAge(int value)
value - The value of 'age'.public boolean hasAge()
public Customer.Builder clearAge()
public Float getHeight()
public Customer.Builder setHeight(float value)
value - The value of 'height'.public boolean hasHeight()
public Customer.Builder clearHeight()
public Float getWeight()
public Customer.Builder setWeight(float value)
value - The value of 'weight'.public boolean hasWeight()
public Customer.Builder clearWeight()
public Boolean getAutomatedEmail()
public Customer.Builder setAutomatedEmail(boolean value)
value - The value of 'automated_email'.public boolean hasAutomatedEmail()
public Customer.Builder clearAutomatedEmail()
Copyright © 2020. All rights reserved.