Freigeben über


MemberIdentityCertificate Class

  • java.lang.Object
    • com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate

Implements

public final class MemberIdentityCertificate
implements JsonSerializable<MemberIdentityCertificate>

MemberIdentityCertificate Object representing MemberIdentityCertificate for Managed CCF.

Constructor Summary

Constructor Description
MemberIdentityCertificate()

Creates an instance of MemberIdentityCertificate class.

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 MemberIdentityCertificate fromJson(JsonReader jsonReader)

Reads an instance of MemberIdentityCertificate from the JsonReader.

Object tags()

Get the tags property: Anything.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MemberIdentityCertificate withCertificate(String certificate)

Set the certificate property: Member Identity Certificate.

MemberIdentityCertificate withEncryptionkey(String encryptionkey)

Set the encryptionkey property: Member Identity Certificate Encryption Key.

MemberIdentityCertificate 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:

the certificate value.

encryptionkey

public String encryptionkey()

Get the encryptionkey property: Member Identity Certificate Encryption Key.

Returns:

the encryptionkey value.

fromJson

public static MemberIdentityCertificate fromJson(JsonReader jsonReader)

Reads an instance of MemberIdentityCertificate from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MemberIdentityCertificate if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MemberIdentityCertificate.

tags

public Object tags()

Get the tags property: Anything.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withCertificate

public MemberIdentityCertificate withCertificate(String certificate)

Set the certificate property: Member Identity Certificate.

Parameters:

certificate - the certificate value to set.

Returns:

the MemberIdentityCertificate object itself.

withEncryptionkey

public MemberIdentityCertificate withEncryptionkey(String encryptionkey)

Set the encryptionkey property: Member Identity Certificate Encryption Key.

Parameters:

encryptionkey - the encryptionkey value to set.

Returns:

the MemberIdentityCertificate object itself.

withTags

public MemberIdentityCertificate withTags(Object tags)

Set the tags property: Anything.

Parameters:

tags - the tags value to set.

Returns:

the MemberIdentityCertificate object itself.

Applies to