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 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 getSetterMethodName()
public void setSetterMethodName(String setterMethodName)
public MemberModel withSetterMethodName(String setterMethodName)
public String getFluentSetterMethodName()
public void setFluentSetterMethodName(String fluentSetterMethodName)
public MemberModel withFluentSetterMethodName(String fluentMethodName)
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 ListModel getListModel()
public void setListModel(ListModel listModel)
public MapModel getMapModel()
public MemberModel withListModel(ListModel list)
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 getFluentSetterDocumentation()
public boolean isIdempotencyToken()
public void setIdempotencyToken(boolean idempotencyToken)
public boolean getIsBinary()
public String getPathMarshaller()
transform.PathMarshallers.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 String getMarshallerBindingFieldName()
MarshallingInfo
for
this member.public String getMarshallingType()
MarshallingInfo
. Must be a field of MarshallingType
.public String getMarshallingTargetClass()
public ShapeModel getShape()
public void setShape(ShapeModel shape)
Copyright © 2017. All rights reserved.