@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-05-14T16:48:53.494+08:00") public class User extends Object
| 构造器和说明 |
|---|
User() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Long |
getGid()
The gid to run the alluxio runtime
|
String |
getGroup()
The group name to run the alluxio runtime
|
Long |
getUid()
The uid to run the alluxio runtime
|
String |
getUser()
The user name to run the alluxio runtime
|
User |
gid(Long gid) |
User |
group(String group) |
int |
hashCode() |
void |
setGid(Long gid) |
void |
setGroup(String group) |
void |
setUid(Long uid) |
void |
setUser(String user) |
String |
toString() |
User |
uid(Long uid) |
User |
user(String user) |
public Long getGid()
public void setGid(Long gid)
public String getGroup()
public void setGroup(String group)
public Long getUid()
public void setUid(Long uid)
public String getUser()
public void setUser(String user)
Copyright © 2021. All rights reserved.