// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.olio.communication.actions; // Referenced classes of package com.olio.communication.actions: // ActionBuilder, IosANCSAction, Action public class IosANCSActionBuilder extends ActionBuilder { private IosANCSAction mIosANCSAction; public IosANCSActionBuilder() { mIosANCSAction = new IosANCSAction(); } public IosANCSAction build() { return mIosANCSAction; } protected volatile Action getAction() { return getAction(); } protected IosANCSAction getAction() { return mIosANCSAction; } protected volatile ActionBuilder getThis() { return getThis(); } protected IosANCSActionBuilder getThis() { return this; } public IosANCSActionBuilder setANCSNotificationHashedId(String s) { getAction().setANCSNotificationHashedID(s); return this; } public IosANCSActionBuilder setActionID(byte byte0) { getAction().setActionID(byte0); return this; } public IosANCSActionBuilder setCommandID(byte byte0) { getAction().setCommandID(byte0); return this; } public IosANCSActionBuilder setNotificationUID(byte abyte0[]) { getAction().setNotificationUID(abyte0); return this; } }