public class UpdateAliasesResult extends TaskResult<UpdateAliasesState,UpdateAliasesErrorCause>
| Constructor and Description |
|---|
UpdateAliasesResult(boolean success,
@NotNull UpdateAliasesState state,
boolean warn,
long aliasesCount,
HashMap<String,Long> aliasesCountBySource) |
UpdateAliasesResult(boolean success,
@NotNull UpdateAliasesState state,
@Nullable UpdateAliasesErrorCause errorCause,
boolean warn,
long aliasesCount,
HashMap<String,Long> aliasesCountBySource) |
public UpdateAliasesResult(boolean success,
@NotNull
@NotNull UpdateAliasesState state,
@Nullable
@Nullable UpdateAliasesErrorCause errorCause,
boolean warn,
long aliasesCount,
HashMap<String,Long> aliasesCountBySource)
public UpdateAliasesResult(boolean success,
@NotNull
@NotNull UpdateAliasesState state,
boolean warn,
long aliasesCount,
HashMap<String,Long> aliasesCountBySource)
Copyright © 2023. All rights reserved.