public interface FaviconOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDhash()
public abstract String getDhash()Difference hash.
string dhash = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The dhash. |
getDhashBytes()
public abstract ByteString getDhashBytes()Difference hash.
string dhash = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dhash. |
getRawMd5()
public abstract String getRawMd5()Favicon's MD5 hash.
string raw_md5 = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The rawMd5. |
getRawMd5Bytes()
public abstract ByteString getRawMd5Bytes()Favicon's MD5 hash.
string raw_md5 = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for rawMd5. |