Class PublicResourceReferenceProjekt

java.lang.Object
de.xima.fc.api.rest.pub.client.user_portal.model.PublicResourceReferenceProjekt
All Implemented Interfaces:
Serializable

@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator") public class PublicResourceReferenceProjekt extends Object implements Serializable
The form the file is attached to.
See Also:
  • Field Details

  • Constructor Details

    • PublicResourceReferenceProjekt

      public PublicResourceReferenceProjekt()
      Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
  • Method Details

    • links

      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • putLinksItem

      public PublicResourceReferenceProjekt putLinksItem(String key, String linksItem)
      Adds an entry to the existing set of entries. If an entry exists for the given key already, it is overwritten.
      Parameters:
      key - Object key at which to add an entry.
      linksItem - New value for the entry at the given key.
      Returns:
      This instance for chaining method calls.
    • getLinks

      @Nullable public Map<String,String> getLinks()
      Get links
      Returns:
      links
    • setLinks

      public void setLinks(Map<String,String> links)
    • uuid

      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getUuid

      @Nullable public UUID getUuid()
      Get uuid
      Returns:
      uuid
    • setUuid

      public void setUuid(UUID uuid)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object