次の方法で共有


FilterFileDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.databox.models.FilterFileDetails

Implements

public final class FilterFileDetails
implements JsonSerializable<FilterFileDetails>

Details of the filter files to be used for data transfer.

Constructor Summary

Constructor Description
FilterFileDetails()

Creates an instance of FilterFileDetails class.

Method Summary

Modifier and Type Method and Description
String filterFilePath()

Get the filterFilePath property: Path of the file that contains the details of all items to transfer.

FilterFileType filterFileType()

Get the filterFileType property: Type of the filter file.

static FilterFileDetails fromJson(JsonReader jsonReader)

Reads an instance of FilterFileDetails from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

FilterFileDetails withFilterFilePath(String filterFilePath)

Set the filterFilePath property: Path of the file that contains the details of all items to transfer.

FilterFileDetails withFilterFileType(FilterFileType filterFileType)

Set the filterFileType property: Type of the filter file.

Methods inherited from java.lang.Object

Constructor Details

FilterFileDetails

public FilterFileDetails()

Creates an instance of FilterFileDetails class.

Method Details

filterFilePath

public String filterFilePath()

Get the filterFilePath property: Path of the file that contains the details of all items to transfer.

Returns:

the filterFilePath value.

filterFileType

public FilterFileType filterFileType()

Get the filterFileType property: Type of the filter file.

Returns:

the filterFileType value.

fromJson

public static FilterFileDetails fromJson(JsonReader jsonReader)

Reads an instance of FilterFileDetails from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withFilterFilePath

public FilterFileDetails withFilterFilePath(String filterFilePath)

Set the filterFilePath property: Path of the file that contains the details of all items to transfer.

Parameters:

filterFilePath - the filterFilePath value to set.

Returns:

the FilterFileDetails object itself.

withFilterFileType

public FilterFileDetails withFilterFileType(FilterFileType filterFileType)

Set the filterFileType property: Type of the filter file.

Parameters:

filterFileType - the filterFileType value to set.

Returns:

the FilterFileDetails object itself.

Applies to