Package io.sundr.model
Class AttributeSupportFluent<A extends AttributeSupportFluent<A>>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.AttributeSupportFluent<A>
-
- Direct Known Subclasses:
AnnotationRefFluent,AttributeSupportBuilder,ModifierSupportFluent,TypeParamDefFluent,TypeRefFluent
public class AttributeSupportFluent<A extends AttributeSupportFluent<A>> extends io.sundr.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description AttributeSupportFluent()AttributeSupportFluent(io.sundr.model.AttributeSupport instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAttributes(io.sundr.model.AttributeKey key, Object value)AaddToAttributes(Map<io.sundr.model.AttributeKey,Object> map)protected voidcopyInstance(io.sundr.model.AttributeSupport instance)booleanequals(Object o)Map<io.sundr.model.AttributeKey,Object>getAttributes()booleanhasAttributes()inthashCode()AremoveFromAttributes(io.sundr.model.AttributeKey key)AremoveFromAttributes(Map<io.sundr.model.AttributeKey,Object> map)StringtoString()<K,V>
AwithAttributes(Map<io.sundr.model.AttributeKey,Object> attributes)
-
-
-
Method Detail
-
copyInstance
protected void copyInstance(io.sundr.model.AttributeSupport instance)
-
removeFromAttributes
public A removeFromAttributes(io.sundr.model.AttributeKey key)
-
hasAttributes
public boolean hasAttributes()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.sundr.builder.BaseFluent<A extends AttributeSupportFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.sundr.builder.BaseFluent<A extends AttributeSupportFluent<A>>
-
-