public class CompareIndexOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CompareIndexOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
crn()
Gets the crn.
|
String |
details()
Gets the details.
|
String |
entityType()
Gets the entityType.
|
CompareIndexOptions.Builder |
newBuilder()
New builder.
|
Long |
recordNumber1()
Gets the recordNumber1.
|
Long |
recordNumber2()
Gets the recordNumber2.
|
List<CompareRecordsRequestRecord> |
records()
Gets the records.
|
String |
recordType()
Gets the recordType.
|
public CompareIndexOptions.Builder newBuilder()
public String crn()
public List<CompareRecordsRequestRecord> records()
public String details()
public String entityType()
public Long recordNumber1()
public Long recordNumber2()
public String recordType()
Copyright © 2021 IBM Cloud. All rights reserved.