public class Hash extends Object
Contains a hashcode, as well as information about the algorithm used to calculate the hash.
Specified in the Media RSS namespace specification.
| Constructor and Description |
|---|
Hash() |
public String getHash()
The hashcode for the related media item.
Specified in the Media RSS namespace specification.
String or nullpublic void setHash(String hash)
public String getAlgo()
The algorithm used to create the hash. Possible values are "md5" and "sha-1". Default value is "md5".
Specified in the Media RSS namespace specification, optional.
String or nullpublic void setAlgo(String algo)
Copyright © 2018. All rights reserved.