com.inmobi.conduit.visualization.shared
Class RequestResponse.ClientConfiguration
java.lang.Object
com.google.protobuf.gwt.shared.AbstractMessage
com.google.protobuf.gwt.shared.GeneratedMessage
com.inmobi.conduit.visualization.shared.RequestResponse.ClientConfiguration
- All Implemented Interfaces:
- Message
- Enclosing class:
- RequestResponse
public static final class RequestResponse.ClientConfiguration
- extends GeneratedMessage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PUBLISHERSLA_FIELD_NUMBER
public static final int PUBLISHERSLA_FIELD_NUMBER
- See Also:
- Constant Field Values
AGENTSLA_FIELD_NUMBER
public static final int AGENTSLA_FIELD_NUMBER
- See Also:
- Constant Field Values
VIPSLA_FIELD_NUMBER
public static final int VIPSLA_FIELD_NUMBER
- See Also:
- Constant Field Values
COLLECTORSLA_FIELD_NUMBER
public static final int COLLECTORSLA_FIELD_NUMBER
- See Also:
- Constant Field Values
HDFSSLA_FIELD_NUMBER
public static final int HDFSSLA_FIELD_NUMBER
- See Also:
- Constant Field Values
PERCENTILEFORSLA_FIELD_NUMBER
public static final int PERCENTILEFORSLA_FIELD_NUMBER
- See Also:
- Constant Field Values
PERCENTAGEFORLOSS_FIELD_NUMBER
public static final int PERCENTAGEFORLOSS_FIELD_NUMBER
- See Also:
- Constant Field Values
PERCENTAGEFORWARN_FIELD_NUMBER
public static final int PERCENTAGEFORWARN_FIELD_NUMBER
- See Also:
- Constant Field Values
MAXSTARTTIME_FIELD_NUMBER
public static final int MAXSTARTTIME_FIELD_NUMBER
- See Also:
- Constant Field Values
MAXTIMERANGEINT_FIELD_NUMBER
public static final int MAXTIMERANGEINT_FIELD_NUMBER
- See Also:
- Constant Field Values
WARNLOSSTHRESHOLDDIFF_FIELD_NUMBER
public static final int WARNLOSSTHRESHOLDDIFF_FIELD_NUMBER
- See Also:
- Constant Field Values
LOCALSLA_FIELD_NUMBER
public static final int LOCALSLA_FIELD_NUMBER
- See Also:
- Constant Field Values
MERGESLA_FIELD_NUMBER
public static final int MERGESLA_FIELD_NUMBER
- See Also:
- Constant Field Values
MIRRORSLA_FIELD_NUMBER
public static final int MIRRORSLA_FIELD_NUMBER
- See Also:
- Constant Field Values
ROLLEDUPTILLDAYS_FIELD_NUMBER
public static final int ROLLEDUPTILLDAYS_FIELD_NUMBER
- See Also:
- Constant Field Values
TIMETICKINTERVAL_FIELD_NUMBER
public static final int TIMETICKINTERVAL_FIELD_NUMBER
- See Also:
- Constant Field Values
DAILYROLLEDUPTILLDAYS_FIELD_NUMBER
public static final int DAILYROLLEDUPTILLDAYS_FIELD_NUMBER
- See Also:
- Constant Field Values
getDefaultInstance
public static RequestResponse.ClientConfiguration getDefaultInstance()
getDefaultInstanceForType
public RequestResponse.ClientConfiguration getDefaultInstanceForType()
- Description copied from interface:
Message
- Get an instance of the type with all fields set to their default values.
This may or may not be a singleton. This differs from the
getDefaultInstance()
method of generated message classes in that this
method is an abstract method of the MessageLite
interface whereas
getDefaultInstance()
is a static method of a specific class. They
return the same thing.
hasPublisherSla
public boolean hasPublisherSla()
getPublisherSla
public String getPublisherSla()
hasAgentSla
public boolean hasAgentSla()
getAgentSla
public String getAgentSla()
hasVipSla
public boolean hasVipSla()
getVipSla
public String getVipSla()
hasCollectorSla
public boolean hasCollectorSla()
getCollectorSla
public String getCollectorSla()
hasHdfsSla
public boolean hasHdfsSla()
getHdfsSla
public String getHdfsSla()
hasPercentileForSla
public boolean hasPercentileForSla()
getPercentileForSla
public String getPercentileForSla()
hasPercentageForLoss
public boolean hasPercentageForLoss()
getPercentageForLoss
public String getPercentageForLoss()
hasPercentageForWarn
public boolean hasPercentageForWarn()
getPercentageForWarn
public String getPercentageForWarn()
hasMaxStartTime
public boolean hasMaxStartTime()
getMaxStartTime
public String getMaxStartTime()
hasMaxTimeRangeInt
public boolean hasMaxTimeRangeInt()
getMaxTimeRangeInt
public String getMaxTimeRangeInt()
hasWarnLossThresholdDiff
public boolean hasWarnLossThresholdDiff()
getWarnLossThresholdDiff
public String getWarnLossThresholdDiff()
hasLocalSla
public boolean hasLocalSla()
getLocalSla
public String getLocalSla()
hasMergeSla
public boolean hasMergeSla()
getMergeSla
public String getMergeSla()
hasMirrorSla
public boolean hasMirrorSla()
getMirrorSla
public String getMirrorSla()
hasRolleduptilldays
public boolean hasRolleduptilldays()
getRolleduptilldays
public int getRolleduptilldays()
hasTimeTickInterval
public boolean hasTimeTickInterval()
getTimeTickInterval
public String getTimeTickInterval()
hasDailyRolledupTilldays
public boolean hasDailyRolledupTilldays()
getDailyRolledupTilldays
public int getDailyRolledupTilldays()
isInitialized
public final boolean isInitialized()
- Description copied from interface:
Message
- Returns true if all required fields in the message and all embedded
messages are set, false otherwise.
writeTo
public void writeTo(JsonStream output)
throws IOException
- Description copied from interface:
Message
- Serializes the message and writes it to
output
.
- Throws:
IOException
newBuilder
public static RequestResponse.ClientConfiguration.Builder newBuilder()
newBuilderForType
public RequestResponse.ClientConfiguration.Builder newBuilderForType()
- Description copied from interface:
Message
- Constructs a new builder for a message of the same type as this message.
newBuilder
public static RequestResponse.ClientConfiguration.Builder newBuilder(RequestResponse.ClientConfiguration prototype)
toBuilder
public RequestResponse.ClientConfiguration.Builder toBuilder()
- Description copied from interface:
Message
- Constructs a builder initialized with the current message. Use this to
derive a new message from the current one.
Copyright © 2014 InMobi. All rights reserved.