Skip to content

Commit 9f53ea4

Browse files
committed
fix(satp-hermes): update networkid
1 parent 0ea26c9 commit 9f53ea4

File tree

1 file changed

+31
-21
lines changed
  • packages/cactus-plugin-satp-hermes/src/main/go/generated/gateway-client/docs

1 file changed

+31
-21
lines changed

packages/cactus-plugin-satp-hermes/src/main/go/generated/gateway-client/docs/NetworkId.md

Lines changed: 31 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,80 @@
1-
# NetworkId
1+
# NetworkID
22

33
## Properties
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Id** | **string** | The network of the DLT being interacted with. |
8-
**LedgerType** | **string** | Enumerates the different ledger vendors and their major versions encoded within the name of the LedgerType. For example \"BESU_1X\" involves all of the [1.0.0;2.0.0) where 1.0.0 is included and anything up until, but not 2.0.0. See: https://stackoverflow.com/a/4396303/698470 for further explanation. |
7+
**Id** | Pointer to **string** | The network of the DLT being interacted with. | [optional]
8+
**Type** | Pointer to **string** | Enumerates the different ledger vendors and their major versions encoded within the name of the LedgerType. For example \"BESU_1X\" involves all of the [1.0.0;2.0.0) where 1.0.0 is included and anything up until, but not 2.0.0. See: https://stackoverflow.com/a/4396303/698470 for further explanation. | [optional]
99

1010
## Methods
1111

12-
### NewNetworkId
12+
### NewNetworkID
1313

14-
`func NewNetworkId(id string, ledgerType string, ) *NetworkId`
14+
`func NewNetworkID() *NetworkID`
1515

16-
NewNetworkId instantiates a new NetworkId object
16+
NewNetworkID instantiates a new NetworkID object
1717
This constructor will assign default values to properties that have it defined,
1818
and makes sure properties required by API are set, but the set of arguments
1919
will change when the set of required properties is changed
2020

21-
### NewNetworkIdWithDefaults
21+
### NewNetworkIDWithDefaults
2222

23-
`func NewNetworkIdWithDefaults() *NetworkId`
23+
`func NewNetworkIDWithDefaults() *NetworkID`
2424

25-
NewNetworkIdWithDefaults instantiates a new NetworkId object
25+
NewNetworkIDWithDefaults instantiates a new NetworkID object
2626
This constructor will only assign default values to properties that have it defined,
2727
but it doesn't guarantee that properties required by API are set
2828

2929
### GetId
3030

31-
`func (o *NetworkId) GetId() string`
31+
`func (o *NetworkID) GetId() string`
3232

3333
GetId returns the Id field if non-nil, zero value otherwise.
3434

3535
### GetIdOk
3636

37-
`func (o *NetworkId) GetIdOk() (*string, bool)`
37+
`func (o *NetworkID) GetIdOk() (*string, bool)`
3838

3939
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
4040
and a boolean to check if the value has been set.
4141

4242
### SetId
4343

44-
`func (o *NetworkId) SetId(v string)`
44+
`func (o *NetworkID) SetId(v string)`
4545

4646
SetId sets Id field to given value.
4747

48+
### HasId
4849

49-
### GetLedgerType
50+
`func (o *NetworkID) HasId() bool`
5051

51-
`func (o *NetworkId) GetLedgerType() string`
52+
HasId returns a boolean if a field has been set.
5253

53-
GetLedgerType returns the LedgerType field if non-nil, zero value otherwise.
54+
### GetType
5455

55-
### GetLedgerTypeOk
56+
`func (o *NetworkID) GetType() string`
5657

57-
`func (o *NetworkId) GetLedgerTypeOk() (*string, bool)`
58+
GetType returns the Type field if non-nil, zero value otherwise.
5859

59-
GetLedgerTypeOk returns a tuple with the LedgerType field if it's non-nil, zero value otherwise
60+
### GetTypeOk
61+
62+
`func (o *NetworkID) GetTypeOk() (*string, bool)`
63+
64+
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
6065
and a boolean to check if the value has been set.
6166

62-
### SetLedgerType
67+
### SetType
68+
69+
`func (o *NetworkID) SetType(v string)`
70+
71+
SetType sets Type field to given value.
6372

64-
`func (o *NetworkId) SetLedgerType(v string)`
73+
### HasType
6574

66-
SetLedgerType sets LedgerType field to given value.
75+
`func (o *NetworkID) HasType() bool`
6776

77+
HasType returns a boolean if a field has been set.
6878

6979

7080
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

0 commit comments

Comments
 (0)