public class MemberModel extends DocumentationModel
documentation
Constructor and Description |
---|
MemberModel() |
getDocumentation, setDocumentation
public String getName()
public void setName(String name)
public MemberModel withName(String name)
public String getC2jName()
public void setC2jName(String c2jName)
public MemberModel withC2jName(String c2jName)
public String getC2jShape()
public void setC2jShape(String c2jShape)
public MemberModel withC2jShape(String c2jShape)
public VariableModel getVariable()
public void setVariable(VariableModel variable)
public MemberModel withVariable(VariableModel variable)
public VariableModel getSetterModel()
public void setSetterModel(VariableModel setterModel)
public MemberModel withSetterModel(VariableModel setterModel)
public String getFluentGetterMethodName()
public void setFluentGetterMethodName(String fluentGetterMethodName)
public MemberModel withFluentGetterMethodName(String getterMethodName)
public String getFluentEnumGetterMethodName()
public void setFluentEnumGetterMethodName(String fluentEnumGetterMethodName)
public MemberModel withFluentEnumGetterMethodName(String fluentEnumGetterMethodName)
public String getBeanStyleGetterMethodName()
public void setBeanStyleGetterMethodName(String beanStyleGetterName)
public MemberModel withBeanStyleGetterMethodName(String beanStyleGetterName)
public String getBeanStyleSetterMethodName()
public void setBeanStyleSetterMethodName(String beanStyleSetterName)
public MemberModel withBeanStyleSetterMethodName(String beanStyleSetterName)
public String getFluentSetterMethodName()
public void setFluentSetterMethodName(String fluentSetterMethodName)
public MemberModel withFluentSetterMethodName(String fluentMethodName)
public String getFluentEnumSetterMethodName()
public void setFluentEnumSetterMethodName(String fluentEnumSetterMethodName)
public MemberModel withFluentEnumSetterMethodName(String fluentEnumSetterMethodName)
public String getExistenceCheckMethodName()
public void setExistenceCheckMethodName(String existenceCheckMethodName)
public MemberModel withExistenceCheckMethodName(String existenceCheckMethodName)
public ReturnTypeModel getGetterModel()
public void setGetterModel(ReturnTypeModel getterModel)
public MemberModel withGetterModel(ReturnTypeModel getterModel)
public ParameterHttpMapping getHttp()
public void setHttp(ParameterHttpMapping parameterHttpMapping)
public boolean isSimple()
public boolean isList()
public boolean isMap()
public boolean isDeprecated()
public void setDeprecated(boolean deprecated)
public String getDeprecatedMessage()
public void setDeprecatedMessage(String deprecatedMessage)
public boolean isEventPayload()
public void setEventPayload(boolean eventPayload)
public boolean isEventHeader()
public void setEventHeader(boolean eventHeader)
public boolean isEndpointDiscoveryId()
public void setEndpointDiscoveryId(boolean endpointDiscoveryId)
public ListModel getListModel()
public void setListModel(ListModel listModel)
public MemberModel withListModel(ListModel list)
public MapModel getMapModel()
public void setMapModel(MapModel map)
public MemberModel withMapModel(MapModel map)
public String getEnumType()
public void setEnumType(String enumType)
public MemberModel withEnumType(String enumType)
public String getXmlNameSpaceUri()
public void setXmlNameSpaceUri(String xmlNameSpaceUri)
public MemberModel withXmlNameSpaceUri(String xmlNameSpaceUri)
public String getSetterDocumentation()
public String getGetterDocumentation()
public String getDeprecatedGetterDocumentation()
public String getFluentSetterDocumentation()
public String getExistenceCheckDocumentation()
public String getDeprecatedSetterDocumentation()
public String getDefaultConsumerFluentSetterDocumentation()
public String getUnionConstructorDocumentation()
public boolean isIdempotencyToken()
public void setIdempotencyToken(boolean idempotencyToken)
public boolean getIsBinary()
public String getPathMarshaller()
PathMarshaller
to use if this member is bound the the URI.IllegalStateException
- If this member is not bound to the URI. Templates should first check
ParameterHttpMapping.isUri()
first.public boolean isJsonValue()
public void setJsonValue(boolean jsonValue)
public MemberModel withJsonValue(boolean jsonValue)
public String getTimestampFormat()
public void setTimestampFormat(String timestampFormat)
public MemberModel withTimestampFormat(String timestampFormat)
public void setSensitive(boolean sensitive)
public boolean isSensitive()
public boolean isXmlAttribute()
public void setXmlAttribute(boolean xmlAttribute)
public MemberModel withXmlAttribtue(boolean xmlAttribtue)
public String getDeprecatedName()
public void setDeprecatedName(String deprecatedName)
public MemberModel withDeprecatedName(String deprecatedName)
public boolean hasBuilder()
public boolean containsBuildable()
public boolean isSdkBytesType()
public String getMarshallingType()
SdkField
. Must be a
field of MarshallingType
.public ShapeModel getShape()
public void setShape(ShapeModel shape)
public Optional<com.squareup.javapoet.ClassName> getAutoConstructClassIfExists()
public void setDeprecatedFluentGetterMethodName(String fluentDeprecatedGetterMethodName)
public String getDeprecatedFluentGetterMethodName()
public void setDeprecatedFluentSetterMethodName(String fluentDeprecatedSetterMethodName)
public String getDeprecatedFluentSetterMethodName()
public String getDeprecatedBeanStyleSetterMethodName()
public void setDeprecatedBeanStyleSetterMethodName(String deprecatedBeanStyleSetterMethodName)
public String getUnionEnumTypeName()
public void setUnionEnumTypeName(String unionEnumTypeName)
Copyright © 2022. All rights reserved.