java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Part

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Part extends Object
Part
  • Felddetails

    • allHeaders

      protected Object allHeaders
    • content

      protected Object content
    • contentType

      protected String contentType
    • dataHandler

      protected DataHandler dataHandler
    • description

      protected String description
    • disposition

      protected String disposition
    • fileName

      protected String fileName
    • inputStream

      protected Object inputStream
    • lineCount

      protected Integer lineCount
    • size

      protected Integer size
  • Konstruktordetails

  • Methodendetails

    • allHeaders

      public Object allHeaders()
    • content

      public Object content()
    • contentType

      public String contentType()
    • dataHandler

      public DataHandler dataHandler()
    • description

      public String description()
    • disposition

      public String disposition()
    • fileName

      public String fileName()
    • inputStream

      public Object inputStream()
    • lineCount

      public Integer lineCount()
    • size

      public Integer size()
    • allHeaders

      public Part allHeaders(Object allHeaders)
      Gibt zurück:
      this.
    • content

      public Part content(Object content)
      Gibt zurück:
      this.
    • contentType

      public Part contentType(String contentType)
      Gibt zurück:
      this.
    • dataHandler

      public Part dataHandler(DataHandler dataHandler)
      Gibt zurück:
      this.
    • description

      public Part description(String description)
      Gibt zurück:
      this.
    • disposition

      public Part disposition(String disposition)
      Gibt zurück:
      this.
    • fileName

      public Part fileName(String fileName)
      Gibt zurück:
      this.
    • inputStream

      public Part inputStream(Object inputStream)
      Gibt zurück:
      this.
    • lineCount

      public Part lineCount(Integer lineCount)
      Gibt zurück:
      this.
    • size

      public Part size(Integer size)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object