public class FunctionResult extends VdmComplex<FunctionResult>
Original complex type name from the Odata EDM: FunctionResult
Modifier and Type | Class and Description |
---|---|
static class |
FunctionResult.FunctionResultBuilder |
changedOriginalFields
Constructor and Description |
---|
FunctionResult() |
FunctionResult(Boolean booleanProperty) |
Modifier and Type | Method and Description |
---|---|
static FunctionResult.FunctionResultBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues) |
Boolean |
getBooleanProperty()
Constraints: Not nullable
|
protected Map<String,Object> |
getKey() |
Class<FunctionResult> |
getType() |
int |
hashCode() |
void |
setBooleanProperty(Boolean booleanProperty)
Constraints: Not nullable
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
@Nonnull public Class<FunctionResult> getType()
getType
in class VdmObject<FunctionResult>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<FunctionResult>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<FunctionResult>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<FunctionResult>
@Nonnull public static FunctionResult.FunctionResultBuilder builder()
@Nullable public Boolean getBooleanProperty()
Original property from the Odata EDM: Boolean
public void setBooleanProperty(@Nullable Boolean booleanProperty)
Original property from the Odata EDM: Boolean
booleanProperty
- @Nonnull public String toString()
toString
in class VdmObject<FunctionResult>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<FunctionResult>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<FunctionResult>
public int hashCode()
hashCode
in class VdmObject<FunctionResult>
Copyright © 2021 SAP SE. All rights reserved.