Class CertificateRawV1
- java.lang.Object
-
- com.github.katenachain.entity.certify.CertificateRawV1
-
-
Constructor Summary
Constructors Constructor Description CertificateRawV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Id GetterStringgetNamespace()Namespace GetterStringgetSubNamespace()SubNamespace GetterStringgetType()Type Getterbyte[]getValue()Value GetterCertificateRawV1setId(String id)Id SetterCertificateRawV1setValue(byte[] value)Value Setter
-
-
-
Method Detail
-
getType
public String getType()
Type Getter
-
getNamespace
public String getNamespace()
Namespace Getter- Specified by:
getNamespacein interfaceTxData- Returns:
- String
-
getSubNamespace
public String getSubNamespace()
SubNamespace Getter- Specified by:
getSubNamespacein interfaceTxData- Returns:
- String
-
setId
public CertificateRawV1 setId(String id)
Id Setter- Parameters:
id- String- Returns:
- CertificateRawV1 id
-
getValue
public byte[] getValue()
Value Getter- Returns:
- byte[] byte [ ]
-
setValue
public CertificateRawV1 setValue(byte[] value)
Value Setter- Parameters:
value- byte[]- Returns:
- CertificateRawV1 value
-
-