public class ApiMigrateRolesArguments extends Object
Constructor and Description |
---|
ApiMigrateRolesArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
boolean |
getClearStaleRoleData()
Delete existing stale role data, if any.
|
String |
getDestinationHostId()
The ID of the host to which the roles should be migrated.
|
List<String> |
getRoleNamesToMigrate()
The list of role names to migrate.
|
int |
hashCode() |
void |
setClearStaleRoleData(boolean clearStaleRoleData) |
void |
setDestinationHostId(String destinationHostId) |
void |
setRoleNamesToMigrate(List<String> roleNamesToMigrate) |
String |
toString() |
public List<String> getRoleNamesToMigrate()
public String getDestinationHostId()
public void setDestinationHostId(String destinationHostId)
public boolean getClearStaleRoleData()
public void setClearStaleRoleData(boolean clearStaleRoleData)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.