Class ConditionParamTypeRef


  • public class ConditionParamTypeRef
    extends java.lang.Object
    ConditionParamTypeRef
    • Field Detail

      • JSON_PROPERTY_TYPE_NAME

        public static final java.lang.String JSON_PROPERTY_TYPE_NAME
        See Also:
        Constant Field Values
      • JSON_PROPERTY_GENERIC_TYPES

        public static final java.lang.String JSON_PROPERTY_GENERIC_TYPES
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConditionParamTypeRef

        public ConditionParamTypeRef()
    • Method Detail

      • getTypeName

        @Nonnull
        public TypeName getTypeName()
        Get typeName
        Returns:
        typeName
      • setTypeName

        public void setTypeName​(TypeName typeName)
      • getGenericTypes

        @Nullable
        public java.util.List<ConditionParamTypeRef> getGenericTypes()
        Get genericTypes
        Returns:
        genericTypes
      • equals

        public boolean equals​(java.lang.Object o)
        Return true if this ConditionParamTypeRef object is equal to o.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toUrlQueryString

        public java.lang.String toUrlQueryString()
        Convert the instance into URL query string.
        Returns:
        URL query string
      • toUrlQueryString

        public java.lang.String toUrlQueryString​(java.lang.String prefix)
        Convert the instance into URL query string.
        Parameters:
        prefix - prefix of the query string
        Returns:
        URL query string