public interface SdkPojo
SdkField
s in a POJO. SdkField
contains
metadata about how a field should be marshalled/unmarshalled and allows for generic
accessing/setting/creating of that field on an object.Modifier and Type | Method and Description |
---|---|
default boolean |
equalsBySdkFields(Object other)
Indicates whether some other object is "equal to" this one by SDK fields.
|
List<SdkField<?>> |
sdkFields() |
List<SdkField<?>> sdkFields()
SdkField
in this POJO. May be empty list but should never be null.default boolean equalsBySdkFields(Object other)
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
other
- the object to be compared withCopyright © 2022. All rights reserved.