MemberIdentityCertificate Class
- java.
lang. Object - com.
azure. resourcemanager. confidentialledger. models. MemberIdentityCertificate
- com.
Implements
public final class MemberIdentityCertificate
implements JsonSerializable<MemberIdentityCertificate>
MemberIdentityCertificate Object representing MemberIdentityCertificate for Managed CCF.
Constructor Summary
Constructor | Description |
---|---|
MemberIdentityCertificate() |
Creates an instance of Member |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
certificate()
Get the certificate property: Member Identity Certificate. |
String |
encryptionkey()
Get the encryptionkey property: Member Identity Certificate Encryption Key. |
static
Member |
fromJson(JsonReader jsonReader)
Reads an instance of Member |
Object |
tags()
Get the tags property: Anything. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Member |
withCertificate(String certificate)
Set the certificate property: Member Identity Certificate. |
Member |
withEncryptionkey(String encryptionkey)
Set the encryptionkey property: Member Identity Certificate Encryption Key. |
Member |
withTags(Object tags)
Set the tags property: Anything. |
Methods inherited from java.lang.Object
Constructor Details
MemberIdentityCertificate
public MemberIdentityCertificate()
Creates an instance of MemberIdentityCertificate class.
Method Details
certificate
public String certificate()
Get the certificate property: Member Identity Certificate.
Returns:
encryptionkey
public String encryptionkey()
Get the encryptionkey property: Member Identity Certificate Encryption Key.
Returns:
fromJson
public static MemberIdentityCertificate fromJson(JsonReader jsonReader)
Reads an instance of MemberIdentityCertificate from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Object tags()
Get the tags property: Anything.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCertificate
public MemberIdentityCertificate withCertificate(String certificate)
Set the certificate property: Member Identity Certificate.
Parameters:
Returns:
withEncryptionkey
public MemberIdentityCertificate withEncryptionkey(String encryptionkey)
Set the encryptionkey property: Member Identity Certificate Encryption Key.
Parameters:
Returns:
withTags
public MemberIdentityCertificate withTags(Object tags)
Set the tags property: Anything.
Parameters:
Returns:
Applies to
Azure SDK for Java