compute
v1
|
#include <interconnect_circuit_info.h>
Public Member Functions | |
InterconnectCircuitInfo (const Json::Value &storage) | |
InterconnectCircuitInfo (Json::Value *storage) | |
virtual | ~InterconnectCircuitInfo () |
const StringPiece | GetTypeName () const |
bool | has_customer_demarc_id () const |
void | clear_customer_demarc_id () |
const StringPiece | get_customer_demarc_id () const |
void | set_customer_demarc_id (const StringPiece &value) |
bool | has_google_circuit_id () const |
void | clear_google_circuit_id () |
const StringPiece | get_google_circuit_id () const |
void | set_google_circuit_id (const StringPiece &value) |
bool | has_google_demarc_id () const |
void | clear_google_demarc_id () |
const StringPiece | get_google_demarc_id () const |
void | set_google_demarc_id (const StringPiece &value) |
Static Public Member Functions | |
static InterconnectCircuitInfo * | New () |
Describes a single physical circuit between the Customer and Google. CircuitInfo objects are created by Google, so all fields are output only. Next id: 4.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'customerDemarcId
' attribute.
|
inline |
Clears the 'googleCircuitId
' attribute.
|
inline |
Clears the 'googleDemarcId
' attribute.
|
inline |
Get the value of the 'customerDemarcId
' attribute.
|
inline |
Get the value of the 'googleCircuitId
' attribute.
|
inline |
Get the value of the 'googleDemarcId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'customerDemarcId
' attribute was set.
customerDemarcId
' attribute was set.
|
inline |
Determine if the 'googleCircuitId
' attribute was set.
googleCircuitId
' attribute was set.
|
inline |
Determine if the 'googleDemarcId
' attribute was set.
googleDemarcId
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'customerDemarcId
' attribute.
Customer-side demarc ID for this circuit.
[in] | value | The new value. |
|
inline |
Change the 'googleCircuitId
' attribute.
Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
[in] | value | The new value. |
|
inline |
Change the 'googleDemarcId
' attribute.
Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA.
[in] | value | The new value. |