Class QueueConfigFluent<A extends QueueConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.QueueConfigFluent<A>
-
- Direct Known Subclasses:
QueueConfigBuilder,RemoteWriteSpecFluent.QueueConfigNested
public class QueueConfigFluent<A extends QueueConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description QueueConfigFluent()QueueConfigFluent(QueueConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
QueueConfigFluent
public QueueConfigFluent()
-
QueueConfigFluent
public QueueConfigFluent(QueueConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(QueueConfig instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends QueueConfigFluent<A>>
-
getBatchSendDeadline
public String getBatchSendDeadline()
-
getCapacity
public Integer getCapacity()
-
getMaxBackoff
public String getMaxBackoff()
-
getMaxRetries
public Integer getMaxRetries()
-
getMaxSamplesPerSend
public Integer getMaxSamplesPerSend()
-
getMaxShards
public Integer getMaxShards()
-
getMinBackoff
public String getMinBackoff()
-
getMinShards
public Integer getMinShards()
-
getRetryOnRateLimit
public Boolean getRetryOnRateLimit()
-
getSampleAgeLimit
public String getSampleAgeLimit()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasBatchSendDeadline
public boolean hasBatchSendDeadline()
-
hasCapacity
public boolean hasCapacity()
-
hasMaxBackoff
public boolean hasMaxBackoff()
-
hasMaxRetries
public boolean hasMaxRetries()
-
hasMaxSamplesPerSend
public boolean hasMaxSamplesPerSend()
-
hasMaxShards
public boolean hasMaxShards()
-
hasMinBackoff
public boolean hasMinBackoff()
-
hasMinShards
public boolean hasMinShards()
-
hasRetryOnRateLimit
public boolean hasRetryOnRateLimit()
-
hasSampleAgeLimit
public boolean hasSampleAgeLimit()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends QueueConfigFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withRetryOnRateLimit
public A withRetryOnRateLimit()
-
-