public class HTTPPart extends Object
Constructor and Description |
---|
HTTPPart() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
byte[] |
getContent() |
String |
getContentType() |
String |
getSha2() |
int |
hashCode() |
void |
setContent(byte[] content) |
void |
setContentType(String contentType) |
void |
setSha2(String sha2) |
String |
toString() |
@Generated(value="lombok") public HTTPPart()
@Generated(value="lombok") public String getSha2()
@Generated(value="lombok") public String getContentType()
@Generated(value="lombok") public byte[] getContent()
@Generated(value="lombok") public void setSha2(String sha2)
@Generated(value="lombok") public void setContentType(String contentType)
@Generated(value="lombok") public void setContent(byte[] content)
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
Copyright © 2016 Rustici Software. All Rights Reserved.