@Generated(value="software.amazon.awssdk:codegen") public final class AxisLogarithmicScale extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AxisLogarithmicScale.Builder,AxisLogarithmicScale>
The logarithmic axis scale setup.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AxisLogarithmicScale.Builder |
| Modifier and Type | Method and Description |
|---|---|
Double |
base()
The base setup of a logarithmic axis scale.
|
static AxisLogarithmicScale.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AxisLogarithmicScale.Builder> |
serializableBuilderClass() |
AxisLogarithmicScale.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double base()
The base setup of a logarithmic axis scale.
public AxisLogarithmicScale.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AxisLogarithmicScale.Builder,AxisLogarithmicScale>public static AxisLogarithmicScale.Builder builder()
public static Class<? extends AxisLogarithmicScale.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.