Class DeprecationInfoResponse
- java.lang.Object
-
- org.elasticsearch.client.migration.DeprecationInfoResponse
-
public class DeprecationInfoResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeprecationInfoResponse.DeprecationIssueInformation about deprecated items
-
Constructor Summary
Constructors Constructor Description DeprecationInfoResponse(List<DeprecationInfoResponse.DeprecationIssue> clusterSettingsIssues, List<DeprecationInfoResponse.DeprecationIssue> nodeSettingsIssues, Map<String,List<DeprecationInfoResponse.DeprecationIssue>> indexSettingsIssues, List<DeprecationInfoResponse.DeprecationIssue> mlSettingsIssues)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static DeprecationInfoResponsefromXContent(XContentParser parser)List<DeprecationInfoResponse.DeprecationIssue>getClusterSettingsIssues()Map<String,List<DeprecationInfoResponse.DeprecationIssue>>getIndexSettingsIssues()List<DeprecationInfoResponse.DeprecationIssue>getMlSettingsIssues()List<DeprecationInfoResponse.DeprecationIssue>getNodeSettingsIssues()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
DeprecationInfoResponse
public DeprecationInfoResponse(List<DeprecationInfoResponse.DeprecationIssue> clusterSettingsIssues, List<DeprecationInfoResponse.DeprecationIssue> nodeSettingsIssues, Map<String,List<DeprecationInfoResponse.DeprecationIssue>> indexSettingsIssues, List<DeprecationInfoResponse.DeprecationIssue> mlSettingsIssues)
-
-
Method Detail
-
getClusterSettingsIssues
public List<DeprecationInfoResponse.DeprecationIssue> getClusterSettingsIssues()
-
getNodeSettingsIssues
public List<DeprecationInfoResponse.DeprecationIssue> getNodeSettingsIssues()
-
getIndexSettingsIssues
public Map<String,List<DeprecationInfoResponse.DeprecationIssue>> getIndexSettingsIssues()
-
getMlSettingsIssues
public List<DeprecationInfoResponse.DeprecationIssue> getMlSettingsIssues()
-
fromXContent
public static DeprecationInfoResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-