Class LogResource.BinaryContent
- java.lang.Object
-
- com.epam.ta.reportportal.ws.model.log.LogResource.BinaryContent
-
- Enclosing class:
- LogResource
public static class LogResource.BinaryContent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BinaryContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBinaryDataId()java.lang.StringgetContentType()java.lang.StringgetThumbnailId()voidsetBinaryDataId(java.lang.String binaryDataId)voidsetContentType(java.lang.String contentType)voidsetThumbnailId(java.lang.String thumbnailId)java.lang.StringtoString()
-
-
-
Method Detail
-
getBinaryDataId
public java.lang.String getBinaryDataId()
- Returns:
- the binaryDataId
-
setBinaryDataId
public void setBinaryDataId(java.lang.String binaryDataId)
- Parameters:
binaryDataId- the binaryDataId to set
-
getThumbnailId
public java.lang.String getThumbnailId()
- Returns:
- the thumbnailId
-
setThumbnailId
public void setThumbnailId(java.lang.String thumbnailId)
- Parameters:
thumbnailId- the thumbnailId to set
-
getContentType
public java.lang.String getContentType()
- Returns:
- the contentType
-
setContentType
public void setContentType(java.lang.String contentType)
- Parameters:
contentType- the contentType to set
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-