public class SMSActivateServiceInfo extends Object
| Constructor and Description |
|---|
SMSActivateServiceInfo(@NotNull String serviceShortName,
int countPhoneNumber,
boolean forward)
Constructor response getNumbersStatus with data from server.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCountPhoneNumber()
Returns the count of service numbers.
|
@NotNull String |
getShortName()
Returns the short name of service.
|
boolean |
isForward()
Returns the support service forward.
|
public SMSActivateServiceInfo(@NotNull
@NotNull String serviceShortName,
int countPhoneNumber,
boolean forward)
forward - service support forward.countPhoneNumber - count of service numbers.serviceShortName - service short name.public boolean isForward()
public int getCountPhoneNumber()
@NotNull public @NotNull String getShortName()
Copyright © 2020. All rights reserved.