public class DefaultISupportParameter extends Object implements ISupportParameter
ISupportParameter
.ISupportParameter.CaseMapping, ISupportParameter.ChanLimit, ISupportParameter.ChanModes, ISupportParameter.ChannelLen, ISupportParameter.ChanTypes, ISupportParameter.IntegerParameter, ISupportParameter.Modes, ISupportParameter.Network, ISupportParameter.NickLen, ISupportParameter.Prefix, ISupportParameter.TopicLen, ISupportParameter.WhoX
Constructor and Description |
---|
DefaultISupportParameter(Client client,
String name,
String value)
Constructs the object.
|
Modifier and Type | Method and Description |
---|---|
Client |
getClient()
Gets the Client to which this belongs.
|
String |
getName()
Gets the name of the parameter.
|
Optional<String> |
getValue()
Gets the unprocessed value of the parameter if provided.
|
String |
toString() |
@Nonnull public Client getClient()
ClientLinked
getClient
in interface ClientLinked
@Nonnull public String getName()
ISupportParameter
getName
in interface ISupportParameter
@Nonnull public Optional<String> getValue()
ISupportParameter
getValue
in interface ISupportParameter
Copyright © 2013–2019 Kitteh. All rights reserved.