@Beta public class MultichainPermissionResult extends Object
Constructor and Description |
---|
MultichainPermissionResult(String address,
MultichainPermission.MultichainPermissionType type,
Long startblock,
Long endblock) |
MultichainPermissionResult(String address,
Object forField,
MultichainPermission.MultichainPermissionType type,
Long startblock,
Long endblock,
List<String> admins,
List<String> pending,
Boolean isp2shaddress) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAddress() |
List<String> |
getAdmins() |
Long |
getEndblock() |
Object |
getForField() |
Boolean |
getIsp2shaddress() |
List<String> |
getPending() |
Long |
getStartblock() |
MultichainPermission.MultichainPermissionType |
getType() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setAdmins(List<String> admins) |
void |
setEndblock(Long endblock) |
void |
setForField(Object forField) |
void |
setIsp2shaddress(Boolean isp2shaddress) |
void |
setPending(List<String> pending) |
void |
setStartblock(Long startblock) |
void |
setType(MultichainPermission.MultichainPermissionType type) |
String |
toString() |
public MultichainPermissionResult(@Nonnull String address, @Nullable Object forField, @Nonnull MultichainPermission.MultichainPermissionType type, @Nonnull Long startblock, @Nonnull Long endblock, @Nullable List<String> admins, @Nullable List<String> pending, @Nullable Boolean isp2shaddress)
@Nonnull public MultichainPermission.MultichainPermissionType getType()
public void setType(@Nonnull MultichainPermission.MultichainPermissionType type)
protected boolean canEqual(Object other)
Copyright © 2020 SAP SE. All rights reserved.