public class DefaultISupportParameter extends Object implements ISupportParameter
ISupportParameter.ISupportParameter.AwayLen, ISupportParameter.CaseMapping, ISupportParameter.ChanLimit, ISupportParameter.ChanModes, ISupportParameter.ChannelLen, ISupportParameter.ChanTypes, ISupportParameter.ClientTagDeny, ISupportParameter.EList, ISupportParameter.Excepts, ISupportParameter.ExtBan, ISupportParameter.HostLen, ISupportParameter.IntegerParameter, ISupportParameter.InvEx, ISupportParameter.KickLen, ISupportParameter.MaxList, ISupportParameter.MaxTargets, ISupportParameter.Modes, ISupportParameter.Network, ISupportParameter.NickLen, ISupportParameter.OptionalIntegerParameter, ISupportParameter.Prefix, ISupportParameter.SafeList, ISupportParameter.Silence, ISupportParameter.StatusMsg, ISupportParameter.TargMax, ISupportParameter.TopicLen, ISupportParameter.UserLen, ISupportParameter.WhoX| Constructor and Description |
|---|
DefaultISupportParameter(@NonNull Client client,
@NonNull String name,
@Nullable String value)
Constructs the object.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull Client |
getClient()
Gets the Client to which this belongs.
|
@NonNull String |
getName()
Gets the name of the parameter.
|
@NonNull Optional<String> |
getValue()
Gets the unprocessed value of the parameter if provided.
|
@NonNull String |
toString() |
public @NonNull Client getClient()
ClientLinkedgetClient in interface ClientLinkedpublic @NonNull String getName()
ISupportParametergetName in interface ISupportParameterpublic @NonNull Optional<String> getValue()
ISupportParametergetValue in interface ISupportParameterCopyright © 2013–2021 Kitteh. All rights reserved.