FluidRelayEndpoints Class

  • java.lang.Object
    • com.azure.resourcemanager.fluidrelay.models.FluidRelayEndpoints

Implements

public final class FluidRelayEndpoints
implements JsonSerializable<FluidRelayEndpoints>

The Fluid Relay endpoints for this server.

Constructor Summary

Constructor Description
FluidRelayEndpoints()

Creates an instance of FluidRelayEndpoints class.

Method Summary

Modifier and Type Method and Description
static FluidRelayEndpoints fromJson(JsonReader jsonReader)

Reads an instance of FluidRelayEndpoints from the JsonReader.

List<String> ordererEndpoints()

Get the ordererEndpoints property: The Fluid Relay Orderer endpoints.

List<String> serviceEndpoints()

Get the serviceEndpoints property: The Fluid Relay service endpoints.

List<String> storageEndpoints()

Get the storageEndpoints property: The Fluid Relay storage endpoints.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

FluidRelayEndpoints

public FluidRelayEndpoints()

Creates an instance of FluidRelayEndpoints class.

Method Details

fromJson

public static FluidRelayEndpoints fromJson(JsonReader jsonReader)

Reads an instance of FluidRelayEndpoints from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of FluidRelayEndpoints 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 FluidRelayEndpoints.

ordererEndpoints

public List<String> ordererEndpoints()

Get the ordererEndpoints property: The Fluid Relay Orderer endpoints.

Returns:

the ordererEndpoints value.

serviceEndpoints

public List<String> serviceEndpoints()

Get the serviceEndpoints property: The Fluid Relay service endpoints.

Returns:

the serviceEndpoints value.

storageEndpoints

public List<String> storageEndpoints()

Get the storageEndpoints property: The Fluid Relay storage endpoints.

Returns:

the storageEndpoints value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to