java.lang.Object |
↳ |
com.microstrategy.web.objects.ScheduledMaintenanceParameter |
Class Overview
This class defines a pair for scheduled maintenance parameter.
Different commands require different parameters, every parameter has its own type it could be required/optional.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
ScheduledMaintenanceParameter
(int _type, String _value)
Public Methods
public
String
getValue
()
public
void
setType
(int _type)
set the parameter type.
Type could be 1,means int. Or 2 means String.
public
void
setValue
(String _value)