Class FieldValue.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.FieldValue.Builder
 
- 
- Enclosing class:
- FieldValue
 
 public static class FieldValue.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldValuebuild()FieldValue.Buildercopy(FieldValue model)FieldValue.BuilderdisplayValue(String displayValue)Display representation of the field value.FieldValue.BuilderinternalValue(Object internalValue)Internal representation of the field value.FieldValue.BuilderisDeleted(Boolean isDeleted)Denotes if this list-of-values value has been marked as deleted.
 
- 
- 
- 
Method Detail- 
displayValuepublic FieldValue.Builder displayValue(String displayValue) Display representation of the field value.- Parameters:
- displayValue- the value to set
- Returns:
- this builder
 
 - 
internalValuepublic FieldValue.Builder internalValue(Object internalValue) Internal representation of the field value.- Parameters:
- internalValue- the value to set
- Returns:
- this builder
 
 - 
isDeletedpublic FieldValue.Builder isDeleted(Boolean isDeleted) Denotes if this list-of-values value has been marked as deleted.- Parameters:
- isDeleted- the value to set
- Returns:
- this builder
 
 - 
buildpublic FieldValue build() 
 - 
copypublic FieldValue.Builder copy(FieldValue model) 
 
- 
 
-