Class FunctionType

java.lang.Object
co.permify.sdk.model.FunctionType

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class FunctionType extends Object
Function type with result and arg types.
  • Field Details

  • Constructor Details

    • FunctionType

      public FunctionType()
  • Method Details

    • resultType

      public FunctionType resultType(V1alpha1Type resultType)
    • getResultType

      @Nullable public V1alpha1Type getResultType()
      Get resultType
      Returns:
      resultType
    • setResultType

      public void setResultType(V1alpha1Type resultType)
    • argTypes

      public FunctionType argTypes(List<V1alpha1Type> argTypes)
    • addArgTypesItem

      public FunctionType addArgTypesItem(V1alpha1Type argTypesItem)
    • getArgTypes

      @Nullable public List<V1alpha1Type> getArgTypes()
      Argument types of the function.
      Returns:
      argTypes
    • setArgTypes

      public void setArgTypes(List<V1alpha1Type> argTypes)
    • equals

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

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

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

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

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