类 GetRoleMappingsResponse

java.lang.Object
org.easysearch.client.security.GetRoleMappingsResponse

public final class GetRoleMappingsResponse
extends java.lang.Object
Get role mappings response
  • 构造器概要

    构造器
    构造器 说明
    GetRoleMappingsResponse​(java.util.Set<RoleMapping> roleMappings)  
  • 方法概要

    修饰符和类型 方法 说明
    static GetRoleMappingsResponse fromXContent​(org.easysearch.common.xcontent.XContentParser parser)  
    java.util.Set<RoleMapping> getRoleMappings()  
    java.lang.String toJson()  

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • GetRoleMappingsResponse

      public GetRoleMappingsResponse​(java.util.Set<RoleMapping> roleMappings)
  • 方法详细资料

    • getRoleMappings

      public java.util.Set<RoleMapping> getRoleMappings()
    • fromXContent

      public static GetRoleMappingsResponse fromXContent​(org.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException
      抛出:
      java.io.IOException
    • toJson

      public java.lang.String toJson()