public class MistakeSpecFluent<A extends MistakeSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
MistakeSpecFluent() |
MistakeSpecFluent(MistakeSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(MistakeSpec instance) |
boolean |
equals(Object o) |
String |
getFilling() |
Long |
getMaxLength() |
Long |
getMaxOccurrences() |
boolean |
hasFilling() |
int |
hashCode() |
boolean |
hasMaxLength() |
boolean |
hasMaxOccurrences() |
String |
toString() |
A |
withFilling(String filling) |
A |
withMaxLength(Long maxLength) |
A |
withMaxOccurrences(Long maxOccurrences) |
public MistakeSpecFluent()
public MistakeSpecFluent(MistakeSpec instance)
protected void copyInstance(MistakeSpec instance)
public String getFilling()
public boolean hasFilling()
public Long getMaxLength()
public boolean hasMaxLength()
public Long getMaxOccurrences()
public boolean hasMaxOccurrences()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MistakeSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MistakeSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.