public class Receipt extends Object implements Serializable
boolean
equals(Object o)
String
getType()
byte[]
getValue()
int
hashCode()
static Receipt
of(byte[] value)
of(String type, byte[] value)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static Receipt of(String type, byte[] value)
public static Receipt of(byte[] value)
public String getType()
public byte[] getValue()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2021 NorStella. All rights reserved.