public class VuAttributeMessageWrapper extends Object
Modifier and Type | Method and Description |
---|---|
static int |
getAgent(Object vuAttributeMessage) |
static int |
getAttCommand(Object vuAttributeMessage) |
static String |
getAttName(Object vuAttributeMessage) |
static String |
getAttValue(Object vuAttributeMessage) |
static int |
getVu(Object vuAttributeMessage) |
static Class<?> |
getVuAttributeMessageClass() |
public static int getVu(Object vuAttributeMessage) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static int getAgent(Object vuAttributeMessage) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static int getAttCommand(Object vuAttributeMessage) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static String getAttName(Object vuAttributeMessage) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static String getAttValue(Object vuAttributeMessage) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static Class<?> getVuAttributeMessageClass()
Copyright © 2016–2020. All rights reserved.