public class MistakeSpecFluentImpl<A extends MistakeSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MistakeSpecFluent<A>
| Constructor and Description |
|---|
MistakeSpecFluentImpl() |
MistakeSpecFluentImpl(MistakeSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
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) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic MistakeSpecFluentImpl()
public MistakeSpecFluentImpl(MistakeSpec instance)
public String getFilling()
getFilling in interface MistakeSpecFluent<A extends MistakeSpecFluent<A>>public A withFilling(String filling)
withFilling in interface MistakeSpecFluent<A extends MistakeSpecFluent<A>>public Boolean hasFilling()
hasFilling in interface MistakeSpecFluent<A extends MistakeSpecFluent<A>>public Long getMaxLength()
getMaxLength in interface MistakeSpecFluent<A extends MistakeSpecFluent<A>>public A withMaxLength(Long maxLength)
withMaxLength in interface MistakeSpecFluent<A extends MistakeSpecFluent<A>>public Boolean hasMaxLength()
hasMaxLength in interface MistakeSpecFluent<A extends MistakeSpecFluent<A>>public Long getMaxOccurrences()
getMaxOccurrences in interface MistakeSpecFluent<A extends MistakeSpecFluent<A>>public A withMaxOccurrences(Long maxOccurrences)
withMaxOccurrences in interface MistakeSpecFluent<A extends MistakeSpecFluent<A>>public Boolean hasMaxOccurrences()
hasMaxOccurrences in interface MistakeSpecFluent<A extends MistakeSpecFluent<A>>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.