public class MemberModel extends DocumentationModel
documentation| Constructor and Description |
|---|
MemberModel() |
getDocumentation, setDocumentationpublic 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 getGetterMethodName()
public void setGetterMethodName(String getterMethodName)
public MemberModel withGetterMethodName(String getterMethodName)
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 boolean isSensitive()
public void setSensitive(boolean sensitive)
public boolean isEndpointDiscoveryId()
public void setEndpointDiscoveryId(boolean endpointDiscoveryId)
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 String getVarargSetterDocumentation()
public boolean isIdempotencyToken()
public void setIdempotencyToken(boolean idempotencyToken)
public boolean isJsonValue()
public void setJsonValue(boolean isJsonValue)
public boolean getIsBinary()
public String getPathMarshaller()
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 getUnmarshallingType()
JsonUnmarshallerContext. Must be
a field of JsonUnmarshallerContext.UnmarshallerType. This will be null if the default simple-type
marshaller should be used.public String getMarshallingTargetClass()
public ShapeModel getShape()
public void setShape(ShapeModel shape)
public boolean getShouldEmitLegacyEnumSetter()
public void setShouldEmitLegacyEnumSetter(boolean shouldEmitLegacyEnumSetter)
public void setShouldFullyQualify(boolean shouldFullyQualify)
public boolean getShouldFullyQualify()
Copyright © 2023. All rights reserved.