Class ClientYamlSuiteRestApi.Path

java.lang.Object
org.elasticsearch.test.rest.yaml.restspec.ClientYamlSuiteRestApi.Path
Enclosing class:
ClientYamlSuiteRestApi

public static class ClientYamlSuiteRestApi.Path
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.lang.String[] getMethods()  
    java.util.Set<java.lang.String> getParts()  
    java.lang.String getPath()  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getPath

      public java.lang.String getPath()
    • getMethods

      public java.lang.String[] getMethods()
    • getParts

      public java.util.Set<java.lang.String> getParts()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object