public class WTMapLunConfig
extends java.lang.Object
Constructor and Description |
---|
WTMapLunConfig() |
WTMapLunConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
WTMapLunConfigResponse |
execute() |
CuicServer |
getApi() |
java.lang.String |
getIgName() |
java.lang.String |
getLunId() |
java.lang.String |
getLunIdentity() |
void |
setApi(CuicServer api) |
void |
setIgName(java.lang.String igName) |
void |
setLunId(java.lang.String lunId) |
void |
setLunIdentity(java.lang.String lunIdentity) |
public WTMapLunConfig()
public WTMapLunConfig(CuicServer api)
public CuicServer getApi()
public void setApi(CuicServer api)
public java.lang.String getLunIdentity()
public void setLunIdentity(java.lang.String lunIdentity)
public java.lang.String getLunId()
public void setLunId(java.lang.String lunId)
public java.lang.String getIgName()
public void setIgName(java.lang.String igName)
public WTMapLunConfigResponse execute() throws java.lang.Exception
java.lang.Exception