Class LcsPrivacyexception.DefaultLcsPrivacyexception
- java.lang.Object
-
- io.snice.codecs.codec.diameter.avp.impl.ImmutableAvp<Grouped>
-
- io.snice.codecs.codec.diameter.avp.impl.DiameterGroupedAvp
-
- io.snice.codecs.codec.diameter.avp.api.LcsPrivacyexception.DefaultLcsPrivacyexception
-
- All Implemented Interfaces:
LcsPrivacyexception
,Avp<Grouped>
,FramedAvp
- Enclosing interface:
- LcsPrivacyexception
public static class LcsPrivacyexception.DefaultLcsPrivacyexception extends DiameterGroupedAvp implements LcsPrivacyexception
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.snice.codecs.codec.diameter.avp.Avp
Avp.AvpCodeStep<T extends DiameterType>, Avp.Builder<T extends DiameterType>, Avp.DefaultBuilder<T extends DiameterType>, Avp.DefaultValueStepBuilder<T extends DiameterType>, Avp.ValueStep<T extends DiameterType>
-
Nested classes/interfaces inherited from interface io.snice.codecs.codec.diameter.avp.api.LcsPrivacyexception
LcsPrivacyexception.DefaultLcsPrivacyexception
-
-
Field Summary
-
Fields inherited from interface io.snice.codecs.codec.diameter.avp.FramedAvp
CANNOT_CAST_AVP_OF_TYPE
-
Fields inherited from interface io.snice.codecs.codec.diameter.avp.api.LcsPrivacyexception
CODE, CREATOR, TYPE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LcsPrivacyexception
ensure()
Fully ensure this raw AVP to something known.boolean
equals(Object other)
-
Methods inherited from class io.snice.codecs.codec.diameter.avp.impl.ImmutableAvp
getData, getHeader, getPadding, getValue, hashCode, toString, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.snice.codecs.codec.diameter.avp.Avp
getValue, writeValue
-
Methods inherited from interface io.snice.codecs.codec.diameter.avp.FramedAvp
getData, getHeader, getLength, getPadding, isEnumerated, isExperimentalResult, isExperimentalResultCode, isOriginHost, isOriginRealm, isProductName, isResultCode, toDestinationHost, toDestinationRealm, toEnumerated, toExperimentalResult, toExperimentalResultCode, toHostIpAddress, toOriginHost, toOriginRealm, toProductName, toResultCode, writeTo
-
Methods inherited from interface io.snice.codecs.codec.diameter.avp.api.LcsPrivacyexception
getAvps, getCode, getFramedAvp, getFramedAvp, isLcsPrivacyexception, toLcsPrivacyexception
-
-
-
-
Method Detail
-
ensure
public LcsPrivacyexception ensure()
Description copied from interface:FramedAvp
Fully ensure this raw AVP to something known. If the AVP isn't known, then you'll get back a unknown AVP, which is really just the same as theFramedAvp
and then you have to figure things out for yourself.- Specified by:
ensure
in interfaceFramedAvp
- Overrides:
ensure
in classImmutableAvp<Grouped>
- Returns:
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classImmutableAvp<Grouped>
-
-